mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 555910 - Increase stability and performance on mips by not using -Wa,-xgot [r=benjamin]
--HG-- extra : rebase_source : ccc020327a845bdbabb1a23138751d879d5c6e55
This commit is contained in:
parent
e38d0a6088
commit
b1bc99f4bd
@ -606,15 +606,6 @@ endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),Linux)
|
||||
ifneq (,$(filter mips mipsel,$(OS_TEST)))
|
||||
ifeq ($(MODULE),layout)
|
||||
OS_CFLAGS += -Wa,-xgot
|
||||
OS_CXXFLAGS += -Wa,-xgot
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# HP-UXBeOS specific section: for COMPONENTS only, add -Bsymbolic flag
|
||||
# which uses internal symbols first
|
||||
|
@ -606,15 +606,6 @@ endif
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(OS_ARCH),Linux)
|
||||
ifneq (,$(filter mips mipsel,$(OS_TEST)))
|
||||
ifeq ($(MODULE),layout)
|
||||
OS_CFLAGS += -Wa,-xgot
|
||||
OS_CXXFLAGS += -Wa,-xgot
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
#
|
||||
# HP-UXBeOS specific section: for COMPONENTS only, add -Bsymbolic flag
|
||||
# which uses internal symbols first
|
||||
|
Loading…
Reference in New Issue
Block a user