summaryrefslogtreecommitdiffstats
path: root/make/coreutils.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-03-31 20:01:12 +0000
committerEric Andersen <andersen@codepoet.org>2003-03-31 20:01:12 +0000
commitec59e37f4d1fc7dc1be354da3ca064ac3f7ac72f (patch)
treecd2c0c09cd843bc64e5d91c8795c5054c9fcb3ff /make/coreutils.mk
parentbb5e7c5f0f37309abc17c906dbc90f69fbfd3441 (diff)
downloadbuildroot-novena-ec59e37f4d1fc7dc1be354da3ca064ac3f7ac72f.tar.gz
buildroot-novena-ec59e37f4d1fc7dc1be354da3ca064ac3f7ac72f.zip
make coreutils compile faster
Diffstat (limited to 'make/coreutils.mk')
-rw-r--r--make/coreutils.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/coreutils.mk b/make/coreutils.mk
index 5e2b87754..c5fa23720 100644
--- a/make/coreutils.mk
+++ b/make/coreutils.mk
@@ -39,6 +39,8 @@ $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked
--mandir=/usr/man \
--infodir=/usr/info \
--disable-nls \
+ --disable-rpath \
+ --disable-dependency-tracking \
);
#Fix up the max number of open files per process, which apparently
# is not set when cross compiling