mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 19:12:24 +08:00
Revert automatic setting of -with-gnu-ld and -with-gnu-as.
This commit is contained in:
17
configure.in
17
configure.in
@ -193,14 +193,15 @@ case "${target}" in
|
||||
esac
|
||||
|
||||
# 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
|
||||
with_gnu_as=yes
|
||||
withoptions="$withoptions -with-gnu-as"
|
||||
fi
|
||||
if [ x${with_gnu_ld} != xyes ] && echo ${configdirs} | grep ld > /dev/null && [ -d ${srcdir}/ld ]; then
|
||||
with_gnu_ld=yes
|
||||
withoptions="$withoptions -with-gnu-ld"
|
||||
fi
|
||||
# This is commented out for now.
|
||||
#if [ x${with_gnu_as} != xyes ] && echo ${configdirs} | grep gas > /dev/null && [ -d ${srcdir}/gas ]; then
|
||||
# with_gnu_as=yes
|
||||
# withoptions="$withoptions -with-gnu-as"
|
||||
#fi
|
||||
#if [ x${with_gnu_ld} != xyes ] && echo ${configdirs} | grep ld > /dev/null && [ -d ${srcdir}/ld ]; then
|
||||
# with_gnu_ld=yes
|
||||
# withoptions="$withoptions -with-gnu-ld"
|
||||
#fi
|
||||
|
||||
target_makefile_frag=config/mt-${bfd_target}
|
||||
|
||||
|
Reference in New Issue
Block a user