mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-30 10:54:50 +08:00
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
This commit is contained in:
parent
c54db4c997
commit
0cb13cd21c
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user