Changeset d2d22780 in rtems
- Timestamp:
- Jun 15, 1999, 10:46:44 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1407343
- Parents:
- cf1806b4
- Files:
-
- 47 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
aclocal/canonical-target-name.m4
rcf1806b4 rd2d22780 41 41 esac 42 42 changequote([,])dnl 43 AC_SUBST(RTEMS_CPU) 43 44 AC_MSG_RESULT($RTEMS_CPU) 44 45 ]) -
c/src/exec/score/tools/generic/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
c/src/exec/score/tools/generic/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
c/src/exec/score/tools/generic/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 930 931 set dummy $ac_prog; ac_word=$2 931 932 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 932 echo "configure:93 3: checking for $ac_word" >&5933 echo "configure:934: checking for $ac_word" >&5 933 934 if eval "test \"`echo '$''{'ac_cv_path_KSH'+set}'`\" = set"; then 934 935 echo $ac_n "(cached) $ac_c" 1>&6 … … 1153 1154 s%@build_vendor@%$build_vendor%g 1154 1155 s%@build_os@%$build_os%g 1156 s%@RTEMS_CPU@%$RTEMS_CPU%g 1155 1157 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1156 1158 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
c/src/exec/score/tools/hppa1.1/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
c/src/exec/score/tools/hppa1.1/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
c/src/exec/score/tools/hppa1.1/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 927 928 set dummy gcc; ac_word=$2 928 929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 929 echo "configure:93 0: checking for $ac_word" >&5930 echo "configure:931: checking for $ac_word" >&5 930 931 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 931 932 echo $ac_n "(cached) $ac_c" 1>&6 … … 957 958 set dummy cc; ac_word=$2 958 959 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 959 echo "configure:96 0: checking for $ac_word" >&5960 echo "configure:961: checking for $ac_word" >&5 960 961 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 961 962 echo $ac_n "(cached) $ac_c" 1>&6 … … 1008 1009 set dummy cl; ac_word=$2 1009 1010 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1010 echo "configure:101 1: checking for $ac_word" >&51011 echo "configure:1012: checking for $ac_word" >&5 1011 1012 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1012 1013 echo $ac_n "(cached) $ac_c" 1>&6 … … 1040 1041 1041 1042 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1042 echo "configure:104 3: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51043 echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1043 1044 1044 1045 ac_ext=c … … 1051 1052 cat > conftest.$ac_ext << EOF 1052 1053 1053 #line 105 4"configure"1054 #line 1055 "configure" 1054 1055 #include "confdefs.h" 1055 1056 1056 1057 main(){return(0);} 1057 1058 EOF 1058 if { (eval echo configure:10 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1059 if { (eval echo configure:1060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1059 1060 ac_cv_prog_cc_works=yes 1060 1061 # If we can't run a trivial program, we are probably using a cross compiler. … … 1082 1083 fi 1083 1084 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1084 echo "configure:108 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51085 echo "configure:1086: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1085 1086 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1086 1087 cross_compiling=$ac_cv_prog_cc_cross 1087 1088 1088 1089 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1089 echo "configure:109 0: checking whether we are using GNU C" >&51090 echo "configure:1091: checking whether we are using GNU C" >&5 1090 1091 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1091 1092 echo $ac_n "(cached) $ac_c" 1>&6 … … 1096 1097 #endif 1097 1098 EOF 1098 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1 099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1099 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1099 1100 ac_cv_prog_gcc=yes 1100 1101 else … … 1115 1116 CFLAGS= 1116 1117 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1117 echo "configure:111 8: checking whether ${CC-cc} accepts -g" >&51118 echo "configure:1119: checking whether ${CC-cc} accepts -g" >&5 1118 1119 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1119 1120 echo $ac_n "(cached) $ac_c" 1>&6 … … 1326 1327 s%@build_vendor@%$build_vendor%g 1327 1328 s%@build_os@%$build_os%g 1329 s%@RTEMS_CPU@%$RTEMS_CPU%g 1328 1330 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1329 1331 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
c/src/exec/score/tools/sh/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
c/src/exec/score/tools/sh/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
c/src/exec/score/tools/sh/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 927 928 set dummy gcc; ac_word=$2 928 929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 929 echo "configure:93 0: checking for $ac_word" >&5930 echo "configure:931: checking for $ac_word" >&5 930 931 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 931 932 echo $ac_n "(cached) $ac_c" 1>&6 … … 957 958 set dummy cc; ac_word=$2 958 959 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 959 echo "configure:96 0: checking for $ac_word" >&5960 echo "configure:961: checking for $ac_word" >&5 960 961 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 961 962 echo $ac_n "(cached) $ac_c" 1>&6 … … 1008 1009 set dummy cl; ac_word=$2 1009 1010 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1010 echo "configure:101 1: checking for $ac_word" >&51011 echo "configure:1012: checking for $ac_word" >&5 1011 1012 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1012 1013 echo $ac_n "(cached) $ac_c" 1>&6 … … 1040 1041 1041 1042 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1042 echo "configure:104 3: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51043 echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1043 1044 1044 1045 ac_ext=c … … 1051 1052 cat > conftest.$ac_ext << EOF 1052 1053 1053 #line 105 4"configure"1054 #line 1055 "configure" 1054 1055 #include "confdefs.h" 1055 1056 1056 1057 main(){return(0);} 1057 1058 EOF 1058 if { (eval echo configure:10 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1059 if { (eval echo configure:1060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1059 1060 ac_cv_prog_cc_works=yes 1060 1061 # If we can't run a trivial program, we are probably using a cross compiler. … … 1082 1083 fi 1083 1084 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1084 echo "configure:108 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51085 echo "configure:1086: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1085 1086 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1086 1087 cross_compiling=$ac_cv_prog_cc_cross 1087 1088 1088 1089 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1089 echo "configure:109 0: checking whether we are using GNU C" >&51090 echo "configure:1091: checking whether we are using GNU C" >&5 1090 1091 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1091 1092 echo $ac_n "(cached) $ac_c" 1>&6 … … 1096 1097 #endif 1097 1098 EOF 1098 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1 099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1099 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1099 1100 ac_cv_prog_gcc=yes 1100 1101 else … … 1115 1116 CFLAGS= 1116 1117 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1117 echo "configure:111 8: checking whether ${CC-cc} accepts -g" >&51118 echo "configure:1119: checking whether ${CC-cc} accepts -g" >&5 1118 1119 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1119 1120 echo $ac_n "(cached) $ac_c" 1>&6 … … 1147 1148 1148 1149 echo $ac_n "checking for fabs in -lm""... $ac_c" 1>&6 1149 echo "configure:115 0: checking for fabs in -lm" >&51150 echo "configure:1151: checking for fabs in -lm" >&5 1150 1151 ac_lib_var=`echo m'_'fabs | sed 'y%./+-%__p_%'` 1151 1152 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1155 1156 LIBS="-lm $LIBS" 1156 1157 cat > conftest.$ac_ext <<EOF 1157 #line 115 8"configure"1158 #line 1159 "configure" 1158 1159 #include "confdefs.h" 1159 1160 /* Override any gcc2 internal prototype to avoid an error. */ … … 1166 1167 ; return 0; } 1167 1168 EOF 1168 if { (eval echo configure:11 69: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1169 if { (eval echo configure:1170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1169 1170 rm -rf conftest* 1170 1171 eval "ac_cv_lib_$ac_lib_var=yes" … … 1373 1374 s%@build_vendor@%$build_vendor%g 1374 1375 s%@build_os@%$build_os%g 1376 s%@RTEMS_CPU@%$RTEMS_CPU%g 1375 1377 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1376 1378 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
c/src/exec/score/tools/unix/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
c/src/exec/score/tools/unix/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
c/src/exec/score/tools/unix/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 927 928 set dummy gcc; ac_word=$2 928 929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 929 echo "configure:93 0: checking for $ac_word" >&5930 echo "configure:931: checking for $ac_word" >&5 930 931 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 931 932 echo $ac_n "(cached) $ac_c" 1>&6 … … 957 958 set dummy cc; ac_word=$2 958 959 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 959 echo "configure:96 0: checking for $ac_word" >&5960 echo "configure:961: checking for $ac_word" >&5 960 961 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 961 962 echo $ac_n "(cached) $ac_c" 1>&6 … … 1008 1009 set dummy cl; ac_word=$2 1009 1010 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1010 echo "configure:101 1: checking for $ac_word" >&51011 echo "configure:1012: checking for $ac_word" >&5 1011 1012 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1012 1013 echo $ac_n "(cached) $ac_c" 1>&6 … … 1040 1041 1041 1042 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1042 echo "configure:104 3: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51043 echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1043 1044 1044 1045 ac_ext=c … … 1051 1052 cat > conftest.$ac_ext << EOF 1052 1053 1053 #line 105 4"configure"1054 #line 1055 "configure" 1054 1055 #include "confdefs.h" 1055 1056 1056 1057 main(){return(0);} 1057 1058 EOF 1058 if { (eval echo configure:10 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1059 if { (eval echo configure:1060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1059 1060 ac_cv_prog_cc_works=yes 1060 1061 # If we can't run a trivial program, we are probably using a cross compiler. … … 1082 1083 fi 1083 1084 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1084 echo "configure:108 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51085 echo "configure:1086: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1085 1086 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1086 1087 cross_compiling=$ac_cv_prog_cc_cross 1087 1088 1088 1089 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1089 echo "configure:109 0: checking whether we are using GNU C" >&51090 echo "configure:1091: checking whether we are using GNU C" >&5 1090 1091 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1091 1092 echo $ac_n "(cached) $ac_c" 1>&6 … … 1096 1097 #endif 1097 1098 EOF 1098 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1 099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1099 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1099 1100 ac_cv_prog_gcc=yes 1100 1101 else … … 1115 1116 CFLAGS= 1116 1117 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1117 echo "configure:111 8: checking whether ${CC-cc} accepts -g" >&51118 echo "configure:1119: checking whether ${CC-cc} accepts -g" >&5 1118 1119 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1119 1120 echo $ac_n "(cached) $ac_c" 1>&6 … … 1326 1327 s%@build_vendor@%$build_vendor%g 1327 1328 s%@build_os@%$build_os%g 1329 s%@RTEMS_CPU@%$RTEMS_CPU%g 1328 1330 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1329 1331 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
c/src/lib/libbsp/hppa1.1/simhppa/tools/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
c/src/lib/libbsp/hppa1.1/simhppa/tools/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
c/src/lib/libbsp/hppa1.1/simhppa/tools/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 927 928 set dummy gcc; ac_word=$2 928 929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 929 echo "configure:93 0: checking for $ac_word" >&5930 echo "configure:931: checking for $ac_word" >&5 930 931 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 931 932 echo $ac_n "(cached) $ac_c" 1>&6 … … 957 958 set dummy cc; ac_word=$2 958 959 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 959 echo "configure:96 0: checking for $ac_word" >&5960 echo "configure:961: checking for $ac_word" >&5 960 961 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 961 962 echo $ac_n "(cached) $ac_c" 1>&6 … … 1008 1009 set dummy cl; ac_word=$2 1009 1010 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1010 echo "configure:101 1: checking for $ac_word" >&51011 echo "configure:1012: checking for $ac_word" >&5 1011 1012 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1012 1013 echo $ac_n "(cached) $ac_c" 1>&6 … … 1040 1041 1041 1042 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1042 echo "configure:104 3: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51043 echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1043 1044 1044 1045 ac_ext=c … … 1051 1052 cat > conftest.$ac_ext << EOF 1052 1053 1053 #line 105 4"configure"1054 #line 1055 "configure" 1054 1055 #include "confdefs.h" 1055 1056 1056 1057 main(){return(0);} 1057 1058 EOF 1058 if { (eval echo configure:10 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1059 if { (eval echo configure:1060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1059 1060 ac_cv_prog_cc_works=yes 1060 1061 # If we can't run a trivial program, we are probably using a cross compiler. … … 1082 1083 fi 1083 1084 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1084 echo "configure:108 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51085 echo "configure:1086: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1085 1086 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1086 1087 cross_compiling=$ac_cv_prog_cc_cross 1087 1088 1088 1089 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1089 echo "configure:109 0: checking whether we are using GNU C" >&51090 echo "configure:1091: checking whether we are using GNU C" >&5 1090 1091 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1091 1092 echo $ac_n "(cached) $ac_c" 1>&6 … … 1096 1097 #endif 1097 1098 EOF 1098 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1 099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1099 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1099 1100 ac_cv_prog_gcc=yes 1100 1101 else … … 1115 1116 CFLAGS= 1116 1117 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1117 echo "configure:111 8: checking whether ${CC-cc} accepts -g" >&51118 echo "configure:1119: checking whether ${CC-cc} accepts -g" >&5 1118 1119 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1119 1120 echo $ac_n "(cached) $ac_c" 1>&6 … … 1150 1151 do 1151 1152 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1152 echo "configure:115 3: checking for $ac_func" >&51153 echo "configure:1154: checking for $ac_func" >&5 1153 1154 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1154 1155 echo $ac_n "(cached) $ac_c" 1>&6 1155 1156 else 1156 1157 cat > conftest.$ac_ext <<EOF 1157 #line 115 8"configure"1158 #line 1159 "configure" 1158 1159 #include "confdefs.h" 1159 1160 /* System header to define __stub macros and hopefully few prototypes, … … 1178 1179 ; return 0; } 1179 1180 EOF 1180 if { (eval echo configure:118 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1181 if { (eval echo configure:1182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1181 1182 rm -rf conftest* 1182 1183 eval "ac_cv_func_$ac_func=yes" … … 1357 1358 s%@build_vendor@%$build_vendor%g 1358 1359 s%@build_os@%$build_os%g 1360 s%@RTEMS_CPU@%$RTEMS_CPU%g 1359 1361 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1360 1362 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
c/src/lib/libbsp/i386/pc386/tools/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
c/src/lib/libbsp/i386/pc386/tools/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
c/src/lib/libbsp/i386/pc386/tools/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 927 928 set dummy gcc; ac_word=$2 928 929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 929 echo "configure:93 0: checking for $ac_word" >&5930 echo "configure:931: checking for $ac_word" >&5 930 931 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 931 932 echo $ac_n "(cached) $ac_c" 1>&6 … … 957 958 set dummy cc; ac_word=$2 958 959 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 959 echo "configure:96 0: checking for $ac_word" >&5960 echo "configure:961: checking for $ac_word" >&5 960 961 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 961 962 echo $ac_n "(cached) $ac_c" 1>&6 … … 1008 1009 set dummy cl; ac_word=$2 1009 1010 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1010 echo "configure:101 1: checking for $ac_word" >&51011 echo "configure:1012: checking for $ac_word" >&5 1011 1012 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1012 1013 echo $ac_n "(cached) $ac_c" 1>&6 … … 1040 1041 1041 1042 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1042 echo "configure:104 3: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51043 echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1043 1044 1044 1045 ac_ext=c … … 1051 1052 cat > conftest.$ac_ext << EOF 1052 1053 1053 #line 105 4"configure"1054 #line 1055 "configure" 1054 1055 #include "confdefs.h" 1055 1056 1056 1057 main(){return(0);} 1057 1058 EOF 1058 if { (eval echo configure:10 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1059 if { (eval echo configure:1060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1059 1060 ac_cv_prog_cc_works=yes 1060 1061 # If we can't run a trivial program, we are probably using a cross compiler. … … 1082 1083 fi 1083 1084 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1084 echo "configure:108 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51085 echo "configure:1086: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1085 1086 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1086 1087 cross_compiling=$ac_cv_prog_cc_cross 1087 1088 1088 1089 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1089 echo "configure:109 0: checking whether we are using GNU C" >&51090 echo "configure:1091: checking whether we are using GNU C" >&5 1090 1091 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1091 1092 echo $ac_n "(cached) $ac_c" 1>&6 … … 1096 1097 #endif 1097 1098 EOF 1098 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1 099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1099 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1099 1100 ac_cv_prog_gcc=yes 1100 1101 else … … 1115 1116 CFLAGS= 1116 1117 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1117 echo "configure:111 8: checking whether ${CC-cc} accepts -g" >&51118 echo "configure:1119: checking whether ${CC-cc} accepts -g" >&5 1118 1119 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1119 1120 echo $ac_n "(cached) $ac_c" 1>&6 … … 1150 1151 do 1151 1152 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1152 echo "configure:115 3: checking for $ac_func" >&51153 echo "configure:1154: checking for $ac_func" >&5 1153 1154 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1154 1155 echo $ac_n "(cached) $ac_c" 1>&6 1155 1156 else 1156 1157 cat > conftest.$ac_ext <<EOF 1157 #line 115 8"configure"1158 #line 1159 "configure" 1158 1159 #include "confdefs.h" 1159 1160 /* System header to define __stub macros and hopefully few prototypes, … … 1178 1179 ; return 0; } 1179 1180 EOF 1180 if { (eval echo configure:118 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1181 if { (eval echo configure:1182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1181 1182 rm -rf conftest* 1182 1183 eval "ac_cv_func_$ac_func=yes" … … 1366 1367 s%@build_vendor@%$build_vendor%g 1367 1368 s%@build_os@%$build_os%g 1369 s%@RTEMS_CPU@%$RTEMS_CPU%g 1368 1370 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1369 1371 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
c/src/lib/libbsp/m68k/mvme162/tools/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
c/src/lib/libbsp/m68k/mvme162/tools/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
c/src/lib/libbsp/m68k/mvme162/tools/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 927 928 set dummy gcc; ac_word=$2 928 929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 929 echo "configure:93 0: checking for $ac_word" >&5930 echo "configure:931: checking for $ac_word" >&5 930 931 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 931 932 echo $ac_n "(cached) $ac_c" 1>&6 … … 957 958 set dummy cc; ac_word=$2 958 959 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 959 echo "configure:96 0: checking for $ac_word" >&5960 echo "configure:961: checking for $ac_word" >&5 960 961 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 961 962 echo $ac_n "(cached) $ac_c" 1>&6 … … 1008 1009 set dummy cl; ac_word=$2 1009 1010 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1010 echo "configure:101 1: checking for $ac_word" >&51011 echo "configure:1012: checking for $ac_word" >&5 1011 1012 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1012 1013 echo $ac_n "(cached) $ac_c" 1>&6 … … 1040 1041 1041 1042 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1042 echo "configure:104 3: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51043 echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1043 1044 1044 1045 ac_ext=c … … 1051 1052 cat > conftest.$ac_ext << EOF 1052 1053 1053 #line 105 4"configure"1054 #line 1055 "configure" 1054 1055 #include "confdefs.h" 1055 1056 1056 1057 main(){return(0);} 1057 1058 EOF 1058 if { (eval echo configure:10 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1059 if { (eval echo configure:1060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1059 1060 ac_cv_prog_cc_works=yes 1060 1061 # If we can't run a trivial program, we are probably using a cross compiler. … … 1082 1083 fi 1083 1084 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1084 echo "configure:108 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51085 echo "configure:1086: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1085 1086 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1086 1087 cross_compiling=$ac_cv_prog_cc_cross 1087 1088 1088 1089 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1089 echo "configure:109 0: checking whether we are using GNU C" >&51090 echo "configure:1091: checking whether we are using GNU C" >&5 1090 1091 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1091 1092 echo $ac_n "(cached) $ac_c" 1>&6 … … 1096 1097 #endif 1097 1098 EOF 1098 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1 099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1099 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1099 1100 ac_cv_prog_gcc=yes 1100 1101 else … … 1115 1116 CFLAGS= 1116 1117 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1117 echo "configure:111 8: checking whether ${CC-cc} accepts -g" >&51118 echo "configure:1119: checking whether ${CC-cc} accepts -g" >&5 1118 1119 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1119 1120 echo $ac_n "(cached) $ac_c" 1>&6 … … 1148 1149 1149 1150 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 1150 echo "configure:115 1: checking how to run the C preprocessor" >&51151 echo "configure:1152: checking how to run the C preprocessor" >&5 1151 1152 # On Suns, sometimes $CPP names a directory. 1152 1153 if test -n "$CPP" && test -d "$CPP"; then … … 1163 1164 # not just through cpp. 1164 1165 cat > conftest.$ac_ext <<EOF 1165 #line 116 6"configure"1166 #line 1167 "configure" 1166 1167 #include "confdefs.h" 1167 1168 #include <assert.h> … … 1169 1170 EOF 1170 1171 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1171 { (eval echo configure:117 2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1172 { (eval echo configure:1173: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1172 1173 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1173 1174 if test -z "$ac_err"; then … … 1180 1181 CPP="${CC-cc} -E -traditional-cpp" 1181 1182 cat > conftest.$ac_ext <<EOF 1182 #line 118 3"configure"1183 #line 1184 "configure" 1183 1184 #include "confdefs.h" 1184 1185 #include <assert.h> … … 1186 1187 EOF 1187 1188 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1188 { (eval echo configure:11 89: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1189 { (eval echo configure:1190: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1189 1190 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1190 1191 if test -z "$ac_err"; then … … 1197 1198 CPP="${CC-cc} -nologo -E" 1198 1199 cat > conftest.$ac_ext <<EOF 1199 #line 120 0"configure"1200 #line 1201 "configure" 1200 1201 #include "confdefs.h" 1201 1202 #include <assert.h> … … 1203 1204 EOF 1204 1205 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1205 { (eval echo configure:120 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1206 { (eval echo configure:1207: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1206 1207 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1207 1208 if test -z "$ac_err"; then … … 1228 1229 1229 1230 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 1230 echo "configure:123 1: checking for ANSI C header files" >&51231 echo "configure:1232: checking for ANSI C header files" >&5 1231 1232 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 1232 1233 echo $ac_n "(cached) $ac_c" 1>&6 1233 1234 else 1234 1235 cat > conftest.$ac_ext <<EOF 1235 #line 123 6"configure"1236 #line 1237 "configure" 1236 1237 #include "confdefs.h" 1237 1238 #include <stdlib.h> … … 1241 1242 EOF 1242 1243 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1243 { (eval echo configure:124 4: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1244 { (eval echo configure:1245: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1244 1245 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1245 1246 if test -z "$ac_err"; then … … 1258 1259 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 1259 1260 cat > conftest.$ac_ext <<EOF 1260 #line 126 1"configure"1261 #line 1262 "configure" 1261 1262 #include "confdefs.h" 1262 1263 #include <string.h> … … 1276 1277 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 1277 1278 cat > conftest.$ac_ext <<EOF 1278 #line 12 79"configure"1279 #line 1280 "configure" 1279 1280 #include "confdefs.h" 1280 1281 #include <stdlib.h> … … 1297 1298 else 1298 1299 cat > conftest.$ac_ext <<EOF 1299 #line 130 0"configure"1300 #line 1301 "configure" 1300 1301 #include "confdefs.h" 1301 1302 #include <ctype.h> … … 1308 1309 1309 1310 EOF 1310 if { (eval echo configure:131 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1311 if { (eval echo configure:1312: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1311 1312 then 1312 1313 : … … 1335 1336 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1336 1337 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1337 echo "configure:133 8: checking for $ac_hdr" >&51338 echo "configure:1339: checking for $ac_hdr" >&5 1338 1339 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1339 1340 echo $ac_n "(cached) $ac_c" 1>&6 1340 1341 else 1341 1342 cat > conftest.$ac_ext <<EOF 1342 #line 134 3"configure"1343 #line 1344 "configure" 1343 1344 #include "confdefs.h" 1344 1345 #include <$ac_hdr> 1345 1346 EOF 1346 1347 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1347 { (eval echo configure:134 8: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1348 { (eval echo configure:1349: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1348 1349 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1349 1350 if test -z "$ac_err"; then … … 1375 1376 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 1376 1377 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 1377 echo "configure:137 8: checking for $ac_hdr" >&51378 echo "configure:1379: checking for $ac_hdr" >&5 1378 1379 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 1379 1380 echo $ac_n "(cached) $ac_c" 1>&6 1380 1381 else 1381 1382 cat > conftest.$ac_ext <<EOF 1382 #line 138 3"configure"1383 #line 1384 "configure" 1383 1384 #include "confdefs.h" 1384 1385 #include <$ac_hdr> 1385 1386 EOF 1386 1387 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 1387 { (eval echo configure:138 8: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }1388 { (eval echo configure:1389: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 1388 1389 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 1389 1390 if test -z "$ac_err"; then … … 1414 1415 do 1415 1416 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 1416 echo "configure:141 7: checking for $ac_func" >&51417 echo "configure:1418: checking for $ac_func" >&5 1417 1418 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 1418 1419 echo $ac_n "(cached) $ac_c" 1>&6 1419 1420 else 1420 1421 cat > conftest.$ac_ext <<EOF 1421 #line 142 2"configure"1422 #line 1423 "configure" 1422 1423 #include "confdefs.h" 1423 1424 /* System header to define __stub macros and hopefully few prototypes, … … 1442 1443 ; return 0; } 1443 1444 EOF 1444 if { (eval echo configure:144 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1445 if { (eval echo configure:1446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1445 1446 rm -rf conftest* 1446 1447 eval "ac_cv_func_$ac_func=yes" … … 1467 1468 1468 1469 echo $ac_n "checking for working mmap""... $ac_c" 1>&6 1469 echo "configure:147 0: checking for working mmap" >&51470 echo "configure:1471: checking for working mmap" >&5 1470 1471 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then 1471 1472 echo $ac_n "(cached) $ac_c" 1>&6 … … 1475 1476 else 1476 1477 cat > conftest.$ac_ext <<EOF 1477 #line 147 8"configure"1478 #line 1479 "configure" 1478 1479 #include "confdefs.h" 1479 1480 … … 1615 1616 1616 1617 EOF 1617 if { (eval echo configure:161 8: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null1618 if { (eval echo configure:1619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 1618 1619 then 1619 1620 ac_cv_func_mmap_fixed_mapped=yes … … 1801 1802 s%@build_vendor@%$build_vendor%g 1802 1803 s%@build_os@%$build_os%g 1804 s%@RTEMS_CPU@%$RTEMS_CPU%g 1803 1805 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1804 1806 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
c/src/lib/libbsp/powerpc/psim/tools/Makefile.in
rcf1806b4 rd2d22780 70 70 PACKAGE = @PACKAGE@ 71 71 PROJECT_ROOT = @PROJECT_ROOT@ 72 RTEMS_CPU = @RTEMS_CPU@ 72 73 RTEMS_ROOT = @RTEMS_ROOT@ 73 74 RTEMS_TOPdir = @RTEMS_TOPdir@ -
c/src/lib/libbsp/powerpc/psim/tools/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
c/src/lib/libbsp/powerpc/psim/tools/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 1087 1088 s%@build_vendor@%$build_vendor%g 1088 1089 s%@build_os@%$build_os%g 1090 s%@RTEMS_CPU@%$RTEMS_CPU%g 1089 1091 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1090 1092 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
c/src/lib/libbsp/sparc/erc32/tools/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
c/src/lib/libbsp/sparc/erc32/tools/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
c/src/lib/libbsp/sparc/erc32/tools/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 930 931 set dummy $ac_prog; ac_word=$2 931 932 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 932 echo "configure:93 3: checking for $ac_word" >&5933 echo "configure:934: checking for $ac_word" >&5 933 934 if eval "test \"`echo '$''{'ac_cv_path_KSH'+set}'`\" = set"; then 934 935 echo $ac_n "(cached) $ac_c" 1>&6 … … 1136 1137 s%@build_vendor@%$build_vendor%g 1137 1138 s%@build_os@%$build_os%g 1139 s%@RTEMS_CPU@%$RTEMS_CPU%g 1138 1140 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1139 1141 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
c/src/lib/libbsp/unix/posix/tools/Makefile.in
rcf1806b4 rd2d22780 72 72 PERL = @PERL@ 73 73 PROJECT_ROOT = @PROJECT_ROOT@ 74 RTEMS_CPU = @RTEMS_CPU@ 74 75 RTEMS_ROOT = @RTEMS_ROOT@ 75 76 RTEMS_TOPdir = @RTEMS_TOPdir@ -
c/src/lib/libbsp/unix/posix/tools/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
c/src/lib/libbsp/unix/posix/tools/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 930 931 set dummy $ac_prog; ac_word=$2 931 932 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 932 echo "configure:93 3: checking for $ac_word" >&5933 echo "configure:934: checking for $ac_word" >&5 933 934 if eval "test \"`echo '$''{'ac_cv_path_KSH'+set}'`\" = set"; then 934 935 echo $ac_n "(cached) $ac_c" 1>&6 … … 975 976 set dummy perl; ac_word=$2 976 977 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 977 echo "configure:97 8: checking for $ac_word" >&5978 echo "configure:979: checking for $ac_word" >&5 978 979 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then 979 980 echo $ac_n "(cached) $ac_c" 1>&6 … … 1191 1192 s%@build_vendor@%$build_vendor%g 1192 1193 s%@build_os@%$build_os%g 1194 s%@RTEMS_CPU@%$RTEMS_CPU%g 1193 1195 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1194 1196 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
c/src/tests/tools/generic/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
c/src/tests/tools/generic/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
c/src/tests/tools/generic/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 930 931 set dummy $ac_prog; ac_word=$2 931 932 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 932 echo "configure:93 3: checking for $ac_word" >&5933 echo "configure:934: checking for $ac_word" >&5 933 934 if eval "test \"`echo '$''{'ac_cv_path_KSH'+set}'`\" = set"; then 934 935 echo $ac_n "(cached) $ac_c" 1>&6 … … 1137 1138 s%@build_vendor@%$build_vendor%g 1138 1139 s%@build_os@%$build_os%g 1140 s%@RTEMS_CPU@%$RTEMS_CPU%g 1139 1141 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1140 1142 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
configure
rcf1806b4 rd2d22780 764 764 ;; 765 765 esac 766 766 767 echo "$ac_t""$RTEMS_CPU" 1>&6 767 768 … … 927 928 set dummy cat; ac_word=$2 928 929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 929 echo "configure:93 0: checking for $ac_word" >&5930 echo "configure:931: checking for $ac_word" >&5 930 931 if eval "test \"`echo '$''{'ac_cv_path_CAT'+set}'`\" = set"; then 931 932 echo $ac_n "(cached) $ac_c" 1>&6 … … 962 963 set dummy rm; ac_word=$2 963 964 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 964 echo "configure:96 5: checking for $ac_word" >&5965 echo "configure:966: checking for $ac_word" >&5 965 966 if eval "test \"`echo '$''{'ac_cv_path_RM'+set}'`\" = set"; then 966 967 echo $ac_n "(cached) $ac_c" 1>&6 … … 997 998 set dummy cp; ac_word=$2 998 999 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 999 echo "configure:100 0: checking for $ac_word" >&51000 echo "configure:1001: checking for $ac_word" >&5 1000 1001 if eval "test \"`echo '$''{'ac_cv_path_CP'+set}'`\" = set"; then 1001 1002 echo $ac_n "(cached) $ac_c" 1>&6 … … 1032 1033 set dummy mv; ac_word=$2 1033 1034 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1034 echo "configure:103 5: checking for $ac_word" >&51035 echo "configure:1036: checking for $ac_word" >&5 1035 1036 if eval "test \"`echo '$''{'ac_cv_path_MV'+set}'`\" = set"; then 1036 1037 echo $ac_n "(cached) $ac_c" 1>&6 … … 1067 1068 set dummy ln; ac_word=$2 1068 1069 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1069 echo "configure:107 0: checking for $ac_word" >&51070 echo "configure:1071: checking for $ac_word" >&5 1070 1071 if eval "test \"`echo '$''{'ac_cv_path_LN'+set}'`\" = set"; then 1071 1072 echo $ac_n "(cached) $ac_c" 1>&6 … … 1100 1101 1101 1102 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1102 echo "configure:110 3: checking whether ln -s works" >&51103 echo "configure:1104: checking whether ln -s works" >&5 1103 1104 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1104 1105 echo $ac_n "(cached) $ac_c" 1>&6 … … 1123 1124 set dummy chmod; ac_word=$2 1124 1125 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1125 echo "configure:112 6: checking for $ac_word" >&51126 echo "configure:1127: checking for $ac_word" >&5 1126 1127 if eval "test \"`echo '$''{'ac_cv_path_CHMOD'+set}'`\" = set"; then 1127 1128 echo $ac_n "(cached) $ac_c" 1>&6 … … 1158 1159 set dummy sort; ac_word=$2 1159 1160 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1160 echo "configure:116 1: checking for $ac_word" >&51161 echo "configure:1162: checking for $ac_word" >&5 1161 1162 if eval "test \"`echo '$''{'ac_cv_path_SORT'+set}'`\" = set"; then 1162 1163 echo $ac_n "(cached) $ac_c" 1>&6 … … 1202 1203 # ./install, which can be erroneously created by make from ./install.sh. 1203 1204 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 1204 echo "configure:120 5: checking for a BSD compatible install" >&51205 echo "configure:1206: checking for a BSD compatible install" >&5 1205 1206 if test -z "$INSTALL"; then 1206 1207 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 1258 1259 set dummy perl; ac_word=$2 1259 1260 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1260 echo "configure:126 1: checking for $ac_word" >&51261 echo "configure:1262: checking for $ac_word" >&5 1261 1262 if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then 1262 1263 echo $ac_n "(cached) $ac_c" 1>&6 … … 1300 1301 set dummy touch; ac_word=$2 1301 1302 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1302 echo "configure:130 3: checking for $ac_word" >&51303 echo "configure:1304: checking for $ac_word" >&5 1303 1304 if eval "test \"`echo '$''{'ac_cv_path_TOUCH'+set}'`\" = set"; then 1304 1305 echo $ac_n "(cached) $ac_c" 1>&6 … … 1335 1336 set dummy cmp; ac_word=$2 1336 1337 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1337 echo "configure:133 8: checking for $ac_word" >&51338 echo "configure:1339: checking for $ac_word" >&5 1338 1339 if eval "test \"`echo '$''{'ac_cv_path_CMP'+set}'`\" = set"; then 1339 1340 echo $ac_n "(cached) $ac_c" 1>&6 … … 1371 1372 set dummy sed; ac_word=$2 1372 1373 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1373 echo "configure:137 4: checking for $ac_word" >&51374 echo "configure:1375: checking for $ac_word" >&5 1374 1375 if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then 1375 1376 echo $ac_n "(cached) $ac_c" 1>&6 … … 1408 1409 set dummy $ac_prog; ac_word=$2 1409 1410 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1410 echo "configure:141 1: checking for $ac_word" >&51411 echo "configure:1412: checking for $ac_word" >&5 1411 1412 if eval "test \"`echo '$''{'ac_cv_path_M4'+set}'`\" = set"; then 1412 1413 echo $ac_n "(cached) $ac_c" 1>&6 … … 1450 1451 set dummy $ac_prog; ac_word=$2 1451 1452 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1452 echo "configure:145 3: checking for $ac_word" >&51453 echo "configure:1454: checking for $ac_word" >&5 1453 1454 if eval "test \"`echo '$''{'ac_cv_path_KSH'+set}'`\" = set"; then 1454 1455 echo $ac_n "(cached) $ac_c" 1>&6 … … 1500 1501 # Is this a supported CPU? 1501 1502 echo $ac_n "checking if cpu $RTEMS_CPU is supported""... $ac_c" 1>&6 1502 echo "configure:150 3: checking if cpu $RTEMS_CPU is supported" >&51503 echo "configure:1504: checking if cpu $RTEMS_CPU is supported" >&5 1503 1504 if test -d "$srcdir/$RTEMS_TOPdir/c/src/exec/score/cpu/$RTEMS_CPU"; then 1504 1505 echo "$ac_t""yes" 1>&6 … … 1562 1563 set dummy $ac_prog; ac_word=$2 1563 1564 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1564 echo "configure:156 5: checking for $ac_word" >&51565 echo "configure:1566: checking for $ac_word" >&5 1565 1566 if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then 1566 1567 echo $ac_n "(cached) $ac_c" 1>&6 … … 1606 1607 1607 1608 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1608 echo "configure:16 09: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51609 echo "configure:1610: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1609 1610 1610 1611 ac_ext=c … … 1617 1618 cat > conftest.$ac_ext << EOF 1618 1619 1619 #line 162 0"configure"1620 #line 1621 "configure" 1620 1621 #include "confdefs.h" 1621 1622 1622 1623 main(){return(0);} 1623 1624 EOF 1624 if { (eval echo configure:162 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1625 if { (eval echo configure:1626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1625 1626 ac_cv_prog_cc_works=yes 1626 1627 # If we can't run a trivial program, we are probably using a cross compiler. … … 1648 1649 fi 1649 1650 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1650 echo "configure:165 1: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51651 echo "configure:1652: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1651 1652 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1652 1653 cross_compiling=$ac_cv_prog_cc_cross 1653 1654 1654 1655 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1655 echo "configure:165 6: checking whether we are using GNU C" >&51656 echo "configure:1657: checking whether we are using GNU C" >&5 1656 1657 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1657 1658 echo $ac_n "(cached) $ac_c" 1>&6 … … 1662 1663 #endif 1663 1664 EOF 1664 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:166 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1665 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1666: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1665 1666 ac_cv_prog_gcc=yes 1666 1667 else … … 1677 1678 CFLAGS= 1678 1679 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1679 echo "configure:168 0: checking whether ${CC-cc} accepts -g" >&51680 echo "configure:1681: checking whether ${CC-cc} accepts -g" >&5 1680 1681 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1681 1682 echo $ac_n "(cached) $ac_c" 1>&6 … … 1719 1720 1720 1721 echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6 1721 echo "configure:172 2: checking whether $CC_FOR_TARGET accepts -specs" >&51722 echo "configure:1723: checking whether $CC_FOR_TARGET accepts -specs" >&5 1722 1723 if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then 1723 1724 echo $ac_n "(cached) $ac_c" 1>&6 … … 1740 1741 1741 1742 echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6 1742 echo "configure:174 3: checking whether $CC_FOR_TARGET accepts --pipe" >&51743 echo "configure:1744: checking whether $CC_FOR_TARGET accepts --pipe" >&5 1743 1744 if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then 1744 1745 echo $ac_n "(cached) $ac_c" 1>&6 … … 1781 1782 set dummy $ac_prog; ac_word=$2 1782 1783 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1783 echo "configure:178 4: checking for $ac_word" >&51784 echo "configure:1785: checking for $ac_word" >&5 1784 1785 if eval "test \"`echo '$''{'ac_cv_path_CXX_FOR_TARGET'+set}'`\" = set"; then 1785 1786 echo $ac_n "(cached) $ac_c" 1>&6 … … 1825 1826 1826 1827 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1827 echo "configure:182 8: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51828 echo "configure:1829: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1828 1829 1829 1830 ac_ext=C … … 1836 1837 cat > conftest.$ac_ext << EOF 1837 1838 1838 #line 18 39"configure"1839 #line 1840 "configure" 1839 1840 #include "confdefs.h" 1840 1841 1841 1842 int main(){return(0);} 1842 1843 EOF 1843 if { (eval echo configure:184 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1844 if { (eval echo configure:1845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1844 1845 ac_cv_prog_cxx_works=yes 1845 1846 # If we can't run a trivial program, we are probably using a cross compiler. … … 1867 1868 fi 1868 1869 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1869 echo "configure:187 0: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51870 echo "configure:1871: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1870 1871 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6 1871 1872 cross_compiling=$ac_cv_prog_cxx_cross 1872 1873 1873 1874 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1874 echo "configure:187 5: checking whether we are using GNU C++" >&51875 echo "configure:1876: checking whether we are using GNU C++" >&5 1875 1876 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1876 1877 echo $ac_n "(cached) $ac_c" 1>&6 … … 1881 1882 #endif 1882 1883 EOF 1883 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:188 4: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1884 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1885: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1884 1885 ac_cv_prog_gxx=yes 1885 1886 else … … 1896 1897 CXXFLAGS= 1897 1898 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1898 echo "configure:1 899: checking whether ${CXX-g++} accepts -g" >&51899 echo "configure:1900: checking whether ${CXX-g++} accepts -g" >&5 1899 1900 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1900 1901 echo $ac_n "(cached) $ac_c" 1>&6 … … 1950 1951 1951 1952 echo $ac_n "checking target's ar""... $ac_c" 1>&6 1952 echo "configure:195 3: checking target's ar" >&51953 echo "configure:1954: checking target's ar" >&5 1953 1954 if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then 1954 1955 echo $ac_n "(cached) $ac_c" 1>&6 … … 1983 1984 # intends 1984 1985 echo $ac_n "checking whether environment variable AR_FOR_TARGET is an absolute path""... $ac_c" 1>&6 1985 echo "configure:198 6: checking whether environment variable AR_FOR_TARGET is an absolute path" >&51986 echo "configure:1987: checking whether environment variable AR_FOR_TARGET is an absolute path" >&5 1986 1987 case "$AR_FOR_TARGET" in 1987 1988 /*) # valid … … 2000 2001 set dummy "$program_prefix"ar; ac_word=$2 2001 2002 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2002 echo "configure:200 3: checking for $ac_word" >&52003 echo "configure:2004: checking for $ac_word" >&5 2003 2004 if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then 2004 2005 echo $ac_n "(cached) $ac_c" 1>&6 … … 2037 2038 2038 2039 echo $ac_n "checking target's as""... $ac_c" 1>&6 2039 echo "configure:204 0: checking target's as" >&52040 echo "configure:2041: checking target's as" >&5 2040 2041 if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then 2041 2042 echo $ac_n "(cached) $ac_c" 1>&6 … … 2070 2071 # intends 2071 2072 echo $ac_n "checking whether environment variable AS_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2072 echo "configure:207 3: checking whether environment variable AS_FOR_TARGET is an absolute path" >&52073 echo "configure:2074: checking whether environment variable AS_FOR_TARGET is an absolute path" >&5 2073 2074 case "$AS_FOR_TARGET" in 2074 2075 /*) # valid … … 2087 2088 set dummy "$program_prefix"as; ac_word=$2 2088 2089 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2089 echo "configure:209 0: checking for $ac_word" >&52090 echo "configure:2091: checking for $ac_word" >&5 2090 2091 if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then 2091 2092 echo $ac_n "(cached) $ac_c" 1>&6 … … 2124 2125 2125 2126 echo $ac_n "checking target's ld""... $ac_c" 1>&6 2126 echo "configure:212 7: checking target's ld" >&52127 echo "configure:2128: checking target's ld" >&5 2127 2128 if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then 2128 2129 echo $ac_n "(cached) $ac_c" 1>&6 … … 2157 2158 # intends 2158 2159 echo $ac_n "checking whether environment variable LD_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2159 echo "configure:216 0: checking whether environment variable LD_FOR_TARGET is an absolute path" >&52160 echo "configure:2161: checking whether environment variable LD_FOR_TARGET is an absolute path" >&5 2160 2161 case "$LD_FOR_TARGET" in 2161 2162 /*) # valid … … 2174 2175 set dummy "$program_prefix"ld; ac_word=$2 2175 2176 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2176 echo "configure:217 7: checking for $ac_word" >&52177 echo "configure:2178: checking for $ac_word" >&5 2177 2178 if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then 2178 2179 echo $ac_n "(cached) $ac_c" 1>&6 … … 2211 2212 2212 2213 echo $ac_n "checking target's nm""... $ac_c" 1>&6 2213 echo "configure:221 4: checking target's nm" >&52214 echo "configure:2215: checking target's nm" >&5 2214 2215 if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then 2215 2216 echo $ac_n "(cached) $ac_c" 1>&6 … … 2244 2245 # intends 2245 2246 echo $ac_n "checking whether environment variable NM_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2246 echo "configure:224 7: checking whether environment variable NM_FOR_TARGET is an absolute path" >&52247 echo "configure:2248: checking whether environment variable NM_FOR_TARGET is an absolute path" >&5 2247 2248 case "$NM_FOR_TARGET" in 2248 2249 /*) # valid … … 2261 2262 set dummy "$program_prefix"nm; ac_word=$2 2262 2263 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2263 echo "configure:226 4: checking for $ac_word" >&52264 echo "configure:2265: checking for $ac_word" >&5 2264 2265 if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then 2265 2266 echo $ac_n "(cached) $ac_c" 1>&6 … … 2299 2300 2300 2301 echo $ac_n "checking target's ranlib""... $ac_c" 1>&6 2301 echo "configure:230 2: checking target's ranlib" >&52302 echo "configure:2303: checking target's ranlib" >&5 2302 2303 if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then 2303 2304 echo $ac_n "(cached) $ac_c" 1>&6 … … 2332 2333 # intends 2333 2334 echo $ac_n "checking whether environment variable RANLIB_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2334 echo "configure:233 5: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&52335 echo "configure:2336: checking whether environment variable RANLIB_FOR_TARGET is an absolute path" >&5 2335 2336 case "$RANLIB_FOR_TARGET" in 2336 2337 /*) # valid … … 2349 2350 set dummy "$program_prefix"ranlib; ac_word=$2 2350 2351 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2351 echo "configure:235 2: checking for $ac_word" >&52352 echo "configure:2353: checking for $ac_word" >&5 2352 2353 if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then 2353 2354 echo $ac_n "(cached) $ac_c" 1>&6 … … 2388 2389 2389 2390 echo $ac_n "checking whether $AR_FOR_TARGET -s works""... $ac_c" 1>&6 2390 echo "configure:239 1: checking whether $AR_FOR_TARGET -s works" >&52391 echo "configure:2392: checking whether $AR_FOR_TARGET -s works" >&5 2391 2392 if eval "test \"`echo '$''{'rtems_cv_AR_FOR_TARGET_S'+set}'`\" = set"; then 2392 2393 echo $ac_n "(cached) $ac_c" 1>&6 … … 2397 2398 { return b; } 2398 2399 EOF 2399 if { ac_try='$CC_FOR_TARGET -o conftest.o -c conftest.$ac_ext'; { (eval echo configure:240 0: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \2400 && { ac_try='$AR_FOR_TARGET -sr conftest.a conftest.o'; { (eval echo configure:240 1: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \2400 if { ac_try='$CC_FOR_TARGET -o conftest.o -c conftest.$ac_ext'; { (eval echo configure:2401: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \ 2401 && { ac_try='$AR_FOR_TARGET -sr conftest.a conftest.o'; { (eval echo configure:2402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } \ 2401 2402 && test -s conftest.a ; \ 2402 2403 then … … 2423 2424 2424 2425 echo $ac_n "checking target's objcopy""... $ac_c" 1>&6 2425 echo "configure:242 6: checking target's objcopy" >&52426 echo "configure:2427: checking target's objcopy" >&5 2426 2427 if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then 2427 2428 echo $ac_n "(cached) $ac_c" 1>&6 … … 2456 2457 # intends 2457 2458 echo $ac_n "checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2458 echo "configure:24 59: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&52459 echo "configure:2460: checking whether environment variable OBJCOPY_FOR_TARGET is an absolute path" >&5 2459 2460 case "$OBJCOPY_FOR_TARGET" in 2460 2461 /*) # valid … … 2473 2474 set dummy "$program_prefix"objcopy; ac_word=$2 2474 2475 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2475 echo "configure:247 6: checking for $ac_word" >&52476 echo "configure:2477: checking for $ac_word" >&5 2476 2477 if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then 2477 2478 echo $ac_n "(cached) $ac_c" 1>&6 … … 2510 2511 2511 2512 echo $ac_n "checking target's size""... $ac_c" 1>&6 2512 echo "configure:251 3: checking target's size" >&52513 echo "configure:2514: checking target's size" >&5 2513 2514 if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then 2514 2515 echo $ac_n "(cached) $ac_c" 1>&6 … … 2543 2544 # intends 2544 2545 echo $ac_n "checking whether environment variable SIZE_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2545 echo "configure:254 6: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&52546 echo "configure:2547: checking whether environment variable SIZE_FOR_TARGET is an absolute path" >&5 2546 2547 case "$SIZE_FOR_TARGET" in 2547 2548 /*) # valid … … 2560 2561 set dummy "$program_prefix"size; ac_word=$2 2561 2562 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2562 echo "configure:256 3: checking for $ac_word" >&52563 echo "configure:2564: checking for $ac_word" >&5 2563 2564 if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then 2564 2565 echo $ac_n "(cached) $ac_c" 1>&6 … … 2597 2598 2598 2599 echo $ac_n "checking target's strip""... $ac_c" 1>&6 2599 echo "configure:260 0: checking target's strip" >&52600 echo "configure:2601: checking target's strip" >&5 2600 2601 if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then 2601 2602 echo $ac_n "(cached) $ac_c" 1>&6 … … 2630 2631 # intends 2631 2632 echo $ac_n "checking whether environment variable STRIP_FOR_TARGET is an absolute path""... $ac_c" 1>&6 2632 echo "configure:263 3: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&52633 echo "configure:2634: checking whether environment variable STRIP_FOR_TARGET is an absolute path" >&5 2633 2634 case "$STRIP_FOR_TARGET" in 2634 2635 /*) # valid … … 2647 2648 set dummy "$program_prefix"strip; ac_word=$2 2648 2649 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2649 echo "configure:265 0: checking for $ac_word" >&52650 echo "configure:2651: checking for $ac_word" >&5 2650 2651 if eval "test \"`echo '$''{'ac_cv_path_STRIP_FOR_TARGET'+set}'`\" = set"; then 2651 2652 echo $ac_n "(cached) $ac_c" 1>&6 … … 2686 2687 if test "${target_cpu}" = "i386"; then 2687 2688 echo $ac_n "checking for 16 bit mode assembler support""... $ac_c" 1>&6 2688 echo "configure:26 89: checking for 16 bit mode assembler support" >&52689 echo "configure:2690: checking for 16 bit mode assembler support" >&5 2689 2690 if eval "test \"`echo '$''{'rtems_cv_prog_gas_code16'+set}'`\" = set"; then 2690 2691 echo $ac_n "(cached) $ac_c" 1>&6 … … 2696 2697 lgdt 0 2697 2698 EOF 2698 if { ac_try='$AS_FOR_TARGET -o conftest.o conftest.s'; { (eval echo configure:2 699: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then2699 if { ac_try='$AS_FOR_TARGET -o conftest.o conftest.s'; { (eval echo configure:2700: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then 2699 2700 rtems_cv_prog_gas_code16=yes 2700 2701 else … … 2712 2713 set dummy gcc; ac_word=$2 2713 2714 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2714 echo "configure:271 5: checking for $ac_word" >&52715 echo "configure:2716: checking for $ac_word" >&5 2715 2716 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2716 2717 echo $ac_n "(cached) $ac_c" 1>&6 … … 2742 2743 set dummy cc; ac_word=$2 2743 2744 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2744 echo "configure:274 5: checking for $ac_word" >&52745 echo "configure:2746: checking for $ac_word" >&5 2745 2746 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2746 2747 echo $ac_n "(cached) $ac_c" 1>&6 … … 2793 2794 set dummy cl; ac_word=$2 2794 2795 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2795 echo "configure:279 6: checking for $ac_word" >&52796 echo "configure:2797: checking for $ac_word" >&5 2796 2797 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2797 2798 echo $ac_n "(cached) $ac_c" 1>&6 … … 2825 2826 2826 2827 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2827 echo "configure:282 8: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52828 echo "configure:2829: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2828 2829 2829 2830 ac_ext=c … … 2836 2837 cat > conftest.$ac_ext << EOF 2837 2838 2838 #line 28 39"configure"2839 #line 2840 "configure" 2839 2840 #include "confdefs.h" 2840 2841 2841 2842 main(){return(0);} 2842 2843 EOF 2843 if { (eval echo configure:284 4: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2844 if { (eval echo configure:2845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2844 2845 ac_cv_prog_cc_works=yes 2845 2846 # If we can't run a trivial program, we are probably using a cross compiler. … … 2867 2868 fi 2868 2869 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2869 echo "configure:287 0: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52870 echo "configure:2871: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2870 2871 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2871 2872 cross_compiling=$ac_cv_prog_cc_cross 2872 2873 2873 2874 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2874 echo "configure:287 5: checking whether we are using GNU C" >&52875 echo "configure:2876: checking whether we are using GNU C" >&5 2875 2876 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2876 2877 echo $ac_n "(cached) $ac_c" 1>&6 … … 2881 2882 #endif 2882 2883 EOF 2883 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:288 4: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2884 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2885: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2884 2885 ac_cv_prog_gcc=yes 2885 2886 else … … 2900 2901 CFLAGS= 2901 2902 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2902 echo "configure:290 3: checking whether ${CC-cc} accepts -g" >&52903 echo "configure:2904: checking whether ${CC-cc} accepts -g" >&5 2903 2904 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2904 2905 echo $ac_n "(cached) $ac_c" 1>&6 … … 2932 2933 2933 2934 echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 2934 echo "configure:293 5: checking for Cygwin environment" >&52935 echo "configure:2936: checking for Cygwin environment" >&5 2935 2936 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then 2936 2937 echo $ac_n "(cached) $ac_c" 1>&6 2937 2938 else 2938 2939 cat > conftest.$ac_ext <<EOF 2939 #line 294 0"configure"2940 #line 2941 "configure" 2940 2941 #include "confdefs.h" 2941 2942 … … 2948 2949 ; return 0; } 2949 2950 EOF 2950 if { (eval echo configure:295 1: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2951 if { (eval echo configure:2952: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2951 2952 rm -rf conftest* 2952 2953 ac_cv_cygwin=yes … … 2965 2966 test "$ac_cv_cygwin" = yes && CYGWIN=yes 2966 2967 echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 2967 echo "configure:296 8: checking for mingw32 environment" >&52968 echo "configure:2969: checking for mingw32 environment" >&5 2968 2969 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then 2969 2970 echo $ac_n "(cached) $ac_c" 1>&6 2970 2971 else 2971 2972 cat > conftest.$ac_ext <<EOF 2972 #line 297 3"configure"2973 #line 2974 "configure" 2973 2974 #include "confdefs.h" 2974 2975 … … 2977 2978 ; return 0; } 2978 2979 EOF 2979 if { (eval echo configure:298 0: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2980 if { (eval echo configure:2981: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2980 2981 rm -rf conftest* 2981 2982 ac_cv_mingw32=yes … … 2996 2997 2997 2998 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 2998 echo "configure: 2999: checking for executable suffix" >&52999 echo "configure:3000: checking for executable suffix" >&5 2999 3000 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 3000 3001 echo $ac_n "(cached) $ac_c" 1>&6 … … 3006 3007 echo 'int main () { return 0; }' > conftest.$ac_ext 3007 3008 ac_cv_exeext= 3008 if { (eval echo configure:30 09: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then3009 if { (eval echo configure:3010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 3009 3010 for file in conftest.*; do 3010 3011 case $file in … … 3045 3046 3046 3047 echo $ac_n "checking whether $RTEMS_HOST supports System V semaphores""... $ac_c" 1>&6 3047 echo "configure:304 8: checking whether $RTEMS_HOST supports System V semaphores" >&53048 echo "configure:3049: checking whether $RTEMS_HOST supports System V semaphores" >&5 3048 3049 if eval "test \"`echo '$''{'rtems_cv_sysv_sem'+set}'`\" = set"; then 3049 3050 echo $ac_n "(cached) $ac_c" 1>&6 … … 3054 3055 else 3055 3056 cat > conftest.$ac_ext <<EOF 3056 #line 305 7"configure"3057 #line 3058 "configure" 3057 3058 #include "confdefs.h" 3058 3059 … … 3080 3081 3081 3082 EOF 3082 if { (eval echo configure:308 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3083 if { (eval echo configure:3084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3083 3084 then 3084 3085 rtems_cv_sysv_sem="yes" … … 3103 3104 3104 3105 echo $ac_n "checking whether $RTEMS_HOST supports System V shared memory""... $ac_c" 1>&6 3105 echo "configure:310 6: checking whether $RTEMS_HOST supports System V shared memory" >&53106 echo "configure:3107: checking whether $RTEMS_HOST supports System V shared memory" >&5 3106 3107 if eval "test \"`echo '$''{'rtems_cv_sysv_shm'+set}'`\" = set"; then 3107 3108 echo $ac_n "(cached) $ac_c" 1>&6 … … 3112 3113 else 3113 3114 cat > conftest.$ac_ext <<EOF 3114 #line 311 5"configure"3115 #line 3116 "configure" 3115 3116 #include "confdefs.h" 3116 3117 … … 3128 3129 3129 3130 EOF 3130 if { (eval echo configure:313 1: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3131 if { (eval echo configure:3132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3131 3132 then 3132 3133 rtems_cv_sysv_shm="yes" … … 3151 3152 3152 3153 echo $ac_n "checking whether $RTEMS_HOST supports System V messages""... $ac_c" 1>&6 3153 echo "configure:315 4: checking whether $RTEMS_HOST supports System V messages" >&53154 echo "configure:3155: checking whether $RTEMS_HOST supports System V messages" >&5 3154 3155 if eval "test \"`echo '$''{'rtems_cv_sysv_msg'+set}'`\" = set"; then 3155 3156 echo $ac_n "(cached) $ac_c" 1>&6 … … 3160 3161 else 3161 3162 cat > conftest.$ac_ext <<EOF 3162 #line 316 3"configure"3163 #line 3164 "configure" 3163 3164 #include "confdefs.h" 3164 3165 … … 3176 3177 3177 3178 EOF 3178 if { (eval echo configure:31 79: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null3179 if { (eval echo configure:3180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 3179 3180 then 3180 3181 rtems_cv_sysv_msg="yes" … … 3208 3209 3209 3210 echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6 3210 echo "configure:321 1: checking for Makefile.in in c/src/exec/rtems" >&53211 echo "configure:3212: checking for Makefile.in in c/src/exec/rtems" >&5 3211 3212 if test -d $srcdir/c/src/exec/rtems; then 3212 3213 rtems_av_save_dir=`pwd`; … … 3223 3224 3224 3225 echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6 3225 echo "configure:322 6: checking for Makefile.in in c/src/exec/sapi" >&53226 echo "configure:3227: checking for Makefile.in in c/src/exec/sapi" >&5 3226 3227 if test -d $srcdir/c/src/exec/sapi; then 3227 3228 rtems_av_save_dir=`pwd`; … … 3238 3239 3239 3240 echo $ac_n "checking for Makefile.in in c/src/exec/score/cpu/$RTEMS_CPU""... $ac_c" 1>&6 3240 echo "configure:324 1: checking for Makefile.in in c/src/exec/score/cpu/$RTEMS_CPU" >&53241 echo "configure:3242: checking for Makefile.in in c/src/exec/score/cpu/$RTEMS_CPU" >&5 3241 3242 if test -d $srcdir/c/src/exec/score/cpu/$RTEMS_CPU; then 3242 3243 rtems_av_save_dir=`pwd`; … … 3255 3256 3256 3257 echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6 3257 echo "configure:325 8: checking for Makefile.in in c/src/exec/posix" >&53258 echo "configure:3259: checking for Makefile.in in c/src/exec/posix" >&5 3258 3259 if test -d $srcdir/c/src/exec/posix; then 3259 3260 rtems_av_save_dir=`pwd`; … … 3277 3278 if test -z "$rtems_bsp"; then 3278 3279 echo $ac_n "checking for bsps""... $ac_c" 1>&6 3279 echo "configure:328 0: checking for bsps" >&53280 echo "configure:3281: checking for bsps" >&5 3280 3281 files=`ls $srcdir/c/src/lib/libbsp/$RTEMS_CPU` 3281 3282 for file in $files; do … … 3342 3343 3343 3344 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir""... $ac_c" 1>&6 3344 echo "configure:334 5: checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir" >&53345 echo "configure:3346: checking for Makefile.in in c/src/lib/libbsp/$bspcpudir$bspdir" >&5 3345 3346 if test -d $srcdir/c/src/lib/libbsp/$bspcpudir$bspdir; then 3346 3347 rtems_av_save_dir=`pwd`; … … 3357 3358 3358 3359 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared""... $ac_c" 1>&6 3359 echo "configure:336 0: checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared" >&53360 echo "configure:3361: checking for Makefile.in in c/src/lib/libbsp/${bspcpudir}shared" >&5 3360 3361 if test -d $srcdir/c/src/lib/libbsp/${bspcpudir}shared; then 3361 3362 rtems_av_save_dir=`pwd`; … … 3387 3388 3388 3389 echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$RTEMS_CPU""... $ac_c" 1>&6 3389 echo "configure:339 0: checking for Makefile.in in c/src/lib/libcpu/$RTEMS_CPU" >&53390 echo "configure:3391: checking for Makefile.in in c/src/lib/libcpu/$RTEMS_CPU" >&5 3390 3391 if test -d $srcdir/c/src/lib/libcpu/$RTEMS_CPU; then 3391 3392 rtems_av_save_dir=`pwd`; … … 3404 3405 3405 3406 echo $ac_n "checking for Makefile.in in c/src/lib/start/$RTEMS_CPU""... $ac_c" 1>&6 3406 echo "configure:340 7: checking for Makefile.in in c/src/lib/start/$RTEMS_CPU" >&53407 echo "configure:3408: checking for Makefile.in in c/src/lib/start/$RTEMS_CPU" >&5 3407 3408 if test -d $srcdir/c/src/lib/start/$RTEMS_CPU; then 3408 3409 rtems_av_save_dir=`pwd`; … … 3433 3434 # If the TCP/IP stack is enabled, then find all TCP/IP Makefiles 3434 3435 echo $ac_n "checking if networking is enabled? ""... $ac_c" 1>&6 3435 echo "configure:343 6: checking if networking is enabled? " >&53436 echo "configure:3437: checking if networking is enabled? " >&5 3436 3437 echo "$ac_t""$RTEMS_HAS_NETWORKING" 1>&6 3437 3438 if test "$RTEMS_HAS_NETWORKING" = "yes"; then 3438 3439 3439 3440 echo $ac_n "checking for Makefile.in in c/src/lib/libnetworking""... $ac_c" 1>&6 3440 echo "configure:344 1: checking for Makefile.in in c/src/lib/libnetworking" >&53441 echo "configure:3442: checking for Makefile.in in c/src/lib/libnetworking" >&5 3441 3442 if test -d $srcdir/c/src/lib/libnetworking; then 3442 3443 rtems_av_save_dir=`pwd`; … … 3453 3454 3454 3455 echo $ac_n "checking for Makefile.in in c/src/lib/librpc""... $ac_c" 1>&6 3455 echo "configure:345 6: checking for Makefile.in in c/src/lib/librpc" >&53456 echo "configure:3457: checking for Makefile.in in c/src/lib/librpc" >&5 3456 3457 if test -d $srcdir/c/src/lib/librpc; then 3457 3458 rtems_av_save_dir=`pwd`; … … 3468 3469 if test "$RTEMS_HAS_RDBG" = "yes"; then 3469 3470 echo $ac_n "checking whether cpu supports rdbg? ""... $ac_c" 1>&6 3470 echo "configure:347 1: checking whether cpu supports rdbg? " >&53471 echo "configure:3472: checking whether cpu supports rdbg? " >&5 3471 3472 test ! -d "$srcdir/c/src/lib/librdbg/$RTEMS_CPU" && RTEMS_HAS_RDBG="no" ; 3472 3473 echo "$ac_t""$RTEMS_HAS_RDBG" 1>&6 … … 3475 3476 set dummy rpcgen; ac_word=$2 3476 3477 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3477 echo "configure:347 8: checking for $ac_word" >&53478 echo "configure:3479: checking for $ac_word" >&5 3478 3479 if eval "test \"`echo '$''{'ac_cv_path_RPCGEN'+set}'`\" = set"; then 3479 3480 echo $ac_n "(cached) $ac_c" 1>&6 … … 3515 3516 set dummy $ac_prog; ac_word=$2 3516 3517 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 3517 echo "configure:351 8: checking for $ac_word" >&53518 echo "configure:3519: checking for $ac_word" >&5 3518 3519 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then 3519 3520 echo $ac_n "(cached) $ac_c" 1>&6 … … 3549 3550 3550 3551 echo $ac_n "checking for Makefile.in in c/src/lib/librdbg""... $ac_c" 1>&6 3551 echo "configure:355 2: checking for Makefile.in in c/src/lib/librdbg" >&53552 echo "configure:3553: checking for Makefile.in in c/src/lib/librdbg" >&5 3552 3553 if test -d $srcdir/c/src/lib/librdbg; then 3553 3554 rtems_av_save_dir=`pwd`; … … 3576 3577 # If the tests are enabled, then find all the test suite Makefiles 3577 3578 echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6 3578 echo "configure:35 79: checking if the test suites are enabled? " >&53579 echo "configure:3580: checking if the test suites are enabled? " >&5 3579 3580 # Check whether --enable-tests or --disable-tests was given. 3580 3581 if test "${enable_tests+set}" = set; then … … 3597 3598 3598 3599 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 3599 echo "configure:360 0: checking for Makefile.in in c/src/tests/libtests" >&53600 echo "configure:3601: checking for Makefile.in in c/src/tests/libtests" >&5 3600 3601 if test -d $srcdir/c/src/tests/libtests; then 3601 3602 rtems_av_save_dir=`pwd`; … … 3612 3613 3613 3614 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 3614 echo "configure:361 5: checking for Makefile.in in c/src/tests/sptests" >&53615 echo "configure:3616: checking for Makefile.in in c/src/tests/sptests" >&5 3615 3616 if test -d $srcdir/c/src/tests/sptests; then 3616 3617 rtems_av_save_dir=`pwd`; … … 3627 3628 3628 3629 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 3629 echo "configure:363 0: checking for Makefile.in in c/src/tests/tmtests" >&53630 echo "configure:3631: checking for Makefile.in in c/src/tests/tmtests" >&5 3630 3631 if test -d $srcdir/c/src/tests/tmtests; then 3631 3632 rtems_av_save_dir=`pwd`; … … 3643 3644 3644 3645 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 3645 echo "configure:364 6: checking for Makefile.in in c/src/tests/mptests" >&53646 echo "configure:3647: checking for Makefile.in in c/src/tests/mptests" >&5 3646 3647 if test -d $srcdir/c/src/tests/mptests; then 3647 3648 rtems_av_save_dir=`pwd`; … … 3660 3661 3661 3662 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 3662 echo "configure:366 3: checking for Makefile.in in c/src/tests/psxtests" >&53663 echo "configure:3664: checking for Makefile.in in c/src/tests/psxtests" >&5 3663 3664 if test -d $srcdir/c/src/tests/psxtests; then 3664 3665 rtems_av_save_dir=`pwd`; … … 3695 3696 if test "$RTEMS_HAS_HWAPI" = "yes"; then 3696 3697 echo $ac_n "checking whether libwapi is present""... $ac_c" 1>&6 3697 echo "configure:369 8: checking whether libwapi is present" >&53698 echo "configure:3699: checking whether libwapi is present" >&5 3698 3699 if test -f ${srcdir}/c/src/lib/libhwapi/Makefile.in ; then 3699 3700 echo "$ac_t""yes" 1>&6 … … 3701 3702 3702 3703 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 3703 echo "configure:370 4: checking for Makefile.in in c/src/lib/libhwapi/analog" >&53704 echo "configure:3705: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 3704 3705 if test -d $srcdir/c/src/lib/libhwapi/analog; then 3705 3706 rtems_av_save_dir=`pwd`; … … 3716 3717 3717 3718 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 3718 echo "configure:37 19: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&53719 echo "configure:3720: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 3719 3720 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 3720 3721 rtems_av_save_dir=`pwd`; … … 3731 3732 3732 3733 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 3733 echo "configure:373 4: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&53734 echo "configure:3735: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 3734 3735 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 3735 3736 rtems_av_save_dir=`pwd`; … … 3746 3747 3747 3748 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6 3748 echo "configure:37 49: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&53749 echo "configure:3750: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5 3749 3750 if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then 3750 3751 rtems_av_save_dir=`pwd`; … … 3761 3762 3762 3763 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 3763 echo "configure:376 4: checking for Makefile.in in c/src/lib/libhwapi/serial" >&53764 echo "configure:3765: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 3764 3765 if test -d $srcdir/c/src/lib/libhwapi/serial; then 3765 3766 rtems_av_save_dir=`pwd`; … … 3776 3777 3777 3778 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 3778 echo "configure:37 79: checking for Makefile.in in c/src/lib/libhwapi/support" >&53779 echo "configure:3780: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 3779 3780 if test -d $srcdir/c/src/lib/libhwapi/support; then 3780 3781 rtems_av_save_dir=`pwd`; … … 3791 3792 3792 3793 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 3793 echo "configure:379 4: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&53794 echo "configure:3795: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 3794 3795 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 3795 3796 rtems_av_save_dir=`pwd`; … … 3824 3825 3825 3826 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 3826 echo "configure:382 7: checking for Makefile.in in make" >&53827 echo "configure:3828: checking for Makefile.in in make" >&5 3827 3828 if test -d $srcdir/make; then 3828 3829 rtems_av_save_dir=`pwd`; … … 3839 3840 3840 3841 echo $ac_n "checking for Makefile.in in c/src/lib/libchip""... $ac_c" 1>&6 3841 echo "configure:384 2: checking for Makefile.in in c/src/lib/libchip" >&53842 echo "configure:3843: checking for Makefile.in in c/src/lib/libchip" >&5 3842 3843 if test -d $srcdir/c/src/lib/libchip; then 3843 3844 rtems_av_save_dir=`pwd`; … … 3854 3855 3855 3856 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 3856 echo "configure:385 7: checking for Makefile.in in c/src/lib/libmisc" >&53857 echo "configure:3858: checking for Makefile.in in c/src/lib/libmisc" >&5 3857 3858 if test -d $srcdir/c/src/lib/libmisc; then 3858 3859 rtems_av_save_dir=`pwd`; … … 3869 3870 3870 3871 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 3871 echo "configure:387 2: checking for Makefile.in in c/src/tests/samples" >&53872 echo "configure:3873: checking for Makefile.in in c/src/tests/samples" >&5 3872 3873 if test -d $srcdir/c/src/tests/samples; then 3873 3874 rtems_av_save_dir=`pwd`; … … 4097 4098 s%@build_vendor@%$build_vendor%g 4098 4099 s%@build_os@%$build_os%g 4100 s%@RTEMS_CPU@%$RTEMS_CPU%g 4099 4101 s%@RTEMS_HAS_MULTIPROCESSING@%$RTEMS_HAS_MULTIPROCESSING%g 4100 4102 s%@RTEMS_HAS_POSIX_API@%$RTEMS_HAS_POSIX_API%g -
tools/cpu/generic/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
tools/cpu/generic/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
tools/cpu/generic/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 930 931 set dummy $ac_prog; ac_word=$2 931 932 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 932 echo "configure:93 3: checking for $ac_word" >&5933 echo "configure:934: checking for $ac_word" >&5 933 934 if eval "test \"`echo '$''{'ac_cv_path_KSH'+set}'`\" = set"; then 934 935 echo $ac_n "(cached) $ac_c" 1>&6 … … 1153 1154 s%@build_vendor@%$build_vendor%g 1154 1155 s%@build_os@%$build_os%g 1156 s%@RTEMS_CPU@%$RTEMS_CPU%g 1155 1157 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1156 1158 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
tools/cpu/hppa1.1/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
tools/cpu/hppa1.1/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 927 928 set dummy gcc; ac_word=$2 928 929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 929 echo "configure:93 0: checking for $ac_word" >&5930 echo "configure:931: checking for $ac_word" >&5 930 931 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 931 932 echo $ac_n "(cached) $ac_c" 1>&6 … … 957 958 set dummy cc; ac_word=$2 958 959 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 959 echo "configure:96 0: checking for $ac_word" >&5960 echo "configure:961: checking for $ac_word" >&5 960 961 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 961 962 echo $ac_n "(cached) $ac_c" 1>&6 … … 1008 1009 set dummy cl; ac_word=$2 1009 1010 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1010 echo "configure:101 1: checking for $ac_word" >&51011 echo "configure:1012: checking for $ac_word" >&5 1011 1012 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1012 1013 echo $ac_n "(cached) $ac_c" 1>&6 … … 1040 1041 1041 1042 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1042 echo "configure:104 3: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51043 echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1043 1044 1044 1045 ac_ext=c … … 1051 1052 cat > conftest.$ac_ext << EOF 1052 1053 1053 #line 105 4"configure"1054 #line 1055 "configure" 1054 1055 #include "confdefs.h" 1055 1056 1056 1057 main(){return(0);} 1057 1058 EOF 1058 if { (eval echo configure:10 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1059 if { (eval echo configure:1060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1059 1060 ac_cv_prog_cc_works=yes 1060 1061 # If we can't run a trivial program, we are probably using a cross compiler. … … 1082 1083 fi 1083 1084 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1084 echo "configure:108 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51085 echo "configure:1086: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1085 1086 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1086 1087 cross_compiling=$ac_cv_prog_cc_cross 1087 1088 1088 1089 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1089 echo "configure:109 0: checking whether we are using GNU C" >&51090 echo "configure:1091: checking whether we are using GNU C" >&5 1090 1091 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1091 1092 echo $ac_n "(cached) $ac_c" 1>&6 … … 1096 1097 #endif 1097 1098 EOF 1098 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1 099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1099 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1099 1100 ac_cv_prog_gcc=yes 1100 1101 else … … 1115 1116 CFLAGS= 1116 1117 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1117 echo "configure:111 8: checking whether ${CC-cc} accepts -g" >&51118 echo "configure:1119: checking whether ${CC-cc} accepts -g" >&5 1118 1119 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1119 1120 echo $ac_n "(cached) $ac_c" 1>&6 … … 1326 1327 s%@build_vendor@%$build_vendor%g 1327 1328 s%@build_os@%$build_os%g 1329 s%@RTEMS_CPU@%$RTEMS_CPU%g 1328 1330 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1329 1331 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
tools/cpu/sh/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
tools/cpu/sh/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
tools/cpu/sh/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 927 928 set dummy gcc; ac_word=$2 928 929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 929 echo "configure:93 0: checking for $ac_word" >&5930 echo "configure:931: checking for $ac_word" >&5 930 931 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 931 932 echo $ac_n "(cached) $ac_c" 1>&6 … … 957 958 set dummy cc; ac_word=$2 958 959 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 959 echo "configure:96 0: checking for $ac_word" >&5960 echo "configure:961: checking for $ac_word" >&5 960 961 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 961 962 echo $ac_n "(cached) $ac_c" 1>&6 … … 1008 1009 set dummy cl; ac_word=$2 1009 1010 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1010 echo "configure:101 1: checking for $ac_word" >&51011 echo "configure:1012: checking for $ac_word" >&5 1011 1012 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1012 1013 echo $ac_n "(cached) $ac_c" 1>&6 … … 1040 1041 1041 1042 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1042 echo "configure:104 3: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51043 echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1043 1044 1044 1045 ac_ext=c … … 1051 1052 cat > conftest.$ac_ext << EOF 1052 1053 1053 #line 105 4"configure"1054 #line 1055 "configure" 1054 1055 #include "confdefs.h" 1055 1056 1056 1057 main(){return(0);} 1057 1058 EOF 1058 if { (eval echo configure:10 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1059 if { (eval echo configure:1060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1059 1060 ac_cv_prog_cc_works=yes 1060 1061 # If we can't run a trivial program, we are probably using a cross compiler. … … 1082 1083 fi 1083 1084 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1084 echo "configure:108 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51085 echo "configure:1086: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1085 1086 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1086 1087 cross_compiling=$ac_cv_prog_cc_cross 1087 1088 1088 1089 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1089 echo "configure:109 0: checking whether we are using GNU C" >&51090 echo "configure:1091: checking whether we are using GNU C" >&5 1090 1091 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1091 1092 echo $ac_n "(cached) $ac_c" 1>&6 … … 1096 1097 #endif 1097 1098 EOF 1098 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1 099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1099 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1099 1100 ac_cv_prog_gcc=yes 1100 1101 else … … 1115 1116 CFLAGS= 1116 1117 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1117 echo "configure:111 8: checking whether ${CC-cc} accepts -g" >&51118 echo "configure:1119: checking whether ${CC-cc} accepts -g" >&5 1118 1119 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1119 1120 echo $ac_n "(cached) $ac_c" 1>&6 … … 1147 1148 1148 1149 echo $ac_n "checking for fabs in -lm""... $ac_c" 1>&6 1149 echo "configure:115 0: checking for fabs in -lm" >&51150 echo "configure:1151: checking for fabs in -lm" >&5 1150 1151 ac_lib_var=`echo m'_'fabs | sed 'y%./+-%__p_%'` 1151 1152 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 1155 1156 LIBS="-lm $LIBS" 1156 1157 cat > conftest.$ac_ext <<EOF 1157 #line 115 8"configure"1158 #line 1159 "configure" 1158 1159 #include "confdefs.h" 1159 1160 /* Override any gcc2 internal prototype to avoid an error. */ … … 1166 1167 ; return 0; } 1167 1168 EOF 1168 if { (eval echo configure:11 69: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1169 if { (eval echo configure:1170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1169 1170 rm -rf conftest* 1170 1171 eval "ac_cv_lib_$ac_lib_var=yes" … … 1373 1374 s%@build_vendor@%$build_vendor%g 1374 1375 s%@build_os@%$build_os%g 1376 s%@RTEMS_CPU@%$RTEMS_CPU%g 1375 1377 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1376 1378 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g -
tools/cpu/unix/Makefile.in
rcf1806b4 rd2d22780 71 71 PACKAGE = @PACKAGE@ 72 72 PROJECT_ROOT = @PROJECT_ROOT@ 73 RTEMS_CPU = @RTEMS_CPU@ 73 74 RTEMS_ROOT = @RTEMS_ROOT@ 74 75 RTEMS_TOPdir = @RTEMS_TOPdir@ -
tools/cpu/unix/aclocal.m4
rcf1806b4 rd2d22780 94 94 esac 95 95 changequote([,])dnl 96 AC_SUBST(RTEMS_CPU) 96 97 AC_MSG_RESULT($RTEMS_CPU) 97 98 ]) -
tools/cpu/unix/configure
rcf1806b4 rd2d22780 694 694 ;; 695 695 esac 696 696 697 echo "$ac_t""$RTEMS_CPU" 1>&6 697 698 … … 709 710 # ./install, which can be erroneously created by make from ./install.sh. 710 711 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 711 echo "configure:71 2: checking for a BSD compatible install" >&5712 echo "configure:713: checking for a BSD compatible install" >&5 712 713 if test -z "$INSTALL"; then 713 714 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 762 763 763 764 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 764 echo "configure:76 5: checking whether build environment is sane" >&5765 echo "configure:766: checking whether build environment is sane" >&5 765 766 # Just in case 766 767 sleep 1 … … 819 820 820 821 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 821 echo "configure:82 2: checking whether ${MAKE-make} sets \${MAKE}" >&5822 echo "configure:823: checking whether ${MAKE-make} sets \${MAKE}" >&5 822 823 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 823 824 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 858 859 missing_dir=`cd $ac_aux_dir && pwd` 859 860 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 860 echo "configure:86 1: checking for working aclocal" >&5861 echo "configure:862: checking for working aclocal" >&5 861 862 # Run test in a subshell; some versions of sh will print an error if 862 863 # an executable is not found, even if stderr is redirected. … … 871 872 872 873 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 873 echo "configure:87 4: checking for working autoconf" >&5874 echo "configure:875: checking for working autoconf" >&5 874 875 # Run test in a subshell; some versions of sh will print an error if 875 876 # an executable is not found, even if stderr is redirected. … … 884 885 885 886 echo $ac_n "checking for working automake""... $ac_c" 1>&6 886 echo "configure:88 7: checking for working automake" >&5887 echo "configure:888: checking for working automake" >&5 887 888 # Run test in a subshell; some versions of sh will print an error if 888 889 # an executable is not found, even if stderr is redirected. … … 897 898 898 899 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 899 echo "configure:90 0: checking for working autoheader" >&5900 echo "configure:901: checking for working autoheader" >&5 900 901 # Run test in a subshell; some versions of sh will print an error if 901 902 # an executable is not found, even if stderr is redirected. … … 910 911 911 912 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 912 echo "configure:91 3: checking for working makeinfo" >&5913 echo "configure:914: checking for working makeinfo" >&5 913 914 # Run test in a subshell; some versions of sh will print an error if 914 915 # an executable is not found, even if stderr is redirected. … … 927 928 set dummy gcc; ac_word=$2 928 929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 929 echo "configure:93 0: checking for $ac_word" >&5930 echo "configure:931: checking for $ac_word" >&5 930 931 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 931 932 echo $ac_n "(cached) $ac_c" 1>&6 … … 957 958 set dummy cc; ac_word=$2 958 959 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 959 echo "configure:96 0: checking for $ac_word" >&5960 echo "configure:961: checking for $ac_word" >&5 960 961 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 961 962 echo $ac_n "(cached) $ac_c" 1>&6 … … 1008 1009 set dummy cl; ac_word=$2 1009 1010 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1010 echo "configure:101 1: checking for $ac_word" >&51011 echo "configure:1012: checking for $ac_word" >&5 1011 1012 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1012 1013 echo $ac_n "(cached) $ac_c" 1>&6 … … 1040 1041 1041 1042 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1042 echo "configure:104 3: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&51043 echo "configure:1044: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1043 1044 1044 1045 ac_ext=c … … 1051 1052 cat > conftest.$ac_ext << EOF 1052 1053 1053 #line 105 4"configure"1054 #line 1055 "configure" 1054 1055 #include "confdefs.h" 1055 1056 1056 1057 main(){return(0);} 1057 1058 EOF 1058 if { (eval echo configure:10 59: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then1059 if { (eval echo configure:1060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 1059 1060 ac_cv_prog_cc_works=yes 1060 1061 # If we can't run a trivial program, we are probably using a cross compiler. … … 1082 1083 fi 1083 1084 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1084 echo "configure:108 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51085 echo "configure:1086: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1085 1086 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 1086 1087 cross_compiling=$ac_cv_prog_cc_cross 1087 1088 1088 1089 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1089 echo "configure:109 0: checking whether we are using GNU C" >&51090 echo "configure:1091: checking whether we are using GNU C" >&5 1090 1091 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1091 1092 echo $ac_n "(cached) $ac_c" 1>&6 … … 1096 1097 #endif 1097 1098 EOF 1098 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1 099: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1099 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1100: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1099 1100 ac_cv_prog_gcc=yes 1100 1101 else … … 1115 1116 CFLAGS= 1116 1117 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1117 echo "configure:111 8: checking whether ${CC-cc} accepts -g" >&51118 echo "configure:1119: checking whether ${CC-cc} accepts -g" >&5 1118 1119 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1119 1120 echo $ac_n "(cached) $ac_c" 1>&6 … … 1326 1327 s%@build_vendor@%$build_vendor%g 1327 1328 s%@build_os@%$build_os%g 1329 s%@RTEMS_CPU@%$RTEMS_CPU%g 1328 1330 s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g 1329 1331 s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
Note: See TracChangeset
for help on using the changeset viewer.