diff options
Diffstat (limited to '4.0.3')
-rw-r--r-- | 4.0.3/gentoo/01_all_gcc4-ice-hack.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/4.0.3/gentoo/01_all_gcc4-ice-hack.patch b/4.0.3/gentoo/01_all_gcc4-ice-hack.patch index 016d73d..68d6e14 100644 --- a/4.0.3/gentoo/01_all_gcc4-ice-hack.patch +++ b/4.0.3/gentoo/01_all_gcc4-ice-hack.patch @@ -28,7 +28,7 @@ #if defined(HAVE_TARGET_OBJECT_SUFFIX) || defined(HAVE_TARGET_EXECUTABLE_SUFFIX) static const char *convert_filename (const char *, int, int); #endif -+#if !(defined (__MSDOS__) || defined (OS2) || defined (VMS)) ++#if !(defined (__MSDOS__) || defined (OS2) || defined (VMS) || defined (WIN32)) +static void retry_ice (const char *prog, const char **argv); +#endif @@ -47,7 +47,7 @@ else if (WIFEXITED (status) && WEXITSTATUS (status) >= MIN_FATAL_STATUS) { -+#if !(defined (__MSDOS__) || defined (OS2) || defined (VMS)) ++#if !(defined (__MSDOS__) || defined (OS2) || defined (VMS) || defined (WIN32)) + /* For ICEs in cc1, cc1obj, cc1plus see if it is + reproducible or not. */ + char *p; @@ -76,7 +76,7 @@ switches[switchnum].validated = 1; } -+#if !(defined (__MSDOS__) || defined (OS2) || defined (VMS)) ++#if !(defined (__MSDOS__) || defined (OS2) || defined (VMS) || defined (WIN32)) +#define RETRY_ICE_ATTEMPTS 2 + +static void |