Updated gcc 2.95.3 package

The /boot/common include paths are now built in.
This commit is contained in:
Ingo Weinhold 2011-07-11 20:42:48 +02:00
parent 0c7ef631d8
commit f642202ae8
1 changed files with 3 additions and 3 deletions

View File

@ -518,13 +518,13 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
&& $(TARGET_ARCH) = x86 {
# gcc and binutils
if $(HAIKU_GCC_VERSION[1]) = 2 {
InstallOptionalHaikuImagePackage gcc-2.95.3_110304-1.hpkg
: $(hpkgBaseURL)/gcc-2.95.3_110304-1.hpkg
InstallOptionalHaikuImagePackage gcc-2.95.3_110711-1-x86_gcc2.hpkg
: $(hpkgBaseURL)/gcc-2.95.3_110711-1-x86_gcc2.hpkg
: common packages ;
# TODO: remove this when we have a mechanism to switch gcc via PATH
AddSymlinkToHaikuImage common settings develop tools
: /boot/common/develop/tools/gcc-2.95.3-110304
: /boot/common/develop/tools/gcc-2.95.3-110711
: current ;
}