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() {
|
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)" \
|
||||||
|
Loading…
Reference in New Issue
Block a user