summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-04-18 20:24:44 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2015-04-22 19:57:40 +0200
commit9058b43530b6be9146ea3448e8a5f642c09a1818 (patch)
tree0c157833c1fbced1a107590a965e81dbf3ee67e2 /Rules.mak
parentc78cc48514723c9182a4fb5baa35bd59b8485cc7 (diff)
buildsys: try to merge all constants
Saves a couple of bytes Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rules.mak b/Rules.mak
index 71ceb9022..aa2e3a74c 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -296,6 +296,8 @@ CPU_CFLAGS-y := -funsigned-char -fno-builtin
$(eval $(call check-gcc-var,-fno-asm))
CPU_CFLAGS-y += $(CFLAG_-fno-asm)
+$(eval $(call check-gcc-var,-fmerge-all-constants))
+CPU_CFLAGS-y += $(CFLAG_-fmerge-all-constants)
LDADD_LIBFLOAT=
ifeq ($(UCLIBC_HAS_SOFT_FLOAT),y)