diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-02-22 12:31:05 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-02-22 12:31:05 +0000 |
commit | 2542b40c2069a13aba9c861d2e9289588289185b (patch) | |
tree | 456ec8cf75fc3ecc263b314eb66ee7ac93c65198 /gcc/config/i386/os2.h | |
parent | 397e6d35f8b73e082524ccb9afc8899fb63f0608 (diff) | |
download | gcc-2542b40c2069a13aba9c861d2e9289588289185b.tar.gz |
(LINK_SPEC): Add "/nol".
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/os2.h')
-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 1bc9b36af3d..ca654780b48 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" |