diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-16 19:48:03 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-16 19:48:03 +0000 |
commit | 9cc9476c35294e43a1e42bd9752d5fae30a76c19 (patch) | |
tree | f897ea20f25bc8882a45455fbf78dfca6ed2fa75 /package/Makefile.in | |
parent | 2506ab7fc35695c53e6d46eb360fde6491bea0ba (diff) | |
download | buildroot-novena-9cc9476c35294e43a1e42bd9752d5fae30a76c19.tar.gz buildroot-novena-9cc9476c35294e43a1e42bd9752d5fae30a76c19.zip |
more dhcp updates
Diffstat (limited to 'package/Makefile.in')
-rw-r--r-- | package/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile.in b/package/Makefile.in index 2fda89fc7..fd6200a6c 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -34,6 +34,7 @@ KERNEL_CROSS=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc- TARGET_CROSS=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc- TARGET_CC=$(TARGET_CROSS)gcc STRIP=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note +INSTALL=/usr/bin/install HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \ |