From: Ian Lance Taylor Date: Wed, 31 Aug 1994 15:35:04 +0000 (+0000) Subject: * configure.in, configure: Initialize bfd_gas to no. X-Git-Tag: gdb-4_18~13686 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdee23af1767a35845c76087086736e7dd93edbb;p=external%2Fbinutils.git * configure.in, configure: Initialize bfd_gas to no. --- 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