mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-09 23:51:18 +08:00
cygwin.h (STARTFILE_SPEC): Explicitly search sysroot/usr/lib/32api for additional win32 libraries...
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. From-SVN: r227962
This commit is contained in:
parent
b65ea4a760
commit
84fe5e5c41
@ -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.
|
||||
|
@ -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} \
|
||||
|
Loading…
x
Reference in New Issue
Block a user