summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-06-09 20:47:48 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2016-06-09 20:47:48 +0000
commitcdb06f4886f04bc13461d50ae99574d4ea168796 (patch)
tree7f39d4f869fab3a036210e933cb2f3c388c269c7
parent5e056a4b8e0a03da24c11dade5f73277ff530b88 (diff)
downloadgcc-cdb06f4886f04bc13461d50ae99574d4ea168796.tar.gz
2016-06-09 Jonathan Yong <10walls@gmail.com>
Revert: 2015-09-21 Jonathan Yong <10walls@gmail.com> * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search sysroot/usr/lib/32api for additional win32 libraries, fixes failing Cygwin bootstrapping. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237276 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog8
-rw-r--r--gcc/config/i386/cygwin.h1
2 files changed, 8 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2cdab21c556..274155fe491 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,11 @@
+2016-06-09 Jonathan Yong <10walls@gmail.com>
+
+ Revert:
+ 2015-09-21 Jonathan Yong <10walls@gmail.com>
+ * config/i386/cygwin.h (STARTFILE_SPEC): Explicitly search
+ sysroot/usr/lib/32api for additional win32 libraries,
+ fixes failing Cygwin bootstrapping.
+
2016-06-09 Marcin BaczyƄski <marbacz@gmail.com>
* diagnostic.h (diagnostic_line_cutoff, diagnostic_flush_buffer):
diff --git a/gcc/config/i386/cygwin.h b/gcc/config/i386/cygwin.h
index 182e4d62658..1d95cd70ad8 100644
--- a/gcc/config/i386/cygwin.h
+++ b/gcc/config/i386/cygwin.h
@@ -39,7 +39,6 @@ along with GCC; see the file COPYING3. If not see
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "\
- -L%R/usr/lib/w32api \
%{!shared: %{!mdll: crt0%O%s \
%{pg:gcrt0%O%s}}}\
%{shared:crtbeginS.o%s;:crtbegin.o%s} \