summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/configure
Commit message (Collapse)AuthorAgeFilesLines
* * configure: RegenerateEarnie Boyd2003-05-061-1/+1
|
* Oops. Add ending quotes to CFLAGS value.Earnie Boyd2003-05-061-2/+2
|
* * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilitesEarnie Boyd2003-05-061-2/+2
| | | | | | | | | | | | | | | | | | of multiply defined symbols if the symbols is defined locally. E.G.: A local definition of malloc causes this problem. * configure: Regenerate. * profile/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API_INCLUDE value. (ALL_CXXFLAGS): Ditto. (gcrt0.o gcrt1.o gcrt2.o): Use ALL_CFLAGS instead of CFLAGS. Thanks to Jeff Bonggren <jbon@users.sf.net>. * profile/configure.in (W32API_INCLUDE): Set default value. * profile/configure: Regenerate. * mingwex/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API-INCLUDE value. (ALL_CXXFLAGS): Ditto. * mingwex/configure.in (W32API_INCLUDE): Set default value. * mingwex/configure: Regenerate.
* * Makefile.in (W32API_INCLUDE): New variable.Earnie Boyd2003-05-051-3/+7
| | | | | | | | (ALL_CFLAGS): Include W32API_INCLUDE value. (ALL_CXXFLAGS): Ditto. * configure.in (CFLAGS): Add -D__USE_CRTIMP=1 to default values. (W32API_INCLUDE): Set default value. * configure: Regenerate.
* * configure.in (LIBM_A): Define for cygwin target.Earnie Boyd2003-04-111-1/+1
| | | | * configure (LIBM_A): Ditto.
* * include/_mingw.h: Increment version to 2.0.Danny Smith2002-06-131-12/+5
| | | | | * Makefile.in: Ditto. Merge in mingwex branch.
* * Makefile.in: eliminate the need for RUNTIME and CRT_ID.Earnie Boyd2000-11-291-23/+11
| | | | | | | | | | | Always build crt1.o, dllcrt1.o, crt2.o and dllcrt2.o. Create a libcoldname.a for the oldname library for CRTDLL. Restrict libmoldname.a for the oldname library for MSVCRT. * configure.in: eliminate setting RUNTIME and CRT_ID variables. Restructure the $target_os case logic. Always name the MinGW thread dll helper mingwm. Change Cygwin's HEADER_SUBDIR value from mingw32 to mingw. * configure: regenerate.
* * Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target.Earnie Boyd2000-11-221-63/+52
| | | | | | | | | | | | | | | | | Add variables and targets to control binary and source distributions. Add variables and targets to control snapshot distribution. * profile/gmon.h: Add missing #endif for #ifndef. * profile/ChangeLog: Merge entries here and remove. * profile/Makefile.in: Add variables and targets to control distribution. * README: Add. * TODO: ditto. * config.guess: ditto. * config.sub: ditto. * mkinstalldirs: ditto. * install-sh: ditto. * configure: regenerate. * profile/configure: ditto.
* Revert.Christopher Faylor2000-06-181-9/+1
|
* * Makefile.in (subdirs): Eliminate for loop.Christopher Faylor2000-06-181-1/+9
|
* * Makefile.in: Avoid installing dll if we're cross building and the cross-hostChristopher Faylor2000-06-171-39/+48
| | | | system isn't a Windows system.
* * configure.in: Change HEADER_SUBDIR to mingw32.Christopher Faylor2000-04-191-53/+64
| | | | * configure: Regenerate.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+2169