* Repackaged the gcc-4.4.4 archive, with a g++ -> c++/4.4.4 symlink included.
* Reverted part of r38901 to create the symlink develop/abi/x86/gcc4/headers/cpp -> ../tools/current/include/g++ git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38905 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
20e654cab0
commit
98aa3a45fe
@ -523,14 +523,14 @@ if [ IsOptionalHaikuImagePackageAdded DevelopmentBase ]
|
||||
}
|
||||
|
||||
if $(HAIKU_GCC_VERSION[1]) = 4 || $(isHybridBuild) {
|
||||
InstallOptionalHaikuImagePackage gcc-4.4.4-r1a2-x86-gcc4-2010-07-05.zip
|
||||
: $(baseURL)/gcc-4.4.4-r1a2-x86-gcc4-2010-07-05.zip ;
|
||||
InstallOptionalHaikuImagePackage gcc-4.4.4-x86-gcc4-2010-10-09.zip
|
||||
: $(baseURL)/gcc-4.4.4-x86-gcc4-2010-10-09.zip ;
|
||||
}
|
||||
|
||||
if $(HAIKU_GCC_VERSION[1]) = 4 {
|
||||
# symlink cpp to c++'s headers
|
||||
# symlink cpp to g++'s headers
|
||||
AddSymlinkToHaikuHybridImage develop abi x86 gcc4 headers
|
||||
: ../tools/current/include/c++ : cpp ;
|
||||
: ../tools/current/include/g++ : cpp ;
|
||||
|
||||
# symlink to the appropriate system/lib[/gcc4] folder
|
||||
local libs = libstdc++.so libsupc++.so ;
|
||||
|
Loading…
Reference in New Issue
Block a user