fixed dnsmasq init for "ignore" option
[openwrt-10.03/.git] / toolchain / binutils / patches / 2.17 / 300-001_ld_makefile_patch.patch
index 04a7e61e25d77eeb37e0a50350afa868a2e62ab9..7dbc5f3e8d410baf960bb8743517011247d4fc0a 100644 (file)
@@ -26,9 +26,9 @@ esac
 exit 0
 
 @DPATCH@
---- binutils-2.16.91.0.1/ld/Makefile.am
-+++ binutils-2.16.91.0.1/ld/Makefile.am
-@@ -20,7 +20,7 @@
+--- a/ld/Makefile.am
++++ b/ld/Makefile.am
+@@ -20,7 +20,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
  # We put the scripts in the directory $(scriptdir)/ldscripts.
  # We can't put the scripts in $(datadir) because the SEARCH_DIR
  # directives need to be different for native and cross linkers.
@@ -37,9 +37,9 @@ exit 0
  
  EMUL = @EMUL@
  EMULATION_OFILES = @EMULATION_OFILES@
---- binutils-2.16.91.0.1/ld/Makefile.in
-+++ binutils-2.16.91.0.1/ld/Makefile.in
-@@ -268,7 +268,7 @@
+--- a/ld/Makefile.in
++++ b/ld/Makefile.in
+@@ -269,7 +269,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
  # We put the scripts in the directory $(scriptdir)/ldscripts.
  # We can't put the scripts in $(datadir) because the SEARCH_DIR
  # directives need to be different for native and cross linkers.