summaryrefslogtreecommitdiff
path: root/binary/solaris/libcutl-configure
blob: a448ca5ee892032ffcf21025e0d6d8f57bfa362b (plain)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh

./configure \
--disable-shared \
--with-pic \
CC="gcc -nodefaultlibs" \
CFLAGS=-O2 \
CXX="g++ -nodefaultlibs" \
CXXFLAGS=-O2 \
LIBS="-Wl,-Bstatic,-lstdc++,-Bdynamic -Wl,-lgcc -Wl,-lgcc_eh -Wl,-lm -Wl,-lc"