Christopher Faylor
522483e4f6
* Makefile.common (CFLAGS_COMMON): Remove -march=i386.
2003-07-18 16:40:59 +00:00
Christopher Faylor
9c01984ec2
* configure.in: Add --enable-server option.
...
* configure: Regenerate.
2003-07-02 03:33:01 +00:00
Christopher Faylor
1847a1637d
* Makefile.common (CFLAGS_COMMON): Remove -Winline since it is too noisy on
...
newer versions of gcc.
2003-07-02 02:30:16 +00:00
Christopher Faylor
350c2f44b8
* configure.in: Add cygserver subdir.
...
* Makefile.in: Ditto.
* configure: Regenerate.
* Makefile.common: Remove debugging statements.
2003-07-01 20:51:03 +00:00
Corinna Vinschen
01859fc441
* Makefile.common: Remove newlib_sys_include and
...
newlib_sys_include_include entirely. Set CRT0 to cygwin/crt0.o.
2003-05-12 11:06:00 +00:00
Christopher Faylor
b128dd21af
* Makefile.in: Reorganize to try to allow lack of mingw/w32api to work.
2003-04-19 01:02:51 +00:00
Christopher Faylor
770ff5bcb4
* Makefile.common (w32api_lib): Fix w32api detection.
2003-04-11 21:48:39 +00:00
Christopher Faylor
b7f68d3e9d
* Makefile.common (ALL_CXXFLAGS): Make normal '=' type variable so that
...
CXXFLAGS is properly interpreted.
2003-03-29 04:15:52 +00:00
Christopher Faylor
eeb65b9513
* Makefile.common (w32api_lib): Default to system w32api directory if w32api is
...
missing from source.
2003-03-17 23:13:26 +00:00
Christopher Faylor
298b2249e6
* Makefile.common: Fix typo from previous checkin.
2003-03-17 22:35:53 +00:00
Christopher Faylor
237ab58c28
* configure.in: w32api directory was already optional. Semi-revert 2003-02-06
...
change.
* configure: Regenerate.
* Makefile.common: Don't specific -nostdinc if there is no w32api directory.
2003-03-17 22:27:07 +00:00
Christopher Faylor
cb837d41a7
* Makefile.common: Avoid double slashes in GCC_INCLUDE.
2003-03-09 19:22:15 +00:00
Christopher Faylor
4cf24d1442
* MAINTAINERS: Remove out-of-date file.
2003-02-13 02:41:44 +00:00
Christopher Faylor
45b314b1ad
* configure.in: Make w32api directory optional.
...
* configure: Regenerate.
2003-02-07 03:45:15 +00:00
Corinna Vinschen
2c6fdb56f5
* Makefile.common (MINGW_LDFLAGS): Add mingw/mingwex builddir.
2003-01-22 17:10:02 +00:00
Christopher Faylor
4631168afc
* Makefile.common: Don't attempt to pretty-print c++ errors.
2002-12-21 05:06:24 +00:00
Corinna Vinschen
24f7d30fa9
* Makefile.common: Define MINGW_LDFLAGS.
...
* configure.in: Reorder SUBDIRS to have mingw before cygwin.
* configure: Regenerate from configure.in.
* cygwin/Makefile.in: Add MINGW_LDFLAGS when linking cygrun.exe.
2002-12-12 10:34:12 +00:00
Christopher Faylor
fc5dae1cca
* Makefile.in (check): Be more defensive when creating testsuite config.status.
2002-09-28 03:15:44 +00:00
Christopher Faylor
aaac1d9e19
* Makefile.in: Change COMPILE_C* definitions.
2002-08-17 17:12:24 +00:00
Earnie Boyd
432fa81e8e
* w32sdk: New winsup module.
2002-08-10 15:07:51 +00:00
Christopher Faylor
9d6ac54874
* Makefile.common (MINGW_INCLUDES): Simplify.
...
(MINGW_CFLAGS): New.
(MINGW_CXXFLAGS): Ditto.
2002-07-07 00:42:09 +00:00
Robert Collins
d288c1c78c
2002-06-25 Thomas Pfaff <tpfaff@gmx.net>
...
* include/pthread.h (PTHREAD_CANCELED): Defined a reasonable
value.
* pthread.cc (pthread_exit): Call method instead of function.
(pthread_setcancelstate): Ditto.
(pthread_setcanceltype): Ditto.
(pthread_testcancel): Ditto.
* thread.h (pthread::cancel_event): New member.
(__pthread_cancel_self): New prototype.
(pthread::exit): New Method.
(pthread::cancel): Ditto.
(pthread::testcancel): Ditto.
(pthread::cancel_self): Ditto.
(pthread::static_cancel_self): Ditto.
(pthread::setcancelstate): Ditto.
(pthread::setcanceltype): Ditto.
(__pthread_cancel): Give c++ linkage.
(__pthread_exit): Remove.
(__pthread_setcancelstate): Ditto.
(__pthread_setcanceltype): Ditto.
(__pthread_testcancel): Ditto.
* thread.cc (pthread::pthread): Inititialize cancel_event.
(pthread::~pthread): Close cancel_event if needed.
(pthread::create): Create cancel_event.
(pthread::exit): New method. Replacement for __pthread_exit.
(pthread::cancel): New method.
(pthread::testcancel): Ditto.
(pthread::static_cancel_self); New static method.
(pthread::setcancelstate): New method. Replacement for
__pthread_setcancelstate.
(pthread::setcanceltype): New method. Replacement for
__pthread_setcanceltype.
(pthread::pop_cleanup_handler): Added lock for async cancel safe
cancellation.
(pthread::thread_init_wrapper): Change __pthread_exit to
thread->exit().
(__pthread_cancel): Call method thread->cancel().
(__pthread_exit): Remove.
(__pthread_setcancelstate): Ditto.
(__pthread_setcanceltype): Ditto.
(__pthread_testcancel): Ditto.
2002-07-04 14:17:30 +00:00
Christopher Faylor
a673eba664
* configure.in: Complain about lack of w32api directory.
...
* configure: Regenerate.
2002-06-02 05:54:33 +00:00
Christopher Faylor
b807c4ad01
* configure.in: Remove cinstall target.
...
* Makefile.in: Ditto.
* configure: Regenerate.
2002-04-25 23:19:28 +00:00
Christopher Faylor
7416292611
* configure.in: Avoid building w32api or mingw if they don't exist.
...
* configure: Regenerate.
2002-02-19 21:59:19 +00:00
Christopher Faylor
aa053fd461
* Makefile.in: Don't attempt to use zlib directory as a dependency if it
...
doesn't exist.
2001-12-19 03:35:36 +00:00
Christopher Faylor
b6ddef77a4
Add missing ChangeLog.
...
* configure.in: Detect zlib subdirectory.
* configure: Regenerate
2001-12-14 18:26:43 +00:00
Christopher Faylor
94597cd05f
* Makefile.in: Exit immediately if a sub-make fails.
2001-12-14 18:23:19 +00:00
Christopher Faylor
7cf5e175fe
* Makefile.in: Force configure in testsuite directory if config.status does not
...
exist.
2001-11-04 05:15:16 +00:00
Christopher Faylor
e8f1743129
* configure.in: Disable subauth directory test.
...
* configure: Regenerate.
* Makefile.in: Use MAKE variable in directory builds.
2001-11-04 03:48:36 +00:00
Christopher Faylor
15d0cbd6df
* Makefile.in: Add directory dependencies to ensure ordering when using 'make
...
-jN'.
2001-11-04 03:42:19 +00:00
Christopher Faylor
ed14f73cc2
* Makefile.common: Remove preferred-stack-boundary setting since gcc 2.95.3
...
doesn't work well with it.
2001-11-03 19:56:52 +00:00
Christopher Faylor
d58f43a1bc
* Makefile.common: Add some stuff to common CFLAGS.
2001-11-02 04:44:42 +00:00
Christopher Faylor
7a47ed496c
* Makefile.in: Propagate 'clean' to subdirs properly.
2001-10-29 20:32:27 +00:00
Corinna Vinschen
be846a19d7
* configure: Regenerate, removing erroneous SUBDIRS substitution.
2001-10-26 15:01:08 +00:00
Christopher Faylor
a9f20457f3
* Makefile.in: Only build testsuite directory on first 'make check'.
...
* configure.in: Remove testsuite from SUBDIRS.
* configure: Regenerate.
2001-10-24 21:56:54 +00:00
Christopher Faylor
cb1826572c
* Makefile.in: Add -nostdinc to CXXFLAGS.
2001-10-13 00:59:20 +00:00
Christopher Faylor
0055a6c6c9
* Makefile.common: Perform more include file testing trickery.
2001-10-12 12:52:05 +00:00
Christopher Faylor
bc6aa7e1b4
* Makefile.common: Avoid adding -I options to compile if they already exist in
...
CC or C*FLAGS. This prevents warnings from newer versions of gcc.
2001-10-10 01:57:43 +00:00
Christopher Faylor
f162ad82fc
* Makefile.common: Change method for finding current directory.
2001-05-15 05:11:55 +00:00
Christopher Faylor
dbc0c5fb59
* configure.in: Fix typo.
...
* configure: Regenerate.
2001-05-05 04:18:16 +00:00
Christopher Faylor
a1ad23671c
* configure.in: Make subauth configuration optional.
...
* configure: Regenerate.
2001-05-04 15:27:56 +00:00
Corinna Vinschen
3c1fb7ac9d
* subauth: New subdirectory.
...
* configure.in: Add subauth to the list of subdirectories.
* configure: Regenerated from configure.in.
2001-05-04 13:18:51 +00:00
Christopher Faylor
f8415f617b
* configure.in: Add bz2lib.
2001-04-18 22:45:27 +00:00
DJ Delorie
eec74f4ac6
* configure: fix regeneration bug.
2001-03-20 01:26:45 +00:00
Corinna Vinschen
957059c831
* Makefile.common: Revert previous change.
2001-02-22 12:37:32 +00:00
Corinna Vinschen
5b2ea3a436
* Makefile.common: Add `-fvtable-thunks' to COMPILE_CXX.
2001-02-21 21:46:47 +00:00
Christopher Faylor
8494f61e7c
* Makefile.common: Eliminate checks for libgcc.a and libstdc++.a. Use CXX for
...
g++ compiles.
* configure.in: Find correct c++ compiler.
* configure: Regenerate.
2000-12-03 05:40:45 +00:00
Christopher Faylor
cf99a9fbc1
testing.
2000-10-23 23:50:27 +00:00
Christopher Faylor
fbcfc19d27
* Makefile.common (LIBGCC): Acommodate older gcc's that don't need
2000-10-23 23:45:32 +00:00