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]

[tree-ssa] [PATCH] Do no rebuild libbanshee on PPC-Darwin


After adding the SaveFP/RestFP functions to the FSF's gcc,
we no longer have to rebuild libbanshee at each stage when
bootstrapping gcc now.

This patch removes the statement from config.gcc to do
the rebuilding to speed up the building of GCC.

Thanks,
Andrew Pinski

ChangeLog:

	* config.gcc (powerpc-*-darwin*): Do not
	rebuild libbanshee.


Patch:


Index: config.gcc
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config.gcc,v
retrieving revision 1.215.2.52
diff -u -p -r1.215.2.52 config.gcc
--- config.gcc 1 Apr 2004 17:20:48 -0000 1.215.2.52
+++ config.gcc 1 Apr 2004 21:25:59 -0000
@@ -1506,7 +1506,6 @@ powerpc-*-darwin*)
tm_file="${tm_file} rs6000/darwin.h"
tmake_file="${tmake_file} rs6000/t-darwin"
extra_headers=altivec.h
- rebuild_banshee=yes
;;
powerpc*-*-freebsd*)
tm_file="${tm_file} dbxelf.h elfos.h ${fbsd_tm_file} rs6000/sysv4.h rs6000/freebsd.h"



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