Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
isv:ownCloud:toolchains:mingw:win32:2.2
mingw32-gcc
sysroot_include.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File sysroot_include.diff of Package mingw32-gcc
--- gcc-4.6.0/gcc/config/i386/mingw32.h 2010-04-27 22:14:19.000000000 +0200 +++ gcc-4.6.0/gcc/config/i386/mingw32.h 2010-09-23 22:26:44.000000000 +0200 @@ -69,6 +69,8 @@ #define STANDARD_INCLUDE_DIR "/mingw/include" #undef STANDARD_INCLUDE_COMPONENT #define STANDARD_INCLUDE_COMPONENT "MINGW" +#undef STANDARD_INCLUDE_DIR2 +#define STANDARD_INCLUDE_DIR2 "/include" #undef CPP_SPEC #define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{mthreads:-D_MT}" --- gcc-4.6.0/gcc/cppdefault.c 2007-07-26 10:37:01.000000000 +0200 +++ gcc-4.6.0/gcc/cppdefault.c 2010-09-23 22:26:44.000000000 +0200 @@ -37,6 +37,7 @@ # undef LOCAL_INCLUDE_DIR # undef SYSTEM_INCLUDE_DIR # undef STANDARD_INCLUDE_DIR +# undef STANDARD_INCLUDE_DIR2 #else # undef CROSS_INCLUDE_DIR #endif @@ -97,6 +98,10 @@ /* /usr/include comes dead last. */ { STANDARD_INCLUDE_DIR, STANDARD_INCLUDE_COMPONENT, 0, 0, 1, 0 }, #endif +#ifdef STANDARD_INCLUDE_DIR2 + /* Optional standard include dir. */ + { STANDARD_INCLUDE_DIR2, STANDARD_INCLUDE_COMPONENT, 0, 0, 1, 0 }, +#endif { 0, 0, 0, 0, 0, 0 } }; #endif /* no INCLUDE_DEFAULTS */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor