dev-embedded/u-boot-tools-odroidc1: remove LDFLAGS

This commit is contained in:
Thomas Berger 2015-05-08 21:31:01 +02:00
parent ab7b10879a
commit 2ec10c61dc

View File

@ -28,6 +28,10 @@ src_prepare() {
src_compile() { src_compile() {
export ARCH=arm export ARCH=arm
# remove LDFLAGS as ld is called directly
unset LDFLAGS
emake \ emake \
HOSTSTRIP=: \ HOSTSTRIP=: \
HOSTCC="$(tc-getCC)" \ HOSTCC="$(tc-getCC)" \