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
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue