From ecc1a5acaffc65420e2ca8a37621bad0604bc048 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 22 Feb 1994 07:31:05 -0500 Subject: [PATCH] (LINK_SPEC): Add "/nol". From-SVN: r6601 --- gcc/config/i386/os2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/os2.h b/gcc/config/i386/os2.h index 1bc9b36..ca65478 100644 --- a/gcc/config/i386/os2.h +++ b/gcc/config/i386/os2.h @@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define DEFAULT_TARGET_MACHINE "i386-os2" #endif #ifndef LINK_SPEC -#define LINK_SPEC "/st:1048576/pm:vio/noi/a:16/e/bas:65536" +#define LINK_SPEC "/st:1048576/pm:vio/noi/a:16/e/bas:65536/nol" #endif #ifndef LIB_SPEC #define LIB_SPEC "libc" -- 2.7.4