summaryrefslogtreecommitdiff
path: root/src/template/sco
blob: e216f1e7aa933ac73914f4b67c4f5fdd6b0a19ae (plain)
1
2
3
4
5
6
7
8
9
10
# src/template/sco

CC="$CC -b elf"

# Extra CFLAGS for code that will go into a shared library
if test "$GCC" = yes ; then
  CFLAGS_SL="-fpic"
else
  CFLAGS_SL="-K PIC"
fi