kiss-mfavila-large/ports/unofficial/stable/pcc/build

14 lines
181 B
Plaintext
Raw Normal View History

#!/bin/sh -e
CFLAGS='-O2 -w -pipe'
./configure \
--prefix=/usr \
--enable-native
2022-09-23 11:13:47 +00:00
ln -s /bin/true ./strip
export PATH="$PWD:$PATH"
make
make DESTDIR="$1" install