(LINK_SPEC, LIB_SPEC): New macros.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 22 Feb 1994 12:21:03 +0000 (07:21 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 22 Feb 1994 12:21:03 +0000 (07:21 -0500)
(PATH_SEPARATOR): Delete from here.

From-SVN: r6599

gcc/config/i386/os2.h

index a35f33318c043634ad3cad9fdb319e4018175e22..1bc9b36af3dfe385e0d8a499abf2fbbd75148dc4 100644 (file)
@@ -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"