mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +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>
16 lines
265 B
Diff
16 lines
265 B
Diff
---
|
|
gold/binary.cc | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/gold/binary.cc
|
|
+++ b/gold/binary.cc
|
|
@@ -23,7 +23,7 @@
|
|
#include "gold.h"
|
|
|
|
#include <cerrno>
|
|
-#include <cstring>
|
|
+#include <string>
|
|
|
|
#include "elfcpp.h"
|
|
#include "stringpool.h"
|