summaryrefslogtreecommitdiff
path: root/packages/newlib/3.0.0.20180226/0001-fix-mt-cflags.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-09-23 20:58:16 (GMT)
committerAlexey Neyman <stilor@att.net>2018-09-25 06:09:53 (GMT)
commit98834458f12d36fb485f4706625a26d2f7e6c69d (patch)
treec570d5145dbee4daf166593fb95afc63e8f8d27f /packages/newlib/3.0.0.20180226/0001-fix-mt-cflags.patch
parenteb65ba65ba761f2ff613342498fd58fcefdc606e (diff)
Upgrades. Lots of 'em.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/newlib/3.0.0.20180226/0001-fix-mt-cflags.patch')
-rw-r--r--packages/newlib/3.0.0.20180226/0001-fix-mt-cflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/newlib/3.0.0.20180226/0001-fix-mt-cflags.patch b/packages/newlib/3.0.0.20180226/0001-fix-mt-cflags.patch
deleted file mode 100644
index 24a9215..0000000
--- a/packages/newlib/3.0.0.20180226/0001-fix-mt-cflags.patch
+++ /dev/null
@@ -1,13 +0,0 @@
----
- config/mt-d30v | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- a/config/mt-d30v
-+++ b/config/mt-d30v
-@@ -1,4 +1,4 @@
- # Build libraries optimizing for space, not speed.
- # Turn off warnings about symbols named the same as registers
-- CFLAGS_FOR_TARGET = -g -Os -Wa,-C
-- CXXFLAGS_FOR_TARGET = -g -Os -Wa,-C
-+ CFLAGS_FOR_TARGET += -g -Os -Wa,-C
-+ CXXFLAGS_FOR_TARGET += -g -Os -Wa,-C