summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_netbsd.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_netbsd.GNU')
-rw-r--r--include/makeinclude/platform_netbsd.GNU31
1 files changed, 0 insertions, 31 deletions
diff --git a/include/makeinclude/platform_netbsd.GNU b/include/makeinclude/platform_netbsd.GNU
deleted file mode 100644
index 66512468e18..00000000000
--- a/include/makeinclude/platform_netbsd.GNU
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id$
-
-# platform_netbsd.GNU
-
-# ***** Notice: This file is still under testing. *****
-# To be used on netbsd platform without pthread support.
-
-debug = 1
-optimize = 1
-versioned_so = 1
-
-CC = gcc
-CXX = g++
-
-include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU
-
-CFLAGS += -w -fno-strict-prototypes
-CCFLAGS += $(CFLAGS) $(TEMPLATES_FLAG)
-DCFLAGS += -g
-DLD = ld
-LD = $(CXX)
-LIBS += -lstdc++ #-lcompat -lresolv
-##OCFLAGS += -O2
-PIC = -fpic -DPIC
-AR = ar
-ARFLAGS = ruv
-RANLIB = ranlib
-
-SOFLAGS += -Bshareable -x /usr/lib/c++rt0.o
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
-PRELIB = @echo