summaryrefslogtreecommitdiffstats
path: root/make/coreutils.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-15 06:42:59 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-15 06:42:59 +0000
commit72f51a47880c295ffdaf0d2a242047ccc6409d08 (patch)
treec91e524ab74d8f14ec21df6aa9382b5d1c562857 /make/coreutils.mk
parentc5d472649e0ae2a26251ebee98155d422c45f86b (diff)
downloadbuildroot-novena-72f51a47880c295ffdaf0d2a242047ccc6409d08.tar.gz
buildroot-novena-72f51a47880c295ffdaf0d2a242047ccc6409d08.zip
Update coreutils build
Diffstat (limited to 'make/coreutils.mk')
-rw-r--r--make/coreutils.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/make/coreutils.mk b/make/coreutils.mk
index c02839b8e..aac13bdc3 100644
--- a/make/coreutils.mk
+++ b/make/coreutils.mk
@@ -22,9 +22,10 @@ $(COREUTILS_DIR)/.unpacked: $(DL_DIR)/$(COREUTILS_SOURCE)
touch $(COREUTILS_DIR)/.unpacked
$(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked
- (cd $(COREUTILS_DIR); autoconf; rm -f config.cache; CC=$(TARGET_CC1) \
- CFLAGS=-D_POSIX_SOURCE ./configure --prefix=/usr --disable-nls \
- --mandir=/junk --infodir=/junk \
+ (cd $(COREUTILS_DIR); rm -f config.cache; CC=$(TARGET_CC1) \
+ CFLAGS=-D_POSIX_SOURCE ./configure --prefix=/usr \
+ --target=$(ARCH)-linux --host=$(ARCH)-linux \
+ --disable-nls --mandir=/junk --infodir=/junk \
);
touch $(COREUTILS_DIR)/.configured