diff options
Diffstat (limited to 'gcc/config/i386/driver-mingw32.c')
-rw-r--r-- | gcc/config/i386/driver-mingw32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i386/driver-mingw32.c b/gcc/config/i386/driver-mingw32.c index b70363ad26a..bc3cacd3e25 100644 --- a/gcc/config/i386/driver-mingw32.c +++ b/gcc/config/i386/driver-mingw32.c @@ -17,6 +17,8 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ +#define IN_TARGET_CODE 1 + #include "config.h" /* When defined, force the use (if non null) or not (otherwise) of CLI |