* Update the GCC4 package. This package has the builtin __BEOS__ define removed
and also comes with proper default includes. * If installing GCC4 as part of a GCC2 based hybrid build, re-setup the gnupro link that is overwritten by the GCC4 package. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29085 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -268,10 +268,19 @@ if [ IsOptionalHaikuImagePackageAdded Development ] && $(TARGET_ARCH) = x86 {
|
|||||||
if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) = 1 {
|
if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) = 1 {
|
||||||
# gcc and binutils
|
# gcc and binutils
|
||||||
local baseURL = http://haiku.mlotz.ch ;
|
local baseURL = http://haiku.mlotz.ch ;
|
||||||
InstallOptionalHaikuImagePackage gcc-4.3.3-haiku-090125
|
InstallOptionalHaikuImagePackage gcc-4.3.3-haiku-090129
|
||||||
: $(baseURL)/gcc-4.3.3-haiku-090125.zip
|
: $(baseURL)/gcc-4.3.3-haiku-090129.zip
|
||||||
:
|
:
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# Setup the proper gnupro symlink. Both packages provide one and on
|
||||||
|
# a GCC2 based hybrid the GCC4 package will overwrite the one present.
|
||||||
|
# Since we want to use GCC2 as the host compiler on a GCC2 base we have
|
||||||
|
# to correct this again.
|
||||||
|
if $(HAIKU_GCC_VERSION[1]) = 2 {
|
||||||
|
AddSymlinkToHaikuImage develop tools
|
||||||
|
: /boot/develop/tools/gcc-2.95.3-haiku-081024 : gnupro ;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user