build: unify target independent optimization options

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37600
This commit is contained in:
Felix Fietkau
2013-07-29 09:38:29 +00:00
parent 80dd55228e
commit 73c4d73d6d
33 changed files with 51 additions and 44 deletions

View File

@ -847,6 +847,12 @@ menuconfig DEVEL
in the package directory, pointing to the .git tree that you want
to pull the source code from
config EXTRA_OPTIMIZATION
string "Additional compiler options" if DEVEL
default "-fno-caller-saves"
help
Extra Target-independent optimizations to use when building for the target.
menuconfig TARGET_OPTIONS
bool "Target Options" if DEVEL