summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_vxworks5.x_ghs.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_vxworks5.x_ghs.GNU')
-rw-r--r--include/makeinclude/platform_vxworks5.x_ghs.GNU19
1 files changed, 0 insertions, 19 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_ghs.GNU b/include/makeinclude/platform_vxworks5.x_ghs.GNU
deleted file mode 100644
index 52144e92f47..00000000000
--- a/include/makeinclude/platform_vxworks5.x_ghs.GNU
+++ /dev/null
@@ -1,19 +0,0 @@
-# VxWorks 5.2 with Green Hills 1.8.8
-# *not* using Orbix
-CC = cxvxppc
-CXX = $(CC)
-CCFLAGS += --no_rtti -D__ACE_INLINE__
-DLD = $(CXX)
-LD = $(CXX)
-LIBS += /appl/newgreen/vxppc603/indlib.o
-PIC =
-AR = ax
-ARFLAGS = rv
-RANLIB = /bin/true
-PRELIB = (echo "int main() { return 0; }" > gcctemp.c && \
- $(COMPILE.cc) -o gcctemp.o gcctemp.c && \
- $(CXX) $(INCLDIRS) $^ $(LDFLAGS) $(LIBS); \
- status=$$?; rm -f gcctemp.c a.out*; exit $$status)
-
-#### don't build shared objects:
-BUILD = $(VOBJS) $(VLIB) $(VBIN)