diff options
Diffstat (limited to 'package/DirectFB')
-rw-r--r-- | package/DirectFB/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/DirectFB/Makefile b/package/DirectFB/Makefile index c9b404fe2..db3a9f115 100644 --- a/package/DirectFB/Makefile +++ b/package/DirectFB/Makefile @@ -38,10 +38,9 @@ CONFIGURE_ARGS+= --with-inputdrivers=linuxinput,keyboard,ps2mouse \ # This is to overcome libtool fuckup - when building without, # libtool calls (the correct) ld directly without parameters, # which then chooses the wrong default emulation (which is -# probably the real problem here). LDEMULATION overrides ld's -# wrong choice. +# probably the real problem here). ifeq (${ADK_TARGET_SYSTEM_LEMOTE_YEELONG},y) -XAKE_FLAGS+= LDEMULATION=elf64ltsmip +XAKE_FLAGS+= LDFLAGS=$(ADK_TARGET_ABI_CFLAGS) endif post-install: |