summaryrefslogtreecommitdiffstats
path: root/devel/tcc/BUILD
blob: 89174bc14edf2074980d01fd446011aa50cc70ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
if is_depends_enabled $SPELL gcc; then
  OPTS="--sysroot=$INSTALL_ROOT/usr \
        --crtprefix=$INSTALL_ROOT/usr/lib \
        --sysincludepaths=$INSTALL_ROOT/usr/include:$INSTALL_ROOT/usr/lib/tcc/include \
        --libpaths=$INSTALL_ROOT/lib:$INSTALL_ROOT/usr/lib\
        $OPTS"
fi &&

OPTS="$TCC_OPTS $OPTS" &&

default_build