diff options
author | Geoffrey Noer <noer@cygnus.com> | 1998-11-12 19:37:47 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1998-11-12 11:37:47 -0800 |
commit | cae21ae8a932f5756710da05091238433263c60a (patch) | |
tree | 58da5367424fc46a1ddd1b556ccd78b739092602 /gcc/config/i386/x-cygwin | |
parent | 15fdcfe952242c2cdf26d6a86281782142162bba (diff) | |
download | gcc-cae21ae8a932f5756710da05091238433263c60a.tar.gz |
Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.
From-SVN: r23622
Diffstat (limited to 'gcc/config/i386/x-cygwin')
-rw-r--r-- | gcc/config/i386/x-cygwin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/i386/x-cygwin b/gcc/config/i386/x-cygwin new file mode 100644 index 00000000000..f251835bd33 --- /dev/null +++ b/gcc/config/i386/x-cygwin @@ -0,0 +1,4 @@ +# Don't run fixproto +STMP_FIXPROTO = +# prefix.c wants to poke around the Registry +CLIB = -ladvapi32 |