- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS

- use TARGET_CONFIGURE_ARGS where appropriate.
This commit is contained in:
Bernhard Reutner-Fischer
2007-06-27 12:01:27 +00:00
parent de18b661cf
commit 74d518dc2a
137 changed files with 174 additions and 318 deletions

View File

@@ -44,6 +44,7 @@ $(PYTHON_DIR)/.hostpython: $(PYTHON_DIR)/.patched
$(PYTHON_DIR)/.configured: $(PYTHON_DIR)/.hostpython
(cd $(PYTHON_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
OPT="$(TARGET_CFLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \