This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix bootstrap on powerpc-linux


Fallout from the options reorg.  There's a case for which we build a
biarch compiler which wasn't including all the linux64 bits.


r~


        * config.gcc (powerpc-*-linux*): Include linux64.opt when
        including linux64.h.

Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.545
diff -u -p -r1.545 config.gcc
--- config.gcc	18 May 2005 18:43:44 -0000	1.545
+++ config.gcc	19 May 2005 01:07:38 -0000
@@ -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"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]