diff options
author | Stu Grossman <grossman@cygnus> | 1997-02-27 17:46:18 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-02-27 17:46:18 +0000 |
commit | bfde4a671b46dba29984b6e4f9754f3541979d80 (patch) | |
tree | aad31ce6b843e2f2b32de681b396114f38a2bae8 /gdb/configure.host | |
parent | 894b9f921df00855bdb0035e6e7d6a3a77e7b300 (diff) | |
download | gdb-bfde4a671b46dba29984b6e4f9754f3541979d80.zip gdb-bfde4a671b46dba29984b6e4f9754f3541979d80.tar.gz gdb-bfde4a671b46dba29984b6e4f9754f3541979d80.tar.bz2 |
* configure.host (i[3456]86-*-windows): Disable long long
support for WinGDB. Add mswin to configdirs.
* configure.in configure: Move calls to configure.host and
configure.tgt to the top of configure.in to allow them to set
config variables before they are referenced.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 7b7266a..cfa2f7b 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -74,7 +74,9 @@ i[3456]86-*-isc*) gdb_host=i386v32 ;; i[3456]86-*-os9k) gdb_host=i386os9k ;; i[3456]86-*-cygwin32) gdb_host=cygwin32 ;; i[3456]86-*-windows) gdb_host=windows - configdirs=mswin ;; + configdirs=mswin + gdb_cv_c_long_long=no + gdb_cv_printf_has_long_long=no ;; m680[01]0-sun-sunos3*) gdb_host=sun2os3 ;; m680[01]0-sun-sunos4*) gdb_host=sun2os4 ;; m68030-sony-*) gdb_host=news1000 ;; |