diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-11-29 20:27:26 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-11-29 20:27:26 +0000 |
commit | f1698cb717ffeac7cc290f033cc034df275e4fe3 (patch) | |
tree | f6fb01d1ba506fc7474000e0e53bf0692f25c85c /gas/configure | |
parent | 12c5dfda9bf87912d3c14eca34d8f22319ade78f (diff) | |
download | gdb-f1698cb717ffeac7cc290f033cc034df275e4fe3.zip gdb-f1698cb717ffeac7cc290f033cc034df275e4fe3.tar.gz gdb-f1698cb717ffeac7cc290f033cc034df275e4fe3.tar.bz2 |
Regenerate after Tiemann's change to configure.in.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 147 |
1 files changed, 79 insertions, 68 deletions
diff --git a/gas/configure b/gas/configure index 75edb15..5526193 100755 --- a/gas/configure +++ b/gas/configure @@ -1,7 +1,7 @@ #!/bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.0 +# Generated automatically using autoconf version 2.1 # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. # # This configure script is free software; the Free Software Foundation @@ -14,37 +14,6 @@ ac_default_prefix=/usr/local ac_help="$ac_help bfd-assembler use BFD back end for writing object files" -# Omit some internal or obsolete options to make the list less imposing. -ac_usage="Usage: configure [options] [host] -Options: [defaults in brackets after descriptions] -Configuration: - --cache-file=FILE cache test results in FILE - --help print this message - --no-create do not create output files - --quiet, --silent do not print \`checking...' messages - --version print the version of autoconf that created configure -Directory and file names: - --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] - --exec-prefix=PREFIX install architecture-dependent files in PREFIX - [same as prefix] - --srcdir=DIR find the sources in DIR [configure dir or ..] - --program-prefix=PREFIX prepend PREFIX to installed program names - --program-suffix=SUFFIX append SUFFIX to installed program names - --program-transform-name=PROGRAM run sed PROGRAM on installed program names -Host type: - --build=BUILD configure for building on BUILD [BUILD=HOST] - --host=HOST configure for HOST [guessed] - --target=TARGET configure for TARGET [TARGET=HOST] -Features and packages: - --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) - --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] - --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) - --x-includes=DIR X include files are in DIR - --x-libraries=DIR X library files are in DIR ---enable and --with options recognized:$ac_help" - # Initialize some variables set by options. # The variables have the same names as the options, with # dashes changed to underlines. @@ -138,8 +107,38 @@ do with_gas=yes ;; -help | --help | --hel | --he) + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. cat << EOF -$ac_usage +Usage: configure [options] [host] +Options: [defaults in brackets after descriptions] +Configuration: + --cache-file=FILE cache test results in FILE + --help print this message + --no-create do not create output files + --quiet, --silent do not print \`checking...' messages + --version print the version of autoconf that created configure +Directory and file names: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=PREFIX install architecture-dependent files in PREFIX + [same as prefix] + --srcdir=DIR find the sources in DIR [configure dir or ..] + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +Host type: + --build=BUILD configure for building on BUILD [BUILD=HOST] + --host=HOST configure for HOST [guessed] + --target=TARGET configure for TARGET [TARGET=HOST] +Features and packages: + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] + --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) + --x-includes=DIR X include files are in DIR + --x-libraries=DIR X library files are in DIR +--enable and --with options recognized:$ac_help EOF exit 0 ;; @@ -219,7 +218,7 @@ EOF verbose=yes ;; -version | --version | --versio | --versi | --vers) - echo "configure generated by autoconf version 2.0" + echo "configure generated by autoconf version 2.1" exit 0 ;; -with-* | --with-*) @@ -662,18 +661,22 @@ case ${generic_target} in sh-*-coff) obj_format=coff ;; +# start-sanitize-rce + rce-*-aout) obj_format=aout ;; +# end-sanitize-rce + ns32k-pc532-mach*) obj_format=aout emulation=pc532 ;; ns32k-pc532-netbsd*) obj_format=aout emulation=nbsd532 ;; - sparc*-*-sunos4*) obj_format=aout emulation=sun3 ;; - sparc*-*-aout | sparc*-*-vxworks) + sparc-*-sunos4*) obj_format=aout emulation=sun3 ;; + sparc-*-aout | sparc*-*-vxworks) obj_format=aout ;; - sparc*-*-coff) obj_format=coff ;; - sparc*-*-lynxos*) obj_format=coff emulation=lynx ;; - sparc*-fujitsu-none) obj_format=aout ;; - sparc*-*-elf | sparc*-*-solaris*) + sparc-*-coff) obj_format=coff ;; + sparc-*-lynxos*) obj_format=coff emulation=lynx ;; + sparc-fujitsu-none) obj_format=aout ;; + sparc-*-elf | sparc*-*-solaris*) obj_format=elf ;; - sparc*-*-netbsd*) obj_format=aout emulation=nbsd bfd_gas=yes ;; + sparc-*-netbsd*) obj_format=aout emulation=nbsd bfd_gas=yes ;; vax-*-bsd* | vax-*-ultrix*) obj_format=aout ;; @@ -734,7 +737,7 @@ case ${cpu_type}-${obj_format} in mips-*) bfd_gas=yes ;; ns32k-*) bfd_gas=yes ;; ppc-*) bfd_gas=yes ;; - sparc*-*) bfd_gas=yes ;; + sparc-*) bfd_gas=yes ;; *-elf) bfd_gas=yes ;; *-ecoff) bfd_gas=yes ;; *-som) bfd_gas=yes ;; @@ -904,7 +907,7 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext <<EOF -#line 908 "configure" +#line 911 "configure" #include "confdefs.h" #include <assert.h> Syntax Error @@ -918,7 +921,7 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext <<EOF -#line 922 "configure" +#line 925 "configure" #include "confdefs.h" #include <assert.h> Syntax Error @@ -949,7 +952,7 @@ if eval "test \"`echo '${'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 953 "configure" +#line 956 "configure" #include "confdefs.h" #include <$ac_hdr> EOF @@ -1001,7 +1004,7 @@ else ac_cv_cross=yes else cat > conftest.$ac_ext <<EOF -#line 1005 "configure" +#line 1008 "configure" #include "confdefs.h" main(){return(0);} EOF @@ -1024,7 +1027,7 @@ if eval "test \"`echo '${'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1028 "configure" +#line 1031 "configure" #include "confdefs.h" #include <alloca.h> int main() { return 0; } @@ -1055,7 +1058,7 @@ if eval "test \"`echo '${'ac_cv_func_alloca'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1059 "configure" +#line 1062 "configure" #include "confdefs.h" #ifdef __GNUC__ @@ -1113,7 +1116,7 @@ if eval "test \"`echo '${'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1117 "configure" +#line 1120 "configure" #include "confdefs.h" #if defined(CRAY) && ! defined(CRAY2) webecray @@ -1140,9 +1143,12 @@ if eval "test \"`echo '${'ac_cv_func__getb67'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1144 "configure" +#line 1147 "configure" #include "confdefs.h" #include <ctype.h> /* Arbitrary system header to define __stub macros. */ +/* Override any gcc2 internal prototype to avoid an error. */ +char _getb67(); + int main() { return 0; } int t() { @@ -1152,8 +1158,7 @@ int t() { #if defined (__stub__getb67) || defined (__stub____getb67) choke me #else -/* Override any gcc2 internal prototype to avoid an error. */ -char _getb67(); _getb67(); +_getb67(); #endif ; return 0; } @@ -1181,9 +1186,12 @@ if eval "test \"`echo '${'ac_cv_func_GETB67'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1185 "configure" +#line 1190 "configure" #include "confdefs.h" #include <ctype.h> /* Arbitrary system header to define __stub macros. */ +/* Override any gcc2 internal prototype to avoid an error. */ +char GETB67(); + int main() { return 0; } int t() { @@ -1193,8 +1201,7 @@ int t() { #if defined (__stub_GETB67) || defined (__stub___GETB67) choke me #else -/* Override any gcc2 internal prototype to avoid an error. */ -char GETB67(); GETB67(); +GETB67(); #endif ; return 0; } @@ -1222,9 +1229,12 @@ if eval "test \"`echo '${'ac_cv_func_getb67'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1226 "configure" +#line 1233 "configure" #include "confdefs.h" #include <ctype.h> /* Arbitrary system header to define __stub macros. */ +/* Override any gcc2 internal prototype to avoid an error. */ +char getb67(); + int main() { return 0; } int t() { @@ -1234,8 +1244,7 @@ int t() { #if defined (__stub_getb67) || defined (__stub___getb67) choke me #else -/* Override any gcc2 internal prototype to avoid an error. */ -char getb67(); getb67(); +getb67(); #endif ; return 0; } @@ -1274,7 +1283,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <<EOF -#line 1278 "configure" +#line 1287 "configure" #include "confdefs.h" find_stack_direction () { @@ -1315,7 +1324,7 @@ if eval "test \"`echo '${'ac_cv_c_inline'+set}'`\" = set"; then else if test "$GCC" = yes; then cat > conftest.$ac_ext <<EOF -#line 1319 "configure" +#line 1328 "configure" #include "confdefs.h" int main() { return 0; } @@ -1353,9 +1362,12 @@ if eval "test \"`echo '${'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1357 "configure" +#line 1366 "configure" #include "confdefs.h" #include <ctype.h> /* Arbitrary system header to define __stub macros. */ +/* Override any gcc2 internal prototype to avoid an error. */ +char $ac_func(); + int main() { return 0; } int t() { @@ -1365,8 +1377,7 @@ int t() { #if defined (__stub_$ac_func) || defined (__stub___$ac_func) choke me #else -/* Override any gcc2 internal prototype to avoid an error. */ -char $ac_func(); $ac_func(); +$ac_func(); #endif ; return 0; } @@ -1402,7 +1413,7 @@ if eval "test \"`echo '${'gas_cv_assert_ok'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1406 "configure" +#line 1417 "configure" #include "confdefs.h" #include <assert.h> #include <stdio.h> @@ -1459,7 +1470,7 @@ if eval "test \"`echo '${'gas_cv_decl_needed_malloc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1463 "configure" +#line 1474 "configure" #include "confdefs.h" $gas_test_headers int main() { return 0; } @@ -1495,7 +1506,7 @@ if eval "test \"`echo '${'gas_cv_decl_needed_free'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1499 "configure" +#line 1510 "configure" #include "confdefs.h" $gas_test_headers int main() { return 0; } @@ -1534,7 +1545,7 @@ if eval "test \"`echo '${'gas_cv_decl_needed_errno'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&4 else cat > conftest.$ac_ext <<EOF -#line 1538 "configure" +#line 1549 "configure" #include "confdefs.h" #ifdef HAVE_ERRNO_H @@ -1641,7 +1652,7 @@ do echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion" exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;; -version | --version | --versio | --versi | --vers | --ver | --ve | --v) - echo "$CONFIG_STATUS generated by autoconf version 2.0" + echo "$CONFIG_STATUS generated by autoconf version 2.1" exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; |