summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_mvs.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_mvs.GNU')
-rw-r--r--include/makeinclude/platform_mvs.GNU33
1 files changed, 0 insertions, 33 deletions
diff --git a/include/makeinclude/platform_mvs.GNU b/include/makeinclude/platform_mvs.GNU
deleted file mode 100644
index 6a4f8a00b1a..00000000000
--- a/include/makeinclude/platform_mvs.GNU
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id$
-
-# For MVS OpenEdition platform
-
-debug = 1
-
-CXX = cxx
-CCFLAGS += $(CFLAGS)
-DCFLAGS += -g
-CPPFLAGS = -+
-DEFFLAGS = -D_ALL_SOURCE -DNDEBUG
-CC = $(CXX)
-LD = $(CXX)
-DLD = $(CXX)
-AR = ar
-ARFLAGS = ruv
-RANLIB = echo
-#LDFLAGS = -W l,p,map
-
-# MVCMD needed because cxx does not use the -o option to place objects
-MVCMD = @test ! -s $(@F) || mv $(@F) $(@D)/$(@F)
-
-# Used to build static executables
-ACELIB_STATIC = -lACE
-
-# Used to build shared executables (much smaller in size)
-ACELIB_DLL = $(ACE_ROOT)/ace/libACE.x
-
-# set accordingly to build either static or shared executables
-ACELIB = $(ACELIB_DLL)
-
-SOFLAGS = -W l,dll
-PIC = -W c,exportall