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.GNU21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/makeinclude/platform_vxworks5.x_ghs.GNU b/include/makeinclude/platform_vxworks5.x_ghs.GNU
deleted file mode 100644
index 6b555dc5201..00000000000
--- a/include/makeinclude/platform_vxworks5.x_ghs.GNU
+++ /dev/null
@@ -1,21 +0,0 @@
-# VxWorks 5.2 with Green Hills 1.8.8
-# *not* using Orbix
-CC = cxvxppc
-#### CXX = cxvxppc -I. -D__INLINE__
-CXX = cxvxppc -I.
-CCFLAGS += --no_rtti
-INCLDIRS += -I$(WRAPPER_ROOT) -I.
-DLD = $(CXX)
-LD = $(CXX)
-LDFLAGS += -L$(WRAPPER_ROOT)/ace -L./
-PIC =
-AR = ax
-ARFLAGS = rv
-RANLIB = /bin/true
-SOFLAGS = -G $(CPPFLAGS)
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.o $<; \
- $(SOLINK.cc) -o $@ -h $@ $(LDFLAGS) $(VSHDIR)$*.o
-PRELIB = (echo "int main() { return 0; }" > gcctemp.c && \
- $(COMPILE.cc) -o gcctemp.o gcctemp.c && \
- $(CXX) $(INCLDIRS) $^ $(LDFLAGS) $(LIBS); \
- status=$$?; rm -f gcctemp.c; exit $$status)