summaryrefslogtreecommitdiff
path: root/patches/newlib/2.0.0/100-fix-optimising-for-space.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-04-11 08:06:16 (GMT)
committerAlexey Neyman <stilor@att.net>2017-04-11 08:18:19 (GMT)
commita1c3039811a0ffc61c2e1b5b085ec7b6ddf8c30a (patch)
tree6bb44b8c16a877f492acc59fc7fc6ac4af52d1d6 /patches/newlib/2.0.0/100-fix-optimising-for-space.patch
parent60c50068483d5a6ef76befeb4518483d753af32b (diff)
Sort out newlib patches
- Existing 110-fix-eabihf.patch did not apply to 1.20.0 and earlier - This patch is also applicable to 2.x versions - The patch needs to be applied to both configure.in/configure - Existing 200-optimising-for-space.patch also applies to all versions before 2.4.0 - Similar issues exist in other config/mt-* files - m68k patch is applicable to 2.* versions Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'patches/newlib/2.0.0/100-fix-optimising-for-space.patch')
-rw-r--r--patches/newlib/2.0.0/100-fix-optimising-for-space.patch8
1 files changed, 0 insertions, 8 deletions
diff --git a/patches/newlib/2.0.0/100-fix-optimising-for-space.patch b/patches/newlib/2.0.0/100-fix-optimising-for-space.patch
deleted file mode 100644
index 8480f92..0000000
--- a/patches/newlib/2.0.0/100-fix-optimising-for-space.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- newlib-2.0.0/config/mt-ospace-orig 2014-11-13 12:02:45.463578281 +0000
-+++ newlib-2.0.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