1#!/bin/sh -ue
2NAME=bdw-gc
3VERSION=8.2.8
4RELEASE=1
5SOURCE="https://hboehm.info/gc/gc_source/gc-8.2.8.tar.gz"
6BUILD_STYLE=configure
7BUILD_OPT="--prefix=/
8 --bindir=/bin
9 --sbindir=/bin
10 --libdir=/lib
11 --includedir=/include
12 --sysconfdir=/etc
13 --disable-lto
14 --without-gnu-ld
15 --disable-libunistring
16 --enable-dependency-tracking
17 --enable-static
18 --disable-libtool-loc
19 --enable-jit=no
20 --disable-nls
21 --enable-mini-gmp
22 --without-libiconv"
23
24. ${0%/*}/../../libsh/libdmake.sh