configure.ac (AC_MSG_CHECKING(what linker to use)): in_tree_ld_is_elf should be true for LynxOS.
* configure.ac (AC_MSG_CHECKING(what linker to use)): in_tree_ld_is_elf should be true for LynxOS. * configure: Regenerate. From-SVN: r87343
This commit is contained in:
parent
ecc50d72cb
commit
8a45d680ae
@ -1,3 +1,9 @@
|
|||||||
|
2004-09-10 Adam Nemet <anemet@lnxw.com>
|
||||||
|
|
||||||
|
* configure.ac (AC_MSG_CHECKING(what linker to use)):
|
||||||
|
in_tree_ld_is_elf should be true for LynxOS.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2004-09-10 Adam Nemet <anemet@lnxw.com>
|
2004-09-10 Adam Nemet <anemet@lnxw.com>
|
||||||
|
|
||||||
* Makefile.in (all.cross): Add srcextra.
|
* Makefile.in (all.cross): Add srcextra.
|
||||||
|
3
gcc/configure
vendored
3
gcc/configure
vendored
@ -10228,7 +10228,8 @@ elif test -f $gcc_cv_ld_gld_srcdir/configure.in \
|
|||||||
in_tree_ld=yes
|
in_tree_ld=yes
|
||||||
in_tree_ld_is_elf=no
|
in_tree_ld_is_elf=no
|
||||||
if (grep 'EMUL = .*elf' ../ld/Makefile \
|
if (grep 'EMUL = .*elf' ../ld/Makefile \
|
||||||
|| grep 'EMUL = .*linux' ../ld/Makefile) > /dev/null; then
|
|| grep 'EMUL = .*linux' ../ld/Makefile \
|
||||||
|
|| grep 'EMUL = .*lynx' ../ld/Makefile) > /dev/null; then
|
||||||
in_tree_ld_is_elf=yes
|
in_tree_ld_is_elf=yes
|
||||||
fi
|
fi
|
||||||
for f in $gcc_cv_ld_bfd_srcdir/configure $gcc_cv_ld_gld_srcdir/configure $gcc_cv_ld_gld_srcdir/configure.in $gcc_cv_ld_gld_srcdir/Makefile.in
|
for f in $gcc_cv_ld_bfd_srcdir/configure $gcc_cv_ld_gld_srcdir/configure $gcc_cv_ld_gld_srcdir/configure.in $gcc_cv_ld_gld_srcdir/Makefile.in
|
||||||
|
@ -1865,7 +1865,8 @@ elif test -f $gcc_cv_ld_gld_srcdir/configure.in \
|
|||||||
in_tree_ld=yes
|
in_tree_ld=yes
|
||||||
in_tree_ld_is_elf=no
|
in_tree_ld_is_elf=no
|
||||||
if (grep 'EMUL = .*elf' ../ld/Makefile \
|
if (grep 'EMUL = .*elf' ../ld/Makefile \
|
||||||
|| grep 'EMUL = .*linux' ../ld/Makefile) > /dev/null; then
|
|| grep 'EMUL = .*linux' ../ld/Makefile \
|
||||||
|
|| grep 'EMUL = .*lynx' ../ld/Makefile) > /dev/null; then
|
||||||
in_tree_ld_is_elf=yes
|
in_tree_ld_is_elf=yes
|
||||||
fi
|
fi
|
||||||
for f in $gcc_cv_ld_bfd_srcdir/configure $gcc_cv_ld_gld_srcdir/configure $gcc_cv_ld_gld_srcdir/configure.in $gcc_cv_ld_gld_srcdir/Makefile.in
|
for f in $gcc_cv_ld_bfd_srcdir/configure $gcc_cv_ld_gld_srcdir/configure $gcc_cv_ld_gld_srcdir/configure.in $gcc_cv_ld_gld_srcdir/Makefile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user