summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/speclib
Commit message (Collapse)AuthorAgeFilesLines
* * speclib: Ensure that temporary def file is removed.Christopher Faylor2002-01-241-1/+1
|
* * speclib: Use rm -f to remove temp file just to quiet any potential warnings.Christopher Faylor2002-01-231-1/+1
|
* * Makefile.in (libpthread.a): Pass the assembler also.Christopher Faylor2002-01-221-1/+2
| | | | | | (libm.a): Ditto. (libc.a): Ditto. * speclib: Specify the assembler to dlltool.
* * speclib: Don't use /dev/null as DLL name. Just default to what's already inChristopher Faylor2002-01-211-1/+1
| | | | | | .def file. * exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which caused SIGCHLD to be ignored.
* Add copyright stuffChristopher Faylor2002-01-131-0/+10
|
* * speclib: Remove temp files automatically.Christopher Faylor2002-01-021-1/+1
|
* * speclib: New file.Christopher Faylor2001-12-311-0/+12
* Makefile.in: Create library versions of automode.o, textmode.o, and binmode.o for easier use on command line. Create libpthread.a, libm.a, and libc.a with subsets of exports found in libcygwin.a.