config.gcc (powerpc-*-linux*): Include linux64.opt when including linux64.h.
authorRichard Henderson <rth@redhat.com>
Thu, 19 May 2005 01:10:13 +0000 (18:10 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 19 May 2005 01:10:13 +0000 (18:10 -0700)
        * config.gcc (powerpc-*-linux*): Include linux64.opt when
        including linux64.h.

From-SVN: r99943

gcc/ChangeLog
gcc/config.gcc

index cf8148364ef9d6fa5c2b83ea624646ec2899effa..803d894edf286c13f4eb42764dceb11176e028a4 100644 (file)
@@ -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.
index 34a267d5cc5adb9f2d31a491d1272f680131cc15..ea3a49c871c0b87f95316852803cfd0a258c1990 100644 (file)
@@ -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"