Commit 63a526f7 by Richard Kenner

(LINK_SPEC, LIB_SPEC): New macros.

(PATH_SEPARATOR): Delete from here.

From-SVN: r6599
parent 13fa4e7a
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment