Skip to content

Commit

Permalink
2015-09-21 Jonathan Yong <10walls@gmail.com>
Browse files Browse the repository at this point in the history
        * 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@227962 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
ktietz committed Sep 21, 2015
1 parent aa7dcf4 commit c1b7008
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gcc/ChangeLog
@@ -1,3 +1,9 @@
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.

2015-09-21 Oleg Endo <olegendo@gcc.gnu.org>

* doc/invoke.texi (SH Options): Undocument SH5/SH64 related options.
Expand Down
1 change: 1 addition & 0 deletions gcc/config/i386/cygwin.h
Expand Up @@ -39,6 +39,7 @@ 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} \
Expand Down

0 comments on commit c1b7008

Please sign in to comment.