mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-26 01:19:37 +08:00
configure.in (tm.h): Include isns-codes.h last.
* configure.in (tm.h): Include isns-codes.h last. * configure: Rebuilt. From-SVN: r38677
This commit is contained in:
parent
e55a9a6ea2
commit
04d430b8d0
@ -1,3 +1,8 @@
|
||||
2001-01-03 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* configure.in (tm.h): Include isns-codes.h last.
|
||||
* configure: Rebuilt.
|
||||
|
||||
2001-01-03 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/alpha/alpha.md (addvsi3, addvdi3): New.
|
||||
|
510
gcc/configure
vendored
510
gcc/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -787,12 +787,6 @@ do
|
||||
then
|
||||
echo "#define TARGET_CPU_DEFAULT ($target_cpu_default)" >>$link
|
||||
fi
|
||||
if test $link = tm.h
|
||||
then
|
||||
echo "#ifndef GENERATOR_FILE" >>$link
|
||||
echo "#include \"insn-codes.h\"" >>$link
|
||||
echo "#endif" >>$link
|
||||
fi
|
||||
|
||||
for file in `eval echo '$'$var`; do
|
||||
case $file in
|
||||
@ -817,6 +811,15 @@ do
|
||||
echo "#define $def" >>$link
|
||||
echo "#endif" >>$link
|
||||
done
|
||||
|
||||
if test $link = tm.h
|
||||
then
|
||||
# Include insn-codes.h last, because it includes machmode.h,
|
||||
# and we want EXTRA_CC_MODES to be taken into account.
|
||||
echo "#ifndef GENERATOR_FILE" >>$link
|
||||
echo "#include \"insn-codes.h\"" >>$link
|
||||
echo "#endif" >>$link
|
||||
fi
|
||||
done
|
||||
|
||||
# Truncate the target if necessary
|
||||
|
Loading…
Reference in New Issue
Block a user