aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.sub
diff options
context:
space:
mode:
authorStan Cox <scox@cygnus.com>1998-07-27 11:56:18 +0000
committerStan Cox <scox@gcc.gnu.org>1998-07-27 11:56:18 +0000
commit84530511d2506d48804420cae40495950199ff0e (patch)
tree627dfb989a3c27cc7535c40fd163b45c714e6b21 /gcc/config.sub
parentcb99b4a0ce31c0018f08f9d713ac4ecf75d7e705 (diff)
downloadgcc-84530511d2506d48804420cae40495950199ff0e.zip
gcc-84530511d2506d48804420cae40495950199ff0e.tar.gz
gcc-84530511d2506d48804420cae40495950199ff0e.tar.bz2
configure.in: Added i[34567]86-*-win32.
config.sub: Ditto. configure: Rebuilt. longlong.h (count_leading_zeros): Sparclite scan instruction i386.c (ix86_prologue): Added SUBTARGET_PROLOGUE invocation. i386/cygwin32.h (STARTFILE_SPEC, LIB_SPEC, SUBTARGET_PROLOGUE): Add -pg support. i386/win.h: New file. Hybrid mingw32.h/cygwin32.h configuration. From-SVN: r21411
Diffstat (limited to 'gcc/config.sub')
-rwxr-xr-xgcc/config.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.sub b/gcc/config.sub
index b491c9f..0691e25 100755
--- a/gcc/config.sub
+++ b/gcc/config.sub
@@ -732,6 +732,7 @@ case $os in
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
| -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
| -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
+ | -win32* | -mingw32* | -linux-gnu* | -uxpv* | -beos* )
| -mingw32* | -linux-gnu* | -uxpv* | -beos* )
# Remember, each alternative MUST END IN *, to match a version number.
;;