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:
Mike Hommey 2010-04-19 10:41:13 +02:00
Родитель 65480f1f3f
Коммит 8465a0be12
2 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -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