aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-05-18 18:10:13 -0700
committerRichard Henderson <rth@gcc.gnu.org>2005-05-18 18:10:13 -0700
commitf75aac9e435b093bed7dbacf192453c2147e1503 (patch)
tree56b202ecfda39e0af276e5b9c5d814b5b9c4d86a /gcc
parent9e5a3e6cca82705f04d839c0a8c24c501c808dc2 (diff)
downloadgcc-f75aac9e435b093bed7dbacf192453c2147e1503.zip
gcc-f75aac9e435b093bed7dbacf192453c2147e1503.tar.gz
gcc-f75aac9e435b093bed7dbacf192453c2147e1503.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config.gcc1
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index cf81483..803d894e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
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.
* tree-optimize.c (init_tree_optimization_passes): Initialize
all_lowering_passes with PROP_gimple_any.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 34a267d..ea3a49c 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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"