Commit 45677496 by Christopher Faylor Committed by Christopher Faylor

* config/i386/cygwin.h (CPP_SPEC): Add missing space after -idirafter.

From-SVN: r39463
parent 49bb963d
Mon Feb 5 14:30:37 2001 Christopher Faylor <cgf@cygnus.com>
* config/i386/cygwin.h (CPP_SPEC): Add missing space after -idirafter.
Mon Feb 5 11:23:16 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* config/mips/mips.c (override_options): Fix typo in last change.
......
......@@ -82,7 +82,7 @@ Boston, MA 02111-1307, USA. */
#define LIBGCC_SPEC "%{mno-cygwin: %{mthreads:-lmingwthrd} -lmingw32} -lgcc %{mno-cygwin:-lmoldname -lmsvcrt}"
#ifdef CROSS_COMPILE
#define CYGWIN_INCLUDES "-idirafter" CYGWIN_CROSS_DIR "/include"
#define CYGWIN_INCLUDES "-idirafter " CYGWIN_CROSS_DIR "/include"
#define CYGWIN_W32API "-I" CYGWIN_CROSS_DIR "/include/w32api"
#define CYGWIN_LIB CYGWIN_CROSS_DIR "/lib"
#define MINGW_LIBS "-L" CYGWIN_CROSS_DIR "/lib/mingw"
......
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