summaryrefslogtreecommitdiff
path: root/tools-src/uClibc/Rules.mak
diff options
context:
space:
mode:
Diffstat (limited to 'tools-src/uClibc/Rules.mak')
-rw-r--r--tools-src/uClibc/Rules.mak4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools-src/uClibc/Rules.mak b/tools-src/uClibc/Rules.mak
index 0478eb3c..2ad89386 100644
--- a/tools-src/uClibc/Rules.mak
+++ b/tools-src/uClibc/Rules.mak
@@ -158,6 +158,10 @@ ifeq ($(strip $(TARGET_ARCH)),cris)
CPU_CFLAGS-$(CONFIG_CRIS):="-mlinux"
endif
+# ifeq ($(strip $(TARGET_ARCH)),mipsel)
+# OPTIMIZATION+=-mips32
+# endif
+
# use '-Os' optimization if available, else use -O2, allow Config to override
OPTIMIZATION+=$(call check_gcc,-Os,-O2)