summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_linux_pthread.GNU
Commit message (Collapse)AuthorAgeFilesLines
* added "s" to ARFLAGS so that ranlib is no longer necessarylevine1998-05-041-17/+17
|
* commented out or removed SUPPRESS_DASH_G, because it's not needed with ↵levine1998-02-051-6/+0
| | | | hacked gas on Linux/Alpha
* added SUPPRESS_DASH_Glevine1997-11-031-0/+6
|
* moved -O out of wrapper_macros.GNU and into each platform file to support ↵levine1997-09-221-1/+3
| | | | "optimize" flag
* replace CFLAGS += DCFLAGS with debug=1, and added support for debug=0, etc., ↵levine1997-09-101-1/+3
| | | | in wrapper_macros.GNU.
* g++ only: replaced PRELIB with true because it's not needed for template ↵levine1997-08-221-4/+1
| | | | instantiation
* use -lACE LIBS instead of VLDLIBS so that target library isn't included in ↵levine1997-08-221-1/+1
| | | | PRELIB
* use VLDLIBS instead of LIBS in PRELIB now that -lACE is only contained in ↵levine1997-08-211-1/+1
| | | | VLDLIBS
* added RCS keyword stringlevine1997-07-241-0/+2
|
* moved -g out of wrapper_macros.GNU and into each platform file so that ↵levine1997-04-171-1/+2
| | | | -gstabs can be used on SCO
* added -O2 to all gcc/g++ C/CFLAGSlevine1997-04-031-1/+1
|
* * Added -fno-implicit-templates for Linux platformsChris Cleeland1997-04-021-1/+1
| | | | | | * Added ACE-specific thread- and process-level priority defines for PThreads. All appropriate routines have been changed to utilize these instead of the direct values.
* split out CFLAGS and CCFLAGSlevine1997-03-191-1/+1
|
* Adjusted makefiles to be more similar, and to use g++ for compilingChris Cleeland1997-03-181-2/+4
| | | | C++ code.
* removed -D__ACE_INLINE__ even though it's commented, so it doesn't confuse ↵levine1997-03-031-1/+1
| | | | people
* fooschmidt1997-03-031-1/+1
|
* changed C++ compiler (CXX) from gcc to g++ so that libg++ will be linked inlevine1997-02-251-1/+1
|
* Changed wrapper_macros.GNU to use LD for links instead of CXX. Changedlevine1996-11-051-0/+1
| | | | nearly all platform files to correspond by defining LD to be CXX.
* Jamming!schmidt1996-10-271-1/+1
|
* Initial revisionlevine1996-10-211-0/+24