* undo r43186

* fix build due to changes in DSO Linking the right way
  as per bonefish.
* we may need to check host GCC version here... can't find
  when this option was introduced
* fixes #8031 


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43191 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV
2011-11-04 19:23:34 +00:00
parent 90c6930ebb
commit c0ea2063b7
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -619,6 +619,9 @@ for level in $(HAIKU_DEBUG_LEVELS[2-]) {
# analyze GCC version
HOST_GCC_VERSION = [ FAnalyzeGCCVersion HOST_GCC_RAW_VERSION ] ;
# fix for new changes to DSO linking policies
HOST_LINKFLAGS += -Xlinker --no-as-needed ;
# set variables for gcc header options
SetIncludePropertiesVariables HOST ;
+1 -1
View File
@@ -31,6 +31,6 @@ BuildPlatformMain <build>unzip :
unzip.c
unreduce.c
unshrink.c
: <build>libunzip.a $(HOST_LIBBE) $(HOST_LIBROOT) $(HOST_LIBSUPC++)
: <build>libunzip.a $(HOST_LIBBE) $(HOST_LIBSUPC++)
;