aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.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/config.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/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
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"