зеркало из https://github.com/mozilla/gecko-dev.git
The "-mno-486" compiler option is no longer relevant and not supported
in new gcc compilers (v2.95). Bug #11455. Checkin for jdaly@ixl.com.
This commit is contained in:
Родитель
0f97c41aad
Коммит
53f08aed21
|
@ -82,7 +82,7 @@ ifeq ($(CPU_ARCH),ppc)
|
|||
PORT_FLAGS += -D_XOPEN_SOURCE
|
||||
endif
|
||||
ifeq ($(CPU_ARCH),x86)
|
||||
PLATFORM_FLAGS += -mno-486 -Di386
|
||||
PLATFORM_FLAGS += -Di386
|
||||
PORT_FLAGS += -D_XOPEN_SOURCE
|
||||
endif
|
||||
ifeq ($(CPU_ARCH),m68k)
|
||||
|
|
Загрузка…
Ссылка в новой задаче