mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
66ad1ff514
android-ndk, binutils, gcc, linux, mpfr, ncurses, newlib, uclibc-ng MPC vs MPFR dependencies required modifications in auto-generated templates to also provide non-inclusive older-than/newer-than specifications. Also correct MPC URLs, the website seems to have adjusted its directory layout. Currently, newlib 3.0.0 doesn't build for arm-nano-eabi. Signed-off-by: Alexey Neyman <stilor@att.net>
14 lines
405 B
Diff
14 lines
405 B
Diff
---
|
|
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
|