cygwin.h (SUBTARGET_SWITCHES): Add -mconsole; fix -mno-nop-fun-dllimport and minor...
authorMumit Khan <khan@xraylith.wisc.edu>
Mon, 12 Apr 1999 18:18:06 +0000 (18:18 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 12 Apr 1999 18:18:06 +0000 (12:18 -0600)
commitc6df90d818e83d4bae264649156dcbea8db2cee6
tree8408eb805358d0bfa0f159391812384fe250deb5
parent6f670fded28732da6175d6f5983af65983c8a976
cygwin.h (SUBTARGET_SWITCHES): Add -mconsole; fix -mno-nop-fun-dllimport and minor doc fixes.

        * i386/cygwin.h (SUBTARGET_SWITCHES): Add -mconsole; fix
        -mno-nop-fun-dllimport and minor doc fixes.
        (STARTFILE_SPEC): Cygwin DLLs don't have dllcrt0.
        (LINK_SPEC): Add -mconsole support.
        * i386/mingw32.h (LIB_SPEC): Make libraries consistent with
        Cygwin.
        (LINK_SPEC): Remove. Use Cygwin's version.
        (MATH_LIBRARY): Make it null.
        * i386/crtdll.h (MATH_LIBRARY): Likewise.

From-SVN: r26378
gcc/ChangeLog
gcc/config/i386/crtdll.h
gcc/config/i386/cygwin.h
gcc/config/i386/mingw32.h