mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 15:41:21 +08:00
config.gcc (powerpc-*-linux*): Include linux64.opt when including linux64.h.
* config.gcc (powerpc-*-linux*): Include linux64.opt when including linux64.h. From-SVN: r99943
This commit is contained in:
parent
9e5a3e6cca
commit
f75aac9e43
@ -1,3 +1,8 @@
|
||||
2005-05-18 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config.gcc (powerpc-*-linux*): Include linux64.opt when
|
||||
including linux64.h.
|
||||
|
||||
2005-05-18 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* tree-cfg.c (pass_remove_useless): Revert last change.
|
||||
|
@ -1684,6 +1684,7 @@ powerpc-*-linux*)
|
||||
fi
|
||||
tm_file="rs6000/biarch64.h ${tm_file} rs6000/linux64.h"
|
||||
tmake_file="$tmake_file rs6000/t-linux64"
|
||||
extra_options="${extra_options} rs6000/linux64.opt"
|
||||
;;
|
||||
*)
|
||||
tm_file="${tm_file} rs6000/linux.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user