summaryrefslogtreecommitdiff
path: root/patches/newlib/2.1.0/100-fix-optimising-for-space.patch
blob: 0e94d50c9c0f305d17f9a70f306b9071489651f9 (plain)
1
2
3
4
5
6
7
8
--- newlib-2.1.0/config/mt-ospace-orig	2014-11-13 12:02:45.463578281 +0000
+++ newlib-2.1.0/config/mt-ospace	2014-11-13 12:03:01.409592374 +0000
@@ -1,3 +1,3 @@
 # Build libraries optimizing for space, not speed.
- CFLAGS_FOR_TARGET = -g -Os
- CXXFLAGS_FOR_TARGET = -g -Os
+ CFLAGS_FOR_TARGET += -g -Os
+ CXXFLAGS_FOR_TARGET += -g -Os