mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
Revert automatic setting of -with-gnu-ld and -with-gnu-as.
This commit is contained in:
@ -1,8 +1,6 @@
|
|||||||
Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
|
Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
* configure.in: Build gas for mips-*-*. If configuring gas and/or
|
* configure.in: Build gas for mips-*-*.
|
||||||
ld, and the source directories exist, assume -with-gnu-as and/or
|
|
||||||
-with-gnu-ld.
|
|
||||||
|
|
||||||
Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
|
Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
|
||||||
|
|
||||||
|
17
configure.in
17
configure.in
@ -193,14 +193,15 @@ case "${target}" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# Set with_gnu_as and with_gnu_ld as appropriate.
|
# Set with_gnu_as and with_gnu_ld as appropriate.
|
||||||
if [ x${with_gnu_as} != xyes ] && echo ${configdirs} | grep gas > /dev/null && [ -d ${srcdir}/gas ]; then
|
# This is commented out for now.
|
||||||
with_gnu_as=yes
|
#if [ x${with_gnu_as} != xyes ] && echo ${configdirs} | grep gas > /dev/null && [ -d ${srcdir}/gas ]; then
|
||||||
withoptions="$withoptions -with-gnu-as"
|
# with_gnu_as=yes
|
||||||
fi
|
# withoptions="$withoptions -with-gnu-as"
|
||||||
if [ x${with_gnu_ld} != xyes ] && echo ${configdirs} | grep ld > /dev/null && [ -d ${srcdir}/ld ]; then
|
#fi
|
||||||
with_gnu_ld=yes
|
#if [ x${with_gnu_ld} != xyes ] && echo ${configdirs} | grep ld > /dev/null && [ -d ${srcdir}/ld ]; then
|
||||||
withoptions="$withoptions -with-gnu-ld"
|
# with_gnu_ld=yes
|
||||||
fi
|
# withoptions="$withoptions -with-gnu-ld"
|
||||||
|
#fi
|
||||||
|
|
||||||
target_makefile_frag=config/mt-${bfd_target}
|
target_makefile_frag=config/mt-${bfd_target}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user