aboutsummaryrefslogtreecommitdiff
path: root/packages/newlib/2.5.0.20171222/0001-fix-mt-cflags.patch
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2023-09-24 17:00:56 +1300
committerChris Packham <judge.packham@gmail.com>2023-10-04 16:11:42 +1300
commit84aa309332dee87782db3b1a5e40bd75ce2a5ee9 (patch)
tree03b861fa7af6fc6cf538f13de6b9230cef2eec2b /packages/newlib/2.5.0.20171222/0001-fix-mt-cflags.patch
parent62ddf6870fe5bb1c6a8277c5f7de0334d56df727 (diff)
downloadcrosstool-ng-84aa309332dee87782db3b1a5e40bd75ce2a5ee9.tar.gz
crosstool-ng-84aa309332dee87782db3b1a5e40bd75ce2a5ee9.tar.bz2
crosstool-ng-84aa309332dee87782db3b1a5e40bd75ce2a5ee9.zip
newlib: Drop obsolete versions
Drop versions of newlib that were marked obsolete in the last release. Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages/newlib/2.5.0.20171222/0001-fix-mt-cflags.patch')
-rw-r--r--packages/newlib/2.5.0.20171222/0001-fix-mt-cflags.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/newlib/2.5.0.20171222/0001-fix-mt-cflags.patch b/packages/newlib/2.5.0.20171222/0001-fix-mt-cflags.patch
deleted file mode 100644
index 24a9215d..00000000
--- a/packages/newlib/2.5.0.20171222/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