diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1994-02-22 07:31:05 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1994-02-22 07:31:05 -0500 |
commit | ecc1a5acaffc65420e2ca8a37621bad0604bc048 (patch) | |
tree | 456ec8cf75fc3ecc263b314eb66ee7ac93c65198 /gcc | |
parent | 3f44e3cdab4d191ee233602cfbb522b9a6dc9ecf (diff) | |
download | gcc-ecc1a5acaffc65420e2ca8a37621bad0604bc048.zip gcc-ecc1a5acaffc65420e2ca8a37621bad0604bc048.tar.gz gcc-ecc1a5acaffc65420e2ca8a37621bad0604bc048.tar.bz2 |
(LINK_SPEC): Add "/nol".
From-SVN: r6601
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/os2.h | 2 |
1 files changed, 1 insertions, 1 deletions
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" |