diff options
author | Stu Grossman <grossman@cygnus> | 1996-10-08 15:36:18 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-10-08 15:36:18 +0000 |
commit | d0e01d94fa30a348c01e1cf155ca1827a6c017af (patch) | |
tree | fc873e87a0a44e910258f18a5dfc330dcc4c272b /config | |
parent | 81eb5025a90f17d3d0bab9f23ba45bd87b19ea46 (diff) | |
download | fsf-binutils-gdb-d0e01d94fa30a348c01e1cf155ca1827a6c017af.zip fsf-binutils-gdb-d0e01d94fa30a348c01e1cf155ca1827a6c017af.tar.gz fsf-binutils-gdb-d0e01d94fa30a348c01e1cf155ca1827a6c017af.tar.bz2 |
* configure.in config/mh-windows: Add support for windows host
(that is a build done under the Microsoft build environment).
Diffstat (limited to 'config')
-rw-r--r-- | config/mh-windows | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mh-windows b/config/mh-windows new file mode 100644 index 0000000..e5f606c --- /dev/null +++ b/config/mh-windows @@ -0,0 +1,4 @@ +CC=cc +CFLAGS= +RANLIB=true +AR_FLAGS= |