* 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:
@@ -619,6 +619,9 @@ for level in $(HAIKU_DEBUG_LEVELS[2-]) {
|
|||||||
# analyze GCC version
|
# analyze GCC version
|
||||||
HOST_GCC_VERSION = [ FAnalyzeGCCVersion HOST_GCC_RAW_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
|
# set variables for gcc header options
|
||||||
SetIncludePropertiesVariables HOST ;
|
SetIncludePropertiesVariables HOST ;
|
||||||
|
|
||||||
|
|||||||
@@ -31,6 +31,6 @@ BuildPlatformMain <build>unzip :
|
|||||||
unzip.c
|
unzip.c
|
||||||
unreduce.c
|
unreduce.c
|
||||||
unshrink.c
|
unshrink.c
|
||||||
: <build>libunzip.a $(HOST_LIBBE) $(HOST_LIBROOT) $(HOST_LIBSUPC++)
|
: <build>libunzip.a $(HOST_LIBBE) $(HOST_LIBSUPC++)
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user