dev-embedded/u-boot-tools-odroidc1: remove LDFLAGS
This commit is contained in:
parent
ab7b10879a
commit
2ec10c61dc
@ -28,6 +28,10 @@ src_prepare() {
|
||||
|
||||
src_compile() {
|
||||
export ARCH=arm
|
||||
|
||||
# remove LDFLAGS as ld is called directly
|
||||
unset LDFLAGS
|
||||
|
||||
emake \
|
||||
HOSTSTRIP=: \
|
||||
HOSTCC="$(tc-getCC)" \
|
||||
|
Loading…
Reference in New Issue
Block a user