diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-08-31 15:35:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-08-31 15:35:04 +0000 |
commit | bdee23af1767a35845c76087086736e7dd93edbb (patch) | |
tree | 201f6967ddcc9a3a37e567e066de0ee0343922a0 /gas | |
parent | 31b2518aa4538ad7f514f1dab5bfa936cda14c74 (diff) | |
download | gdb-bdee23af1767a35845c76087086736e7dd93edbb.zip gdb-bdee23af1767a35845c76087086736e7dd93edbb.tar.gz gdb-bdee23af1767a35845c76087086736e7dd93edbb.tar.bz2 |
* configure.in, configure: Initialize bfd_gas to no.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 7 | ||||
-rwxr-xr-x | gas/configure | 1 | ||||
-rw-r--r-- | gas/configure.in | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 03b2983..e060c2e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Wed Aug 31 11:20:48 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + * config/obj-coff.h (S_IS_DEFINED): Absolute symbols are defined + also. + + * configure.in, configure: Initialize bfd_gas to no. + Tue Aug 30 19:31:14 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * as.h: Include alloca-conf.h from "libiberty", not diff --git a/gas/configure b/gas/configure index 5231cfb..0886ea1 100755 --- a/gas/configure +++ b/gas/configure @@ -391,6 +391,7 @@ ac_cpp='${CPP} $CPPFLAGS' ac_compile='${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS conftest.${ac_ext} -o conftest $LIBS 1>&5 2>&5' +bfd_gas=no # Check whether --enable-bfd-assembler or --disable-bfd-assembler was given. enableval="$enable_bfd_assembler" if test -n "$enableval"; then diff --git a/gas/configure.in b/gas/configure.in index 8016f6e..57e809e 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -8,6 +8,7 @@ dnl dnl AC_INIT(as.h) dnl +bfd_gas=no AC_ARG_ENABLE(bfd-assembler, [ bfd-assembler use BFD back end for writing object files], [case "${enableval}" in |