mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
gcc: now that the gpr save/restore issues are taken care of, remove the -Os/-O2 workaround that dealt with it earlier
SVN-Revision: 30815
This commit is contained in:
parent
d8c570a153
commit
40bf6ee842
@ -155,10 +155,6 @@ else
|
|||||||
--enable-__cxa_atexit
|
--enable-__cxa_atexit
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef CONFIG_powerpc
|
|
||||||
TARGET_CFLAGS := $(patsubst -Os,-O2,$(TARGET_CFLAGS))
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(GCC_ARCH),)
|
ifneq ($(GCC_ARCH),)
|
||||||
GCC_CONFIGURE+= --with-arch=$(GCC_ARCH)
|
GCC_CONFIGURE+= --with-arch=$(GCC_ARCH)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user