summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_vxworks5.x_g++.GNU
Commit message (Expand)AuthorAgeFilesLines
* moved ace_ld from etc/ to bin/levine1997-12-011-1/+1
* added ace_ld, drop-in replacement for ld that supports munchinglevine1997-11-101-4/+4
* added VXWORKS=1 macro, for use by individual Makefiles to suppress VxWorks bu...levine1997-10-211-0/+1
* default to building shared libs only, except on Chorus, LynxOS, and VxWorkslevine1997-09-271-1/+2
* $(MUNCHED) instead of $(MUNCH)levine1997-09-221-1/+1
* $(MUNCH) instead of $(NMLIBS)levine1997-09-221-1/+1
* added NMLIBS to PRELINKlevine1997-09-221-1/+1
* moved -O out of wrapper_macros.GNU and into each platform file to support "op...levine1997-09-221-1/+5
* removed "-I. -I$(ACE_ROOT)" from CFLAGS because it duplicates the INCLDIRS se...levine1997-09-101-2/+2
* replace CFLAGS += DCFLAGS with debug=1, and added support for debug=0, etc., ...levine1997-09-101-4/+4
* use static_libs_only build optionlevine1997-09-041-6/+1
* unset SHLIB to avoid fix builds without PRELIBlevine1997-08-221-3/+2
* added POSTLINK to build symbol tablelevine1997-08-201-0/+3
* added overrides of .so build rules to change them .o builds.levine1997-07-271-16/+20
* Changed WRAPPER_ROOT to ACE_ROOT.Chris Cleeland1997-07-221-4/+4
* use ld instead of g++ to link, and override the LINK commands to remove CFLAGSlevine1997-07-181-21/+14
* removed COMPILE.cc and LINK.cc rules, they were unusedlevine1997-07-141-3/+1
* added RCS Idlevine1997-07-101-0/+1
* removed link-in of local exit.o file, and added comments on why/how to do itlevine1997-07-101-12/+20
* disabled -fno-implicit-templates, link in an exit.o, and munch to enable stat...levine1997-07-091-7/+16
* added -lgcc to LDFLAGSlevine1997-06-301-1/+1
* removed some full pathnameslevine1997-06-291-4/+4
* added CFLAGS to PRELIB so that ld doesn't look for crt0.olevine1997-06-291-1/+1
* added -Wall now that the ACE library builds cleanly with itlevine1997-06-291-1/+1
* revised to support multiple targetslevine1997-06-231-14/+48
* moved -g out of wrapper_macros.GNU and into each platform file so that -gstab...levine1997-04-171-2/+3
* added -O2 to all gcc/g++ C/CFLAGSlevine1997-04-031-1/+2
* added -fno-implicit-templateslevine1997-04-021-1/+1
* split out CFLAGS and CCFLAGSlevine1997-03-191-1/+0
* removed -D__ACE_INLINE__ even though it's commented, so it doesn't confuse pe...levine1997-03-031-1/+1
* fooschmidt1997-03-031-1/+1
* enable inlining on VxWorkslevine1996-12-191-2/+1
* clean up VxWorks configslevine1996-12-131-1/+3
* removed INCLDIRSlevine1996-12-041-1/+1
* Changed wrapper_macros.GNU to use LD for links instead of CXX. Changedlevine1996-11-051-1/+1
* platform_vxworks5.2_g++.GNUlevine1996-10-251-0/+27