chiark / gitweb /
[PATCH] klibc v0.199
[elogind.git] / klibc / klibc / arch / arm / MCONFIG
index 6fbea32903d46876ff08b753cb9946d0c2cce4bd..fe26b996a7c29557e63d54693c7c9e58ce8ca665 100644 (file)
@@ -11,7 +11,7 @@ THUMB    = n
 CPU_ARCH := armv4
 CPU_TUNE := strongarm
 
-OPTFLAGS = -Os -fomit-frame-pointer -march=$(CPU_ARCH) -mtune=$(CPU_TUNE)
+OPTFLAGS = -Os -march=$(CPU_ARCH) -mtune=$(CPU_TUNE)
 BITSIZE  = 32
 
 ifeq ($(THUMB),y)