mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
* configure.in, configure: Initialize bfd_gas to no.
This commit is contained in:
@ -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
|
||||
|
1
gas/configure
vendored
1
gas/configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user