forked from KolibriOS/kolibrios
update linker scripts
git-svn-id: svn://kolibrios.org@6545 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
039e47ba44
commit
f9f8e80da3
@ -1,6 +1,6 @@
|
||||
/*OUTPUT_FORMAT("binary")*/
|
||||
SEARCH_DIR("=/lib")
|
||||
SEARCH_DIR("=/mingw32/lib")
|
||||
/* SEARCH_DIR("=/lib") */
|
||||
/* SEARCH_DIR("=/mingw32/lib") */
|
||||
ENTRY(__start)
|
||||
SECTIONS
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
OUTPUT_FORMAT(pei-i386)
|
||||
SEARCH_DIR("=/lib")
|
||||
SEARCH_DIR("=/mingw32/lib")
|
||||
/* SEARCH_DIR("=/lib") */
|
||||
/* SEARCH_DIR("=/mingw32/lib") */
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user