mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
2d87a35831
Add a patch to binutils to not use '/' as a comment separator on i386 assembly when targeting bare metal (breaks linux kernel build). /trunk/patches/binutils/2.18.50.0.8/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.9/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.14/110-i386-no-divide-comment.patch | 38 38 0 0 ++++++ /trunk/patches/binutils/2.14/270-i386-no-divide-comment.patch | 38 38 0 0 ++++++ /trunk/patches/binutils/2.16.1/160-i386-no-divide-comment.patch | 40 40 0 0 ++++++ /trunk/patches/binutils/2.17/210-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.18/120-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.4/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.6/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/patches/binutils/2.18.50.0.7/130-i386-no-divide-comment.patch | 64 64 0 0 ++++++++++ /trunk/config/binutils.in | 6 6 0 0 + 11 files changed, 570 insertions(+)
25 lines
1.1 KiB
Diff
25 lines
1.1 KiB
Diff
diff -durN binutils-2.18.50.0.8.orig/configure binutils-2.18.50.0.8/configure
|
|
--- binutils-2.18.50.0.8.orig/configure 2008-07-10 17:32:56.000000000 +0200
|
|
+++ binutils-2.18.50.0.8/configure 2008-07-13 23:08:13.000000000 +0200
|
|
@@ -2313,7 +2313,7 @@
|
|
noconfigdirs="$noconfigdirs target-libffi target-qthreads"
|
|
libgloss_dir=arm
|
|
;;
|
|
- arm*-*-linux-gnueabi)
|
|
+ arm*-*-linux-gnueabi | arm*-*-linux-uclibcgnueabi)
|
|
noconfigdirs="$noconfigdirs target-qthreads"
|
|
case ${with_newlib} in
|
|
no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
|
diff -durN binutils-2.18.50.0.8.orig/configure.ac binutils-2.18.50.0.8/configure.ac
|
|
--- binutils-2.18.50.0.8.orig/configure.ac 2008-07-10 17:32:56.000000000 +0200
|
|
+++ binutils-2.18.50.0.8/configure.ac 2008-07-13 23:08:13.000000000 +0200
|
|
@@ -562,7 +562,7 @@
|
|
noconfigdirs="$noconfigdirs target-libffi target-qthreads"
|
|
libgloss_dir=arm
|
|
;;
|
|
- arm*-*-linux-gnueabi)
|
|
+ arm*-*-linux-gnueabi | arm*-*-linux-uclibcgnueabi)
|
|
noconfigdirs="$noconfigdirs target-qthreads"
|
|
case ${with_newlib} in
|
|
no) noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|