update linker scripts

git-svn-id: svn://kolibrios.org@6545 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Sergey Semyonov (Serge) 2016-09-27 22:32:07 +00:00
parent 039e47ba44
commit f9f8e80da3
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
/*OUTPUT_FORMAT("binary")*/
SEARCH_DIR("=/lib")
SEARCH_DIR("=/mingw32/lib")
/* SEARCH_DIR("=/lib") */
/* SEARCH_DIR("=/mingw32/lib") */
ENTRY(__start)
SECTIONS
{

View File

@ -1,6 +1,6 @@
OUTPUT_FORMAT(pei-i386)
SEARCH_DIR("=/lib")
SEARCH_DIR("=/mingw32/lib")
/* SEARCH_DIR("=/lib") */
/* SEARCH_DIR("=/mingw32/lib") */
SECTIONS
{