summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-08 01:08:00 +0000
committersumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-08 01:08:00 +0000
commite8bd924466d112b23660af26f5abdf81c3e641a0 (patch)
tree603d13281fd849f3f2f5ca87960faf428b2fa0ad /include
parent1ceb95a1ee6d6b7c19a8a07b8237b138f1a46e64 (diff)
downloadATCD-e8bd924466d112b23660af26f5abdf81c3e641a0.tar.gz
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r--include/makeinclude/platform_netbsd.GNU27
1 files changed, 27 insertions, 0 deletions
diff --git a/include/makeinclude/platform_netbsd.GNU b/include/makeinclude/platform_netbsd.GNU
new file mode 100644
index 00000000000..c750516e9bb
--- /dev/null
+++ b/include/makeinclude/platform_netbsd.GNU
@@ -0,0 +1,27 @@
+# $Id$
+
+# platform_netbsd.GNU
+
+# ***** Notice: This file is still under testing. *****
+# To be used on netbsd platform without pthread support.
+
+debug = 1
+optimize = 1
+
+CC = gcc
+CXX = g++
+CFLAGS += -w -fno-strict-prototypes
+CCFLAGS += $(CFLAGS) -fno-implicit-templates
+DCFLAGS += -g
+DLD = ld
+LD = $(CXX)
+LIBS += -lstdc++ #-lcompat -lresolv
+OCFLAGS += -O2
+PIC = -fpic -DPIC
+AR = ar
+ARFLAGS = ruv
+RANLIB = ranlib
+
+SOFLAGS = -Bshareable -x
+SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
+PRELIB = @echo