diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-01 13:26:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-01 13:26:08 +0200 |
commit | 38e356a749191c1832c9726b0b6cb913737af700 (patch) | |
tree | e8649d752a11d05d20615b2d4fd3a506baab516b /package/DirectFB | |
parent | 2ee33f7b7bb6f36dcee29f7df1e6122b55139e92 (diff) |
different make bulkallmod fixes
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: |