[haiku-commits] r41471 - haiku/trunk/build/jam
- From: scott mc <scottmc2@xxxxxxxxx>
- To: haiku-commits@xxxxxxxxxxxxx
- Date: Fri, 13 May 2011 17:20:53 +0200 (CEST)
Author: scottmc
Date: 2011-05-13 17:20:53 +0200 (Fri, 13 May 2011)
New Revision: 41471
Changeset: https://dev.haiku-os.org/changeset/41471
Modified:
haiku/trunk/build/jam/OptionalPackages
Log:
Added ccache gcc4 optionalpackage
Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages 2011-05-13 13:36:22 UTC (rev
41470)
+++ haiku/trunk/build/jam/OptionalPackages 2011-05-13 15:20:53 UTC (rev
41471)
@@ -358,6 +358,10 @@
if [ IsOptionalHaikuImagePackageAdded CCache ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package CCache available for $(TARGET_ARCH)" ;
+ } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
+ InstallOptionalHaikuImagePackage
+ ccache-3.1.4-x86-gcc4-2011-05-12.zip
+ : $(baseURL)/ccache-3.1.4-x86-gcc4-2011-05-12.zip ;
} else {
InstallOptionalHaikuImagePackage
ccache-3.0.1-x86-gcc2-2010-08-30.zip
Other related posts:
- » [haiku-commits] r41471 - haiku/trunk/build/jam - scott mc