Commit 0cb13cd2 by Craig Rodrigues Committed by Christopher Faylor

re PR c/4157 (space missing in gcc-3.0.1/gcc/config/i386/cygwin.h)

PR c/4157
* config/i386/cygwin.h: Add missing space to MINGW_INCLUDES

From-SVN: r46250
parent c54db4c9
2001-10-10 Craig Rodrigues <rodrigc@gcc.gnu.org>
PR c/4157
* config/i386/cygwin.h: Add missing space to MINGW_INCLUDES
2001-10-13 Michael Collison <collison@dhcp-12-114.townisp.com>
* config/dsp16xx/dsp16xx.md: Rewrite for more efficient code and
......
......@@ -82,7 +82,7 @@ Boston, MA 02111-1307, USA. */
#define MINGW_LIBS "-L/usr/local/lib/mingw -L/usr/lib/mingw"
#define MINGW_INCLUDES "%{!nostdinc:-isystem /usr/include/mingw/g++-3 "\
"-isystem /usr/include/mingw/g++ "\
"-isystem /usr/local/include/mingw" \
"-isystem /usr/local/include/mingw " \
"-idirafter /usr/include/mingw}"
#endif
......
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