Update the GCC4 optional package incorporating various changes to the builtin

specs and providing a shared libstdc++.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29501 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2009-03-13 21:19:12 +00:00
parent b38bec60dc
commit 1320d25ea2
1 changed files with 2 additions and 2 deletions

View File

@ -232,8 +232,8 @@ if [ IsOptionalHaikuImagePackageAdded Development ] && $(TARGET_ARCH) = x86 {
if $(HAIKU_GCC_VERSION[1]) = 4 { if $(HAIKU_GCC_VERSION[1]) = 4 {
# gcc and binutils # gcc and binutils
local baseURL = http://haiku.mlotz.ch ; local baseURL = http://haiku.mlotz.ch ;
InstallOptionalHaikuImagePackage gcc-4.3.3-haiku-090129 InstallOptionalHaikuImagePackage gcc-4.3.3-haiku-090313
: $(baseURL)/gcc-4.3.3-haiku-090129.zip : $(baseURL)/gcc-4.3.3-haiku-090313.zip
: :
; ;