diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-27 12:01:27 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-27 12:01:27 +0000 |
commit | 74d518dc2a18569c7e3f5766b6d9dda8e941ea7e (patch) | |
tree | f2e9a088b688392afb9d77eaeb93b1bf1585a575 /package/ltt/ltt.mk | |
parent | de18b661cf7849f0d16f11205fc15c5f2e03b2f8 (diff) | |
download | buildroot-novena-74d518dc2a18569c7e3f5766b6d9dda8e941ea7e.tar.gz buildroot-novena-74d518dc2a18569c7e3f5766b6d9dda8e941ea7e.zip |
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
Diffstat (limited to 'package/ltt/ltt.mk')
-rw-r--r-- | package/ltt/ltt.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/ltt/ltt.mk b/package/ltt/ltt.mk index 3626c232d..8cc3925b5 100644 --- a/package/ltt/ltt.mk +++ b/package/ltt/ltt.mk @@ -69,8 +69,7 @@ $(LTT_DIR2)/.unpacked: $(DL_DIR)/$(LTT_SOURCE) $(LTT_DIR2)/.configured: $(LTT_DIR2)/.unpacked (cd $(LTT_DIR2); rm -rf config.cache; \ $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS)" \ - LDFLAGS="$(TARGET_LDFLAGS)" \ + $(TARGET_CONFIGURE_ARGS) \ ./configure \ --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) \ |