summaryrefslogtreecommitdiff
path: root/patches/newlib/2.1.0/100-fix-optimising-for-space.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-04-11 23:04:57 (GMT)
committerGitHub <noreply@github.com>2017-04-11 23:04:57 (GMT)
commit8d9babee4f7ff216435fcd569fc9cbee0596356a (patch)
tree6bb44b8c16a877f492acc59fc7fc6ac4af52d1d6 /patches/newlib/2.1.0/100-fix-optimising-for-space.patch
parent60c50068483d5a6ef76befeb4518483d753af32b (diff)
parenta1c3039811a0ffc61c2e1b5b085ec7b6ddf8c30a (diff)
Merge pull request #685 from stilor/newlib-fix
Sort out newlib patches
Diffstat (limited to 'patches/newlib/2.1.0/100-fix-optimising-for-space.patch')
-rw-r--r--patches/newlib/2.1.0/100-fix-optimising-for-space.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/patches/newlib/2.1.0/100-fix-optimising-for-space.patch b/patches/newlib/2.1.0/100-fix-optimising-for-space.patch
deleted file mode 100644
index 0e94d50..0000000
--- a/patches/newlib/2.1.0/100-fix-optimising-for-space.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- 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