summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_freebsd.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_freebsd.GNU')
-rw-r--r--include/makeinclude/platform_freebsd.GNU33
1 files changed, 0 insertions, 33 deletions
diff --git a/include/makeinclude/platform_freebsd.GNU b/include/makeinclude/platform_freebsd.GNU
deleted file mode 100644
index c1bfbd40fad..00000000000
--- a/include/makeinclude/platform_freebsd.GNU
+++ /dev/null
@@ -1,33 +0,0 @@
-# $Id$
-
-# platform_freebsd.GNU
-
-VERSION := $(shell uname -r | sed -e "s/`uname -r | sed -e 's/.//'`//")
-ifneq ($(VERSION),3)
-versioned_so = 1
-endif
-
-optimize = 1
-
-debug = 1
-
-CC = gcc
-CXX = g++
-CFLAGS += -W -Wall -Wpointer-arith -pipe
-CCFLAGS += $(CFLAGS) -fno-implicit-templates
-DCFLAGS += -g
-ifeq ($(VERSION),3)
- LDFLAGS += -Wl,-rpath $(ACE_ROOT)/ace
-endif
-DLD = $(CXX)
-LD = $(CXX)
-LIBS += -lstdc++
-OCFLAGS += -O2
-PIC = -fpic
-AR = ar
-ARFLAGS = ruv
-RANLIB = ranlib
-
-SOFLAGS = $(CPPFLAGS) -shared
-SOBUILD = $(COMPILE.cc) $(PIC) -o $(VSHDIR)$*.so $<
-PRELIB = @echo