Browse Source

Fix offsets in binutils patch

pull/69/head
Andrew Waterman 11 years ago
parent
commit
ced660c61a
  1. 6
      patches/binutils

6
patches/binutils

@ -289,7 +289,7 @@
fi
--- original-binutils/gas/configure
+++ binutils/gas/configure
@@ -12402,7 +12402,7 @@ $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
@@ -12400,7 +12400,7 @@ $as_echo "#define NDS32_DEFAULT_AUDIO_EX
$as_echo "$enable_audio_ext" >&6; }
;;
@ -309,7 +309,7 @@
rs6000*) cpu_type=ppc ;;
rl78*) cpu_type=rl78 ;;
rx) cpu_type=rx ;;
@@ -384,6 +385,8 @@ case ${generic_target} in
@@ -384,6 +386,8 @@ case ${generic_target} in
ppc-*-kaos*) fmt=elf ;;
ppc-*-lynxos*) fmt=elf em=lynx ;;
@ -318,7 +318,7 @@
s390-*-linux-*) fmt=elf em=linux ;;
s390-*-tpf*) fmt=elf ;;
@@ -489,7 +490,7 @@ case ${generic_target} in
@@ -478,7 +482,7 @@ case ${generic_target} in
esac
case ${cpu_type} in

Loading…
Cancel
Save