Updated gcc 2.95.3 package
The /boot/common include paths are now built in.
This commit is contained in:
@@ -518,13 +518,13 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
|
|||||||
&& $(TARGET_ARCH) = x86 {
|
&& $(TARGET_ARCH) = x86 {
|
||||||
# gcc and binutils
|
# gcc and binutils
|
||||||
if $(HAIKU_GCC_VERSION[1]) = 2 {
|
if $(HAIKU_GCC_VERSION[1]) = 2 {
|
||||||
InstallOptionalHaikuImagePackage gcc-2.95.3_110304-1.hpkg
|
InstallOptionalHaikuImagePackage gcc-2.95.3_110711-1-x86_gcc2.hpkg
|
||||||
: $(hpkgBaseURL)/gcc-2.95.3_110304-1.hpkg
|
: $(hpkgBaseURL)/gcc-2.95.3_110711-1-x86_gcc2.hpkg
|
||||||
: common packages ;
|
: common packages ;
|
||||||
|
|
||||||
# TODO: remove this when we have a mechanism to switch gcc via PATH
|
# TODO: remove this when we have a mechanism to switch gcc via PATH
|
||||||
AddSymlinkToHaikuImage common settings develop tools
|
AddSymlinkToHaikuImage common settings develop tools
|
||||||
: /boot/common/develop/tools/gcc-2.95.3-110304
|
: /boot/common/develop/tools/gcc-2.95.3-110711
|
||||||
: current ;
|
: current ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user