diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2008-08-07 18:54:57 -0400 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2008-10-23 05:03:50 -0400 |
| commit | 06121c4e2d183887dcd7a4ca2dcd395b213ea15b (patch) | |
| tree | a35e86fdec752b485c63a7adaf747206644f388e | |
| parent | adbfeeb7b32f737a9738daa583350d2bb9ed017a (diff) | |
Blackfin: build with -fomit-frame-pointer
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
| -rw-r--r-- | blackfin_config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blackfin_config.mk b/blackfin_config.mk index a9a3d1a175..c8be75e08e 100644 --- a/blackfin_config.mk +++ b/blackfin_config.mk @@ -24,7 +24,7 @@ CONFIG_BFIN_CPU := $(strip $(subst ",,$(CONFIG_BFIN_CPU))) CONFIG_BFIN_BOOT_MODE := $(strip $(subst ",,$(CONFIG_BFIN_BOOT_MODE))) -PLATFORM_RELFLAGS += -ffixed-P5 +PLATFORM_RELFLAGS += -ffixed-P5 -fomit-frame-pointer PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN ifneq (,$(CONFIG_BFIN_CPU)) |
