From 63a526f779d353f6b7cd6b77ac00cdb47ee310e0 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 22 Feb 1994 07:21:03 -0500 Subject: [PATCH] (LINK_SPEC, LIB_SPEC): New macros. (PATH_SEPARATOR): Delete from here. From-SVN: r6599 --- gcc/config/i386/os2.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gcc/config/i386/os2.h b/gcc/config/i386/os2.h index a35f33318c0..1bc9b36af3d 100644 --- a/gcc/config/i386/os2.h +++ b/gcc/config/i386/os2.h @@ -22,6 +22,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef DEFAULT_TARGET_MACHINE #define DEFAULT_TARGET_MACHINE "i386-os2" #endif +#ifndef LINK_SPEC +#define LINK_SPEC "/st:1048576/pm:vio/noi/a:16/e/bas:65536" +#endif +#ifndef LIB_SPEC +#define LIB_SPEC "libc" +#endif #ifndef STARTFILE_SPEC #define STARTFILE_SPEC "" #endif @@ -35,10 +41,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LOCAL_INCLUDE_DIR "\\gcc\\include" #endif -#ifndef PATH_SEPARATOR -#define PATH_SEPARATOR ';' -#endif - #define YES_UNDERSCORES #include "i386/gstabs.h" -- 2.30.2