]> gcc.gnu.org Git - gcc.git/commit
configure.in (in_tree_gas): Find out here whether GAS is ELF, set in_tree_gas_is_elf...
authorHans-Peter Nilsson <hp@bitrange.com>
Mon, 23 Jun 2003 01:13:35 +0000 (01:13 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 23 Jun 2003 01:13:35 +0000 (01:13 +0000)
commit5408ac6cf3797292f5f86cb7abb6b1103487f20a
tree10b933029c25d19d8e66cae8d767897ce16b1cde
parent8e0952f07501034235d2e961e828178279b260a2
configure.in (in_tree_gas): Find out here whether GAS is ELF, set in_tree_gas_is_elf accordingly.

* configure.in (in_tree_gas): Find out here whether GAS is ELF,
set in_tree_gas_is_elf accordingly.
(in_tree_ld): Find out whether LD emulation is ELF, set
in_tree_ld_is_elf accordingly.
(gcc_cv_as_subsections, gcc_cv_as_hidden, gcc_cv_as_leb128)
(gcc_cv_as_eh_frame, gcc_cv_as_shf_merge)
(gcc_cv_as_dwarf2_debug_line, gcc_cv_as_gdwarf2_flag)
(gcc_cv_as_gstabs_flag): Use $in_tree_gas_is_elf instead of
grepping gas/Makefile.
(gcc_cv_ld_ro_rw_mix, gcc_cv_ld_eh_frame_hdr, gcc_cv_ld_pie): Use
$in_tree_ld_is_elf instead of grepping ld/Makefile.
* configure: Regenerate.

From-SVN: r68356
gcc/ChangeLog
gcc/configure
gcc/configure.in
This page took 0.054708 seconds and 5 git commands to generate.