x86_64/x86_gcc2: don't depend on libgcc_s, libstdc++, libsupc++.

This commit is contained in:
Jérôme Duval
2018-07-23 20:57:59 +02:00
parent 46f078c0a3
commit a27099f559
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -103,6 +103,7 @@ rule PreprocessPackageOrRepositoryInfo target : source : architecture
local sedReplacements = %HAIKU_PACKAGING_ARCH%,$(architecture) ;
if $(secondaryArchitecture) {
defines += HAIKU_SECONDARY_PACKAGING_ARCH=$(secondaryArchitecture) ;
defines += HAIKU_SECONDARY_PACKAGING_ARCH_$(secondaryArchitecture:U) ;
sedReplacements
+= %HAIKU_SECONDARY_PACKAGING_ARCH%,$(secondaryArchitecture) ;
sedReplacements +=