diff options
Diffstat (limited to 'configs/sunos5-v9-static')
-rw-r--r-- | configs/sunos5-v9-static | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/configs/sunos5-v9-static b/configs/sunos5-v9-static deleted file mode 100644 index b2da747b8a5..00000000000 --- a/configs/sunos5-v9-static +++ /dev/null @@ -1,16 +0,0 @@ -# Configuration for SunOS 5, SPARC V9, static libs - -include $(TOP)/configs/default - -CONFIG_NAME = sunos5-v9-static - -MKLIB_OPTIONS = -static -cplusplus - -LIB_DIR = lib64 - -# Compiler and flags -CC = cc -CXX = CC -CFLAGS = -xarch=v9 -KPIC -O -I/usr/openwin/include -I/usr/dt/include -DUSE_XSHM -DPTHREADS -CXXFLAGS = -xarch=v9 -KPIC -O -I/usr/openwin/include -I/usr/dt/include -DPTHREADS - |