Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(399)

Unified Diff: ports/binutils/nacl.patch

Issue 1667483002: Remove unneeded parts of binutils patch (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/port_list.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/binutils/nacl.patch
diff --git a/ports/binutils/nacl.patch b/ports/binutils/nacl.patch
index cda742c6560edad375aec5c5676efbabde4efd99..b5bcd7d7a90f5d80d708a8e68c04ad27ae2ae6f2 100644
--- a/ports/binutils/nacl.patch
+++ b/ports/binutils/nacl.patch
@@ -19,42 +19,9 @@ diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
/* GD->IE transition. */
type = bfd_get_8 (input_bfd, contents + rel->r_offset - 2);
-diff --git a/binutils/Makefile.in b/binutils/Makefile.in
---- a/binutils/Makefile.in
-+++ b/binutils/Makefile.in
-@@ -332,7 +332,7 @@ LIBICONV = @LIBICONV@
- LIBINTL = @LIBINTL@
- LIBINTL_DEP = @LIBINTL_DEP@
- LIBOBJS = @LIBOBJS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ $(EXTRA_LIBS)
- LIBTOOL = @LIBTOOL@
- LIPO = @LIPO@
- LN_S = @LN_S@
-diff --git a/gas/Makefile.in b/gas/Makefile.in
---- a/gas/Makefile.in
-+++ b/gas/Makefile.in
-@@ -197,7 +197,7 @@ LIBINTL = @LIBINTL@
- LIBINTL_DEP = @LIBINTL_DEP@
- LIBM = @LIBM@
- LIBOBJS = @LIBOBJS@
--LIBS = @LIBS@
-+LIBS = @LIBS@ $(EXTRA_LIBS)
- LIBTOOL = @LIBTOOL@
- LIPO = @LIPO@
- LN_S = @LN_S@
diff --git a/ld/Makefile.in b/ld/Makefile.in
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
-@@ -890,7 +890,7 @@ ld_new_SOURCES = ldgram.y ldlex-wrapper.c lexsup.c ldlang.c mri.c ldctor.c ldmai
- ldwrite.c ldexp.c ldemul.c ldver.c ldmisc.c ldfile.c ldcref.c $(PLUGIN_C)
-
- ld_new_DEPENDENCIES = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(LIBINTL_DEP)
--ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(LIBINTL)
-+ld_new_LDADD = $(EMULATION_OFILES) $(EMUL_EXTRA_OFILES) $(BFDLIB) $(LIBIBERTY) $(LIBINTL) $(EXTRA_LIBS)
-
- # A test program for C++ constructors and destructors.
- # This test is now in the testsuite.
@@ -1072,7 +1072,10 @@ deffilep.h: deffilep.c
else :; fi
ld-new$(EXEEXT): $(ld_new_OBJECTS) $(ld_new_DEPENDENCIES)
« no previous file with comments | « docs/port_list.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698