hdparm: build with -fwhole-program

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-27 02:52:22 +01:00
parent 7f36007f68
commit 3aaccd53c4

View File

@ -2,7 +2,7 @@
. config/options $1
LDFLAGS="$CFLAGS $LDFLAGS -fwhole-program"
cd $PKG_BUILD
make binprefix="/usr" \
sbindir="/sbin" \
LDFLAGS="$LDFLAGS -s"
make binprefix="/usr" sbindir="/sbin"