From f9f8e80da3e9b5e3f0dcdbe8db8a95a990c67578 Mon Sep 17 00:00:00 2001 From: "Sergey Semyonov (Serge)" Date: Tue, 27 Sep 2016 22:32:07 +0000 Subject: [PATCH] update linker scripts git-svn-id: svn://kolibrios.org@6545 a494cfbc-eb01-0410-851d-a64ba20cac60 --- contrib/sdk/sources/newlib/app-dynamic.lds | 4 ++-- contrib/sdk/sources/newlib/dll.lds | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/sdk/sources/newlib/app-dynamic.lds b/contrib/sdk/sources/newlib/app-dynamic.lds index cf293fa3c5..045f539130 100644 --- a/contrib/sdk/sources/newlib/app-dynamic.lds +++ b/contrib/sdk/sources/newlib/app-dynamic.lds @@ -1,6 +1,6 @@ /*OUTPUT_FORMAT("binary")*/ -SEARCH_DIR("=/lib") -SEARCH_DIR("=/mingw32/lib") +/* SEARCH_DIR("=/lib") */ +/* SEARCH_DIR("=/mingw32/lib") */ ENTRY(__start) SECTIONS { diff --git a/contrib/sdk/sources/newlib/dll.lds b/contrib/sdk/sources/newlib/dll.lds index fb1104b4a9..9290e69cac 100644 --- a/contrib/sdk/sources/newlib/dll.lds +++ b/contrib/sdk/sources/newlib/dll.lds @@ -1,6 +1,6 @@ OUTPUT_FORMAT(pei-i386) -SEARCH_DIR("=/lib") -SEARCH_DIR("=/mingw32/lib") +/* SEARCH_DIR("=/lib") */ +/* SEARCH_DIR("=/mingw32/lib") */ SECTIONS {