mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-10-31 15:05:46 +00:00
Corretly revert to allow better pull.
Revert "remove flags to remove altivec from here"
This reverts commit 79e98020c7
.
This commit is contained in:
parent
3c4213344c
commit
a4ecbbce72
@ -399,10 +399,10 @@ endif # WINNT && !GNU_CC
|
||||
ifeq ($(OS_ARCH),Darwin)
|
||||
# Compiling ObjC requires an Apple compiler anyway, so it's ok to set
|
||||
# host CMFLAGS here.
|
||||
HOST_CMFLAGS += -fobjc-exceptions
|
||||
HOST_CMMFLAGS += -fobjc-exceptions
|
||||
OS_COMPILE_CMFLAGS += -fobjc-exceptions
|
||||
OS_COMPILE_CMMFLAGS += -fobjc-exceptions
|
||||
HOST_CMFLAGS += -fobjc-exceptions -mno-altivec -mabi=no-altivec
|
||||
HOST_CMMFLAGS += -fobjc-exceptions -mno-altivec -mabi=no-altivec
|
||||
OS_COMPILE_CMFLAGS += -fobjc-exceptions -mno-altivec -mabi=no-altivec
|
||||
OS_COMPILE_CMMFLAGS += -fobjc-exceptions -mno-altivec -mabi=no-altivec
|
||||
ifeq ($(MOZ_WIDGET_TOOLKIT),uikit)
|
||||
OS_COMPILE_CMFLAGS += -fobjc-abi-version=2 -fobjc-legacy-dispatch
|
||||
OS_COMPILE_CMMFLAGS += -fobjc-abi-version=2 -fobjc-legacy-dispatch
|
||||
|
Loading…
Reference in New Issue
Block a user