dev-embedded/u-boot-tools-odroidc1: remove LDFLAGS
This commit is contained in:
parent
ab7b10879a
commit
2ec10c61dc
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue