diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/ChangeLog | 6 | ||||
-rw-r--r-- | config/mh-interix | 2 | ||||
-rw-r--r-- | config/picflag.m4 | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/config/ChangeLog b/config/ChangeLog index 840969fee2a..e2bf48d9ca5 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,9 @@ +2012-01-22 Douglas B Rupp <rupp@gnat.com> + + * config/mh-interix: Remove as unneeded. + * config/picflag.m4 (i[[34567]]86-*-interix3*): + Change triplet to i[[34567]]86-*-interix[[3-9]]*. + 2012-01-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> PR bootstrap/51734 diff --git a/config/mh-interix b/config/mh-interix deleted file mode 100644 index 3be195b51ec..00000000000 --- a/config/mh-interix +++ /dev/null @@ -1,2 +0,0 @@ -# The shell may not be in /bin. -SHELL = sh diff --git a/config/picflag.m4 b/config/picflag.m4 index a720e257c45..bd818125a66 100644 --- a/config/picflag.m4 +++ b/config/picflag.m4 @@ -19,7 +19,7 @@ case "${$2}" in ;; i[[34567]]86-*-cygwin* | i[[34567]]86-*-mingw* | x86_64-*-mingw*) ;; - i[[34567]]86-*-interix3*) + i[[34567]]86-*-interix[[3-9]]*) # Interix 3.x gcc -fpic/-fPIC options generate broken code. # Instead, we relocate shared libraries at runtime. ;; |