diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-31 20:01:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-31 20:01:12 +0000 |
commit | ec59e37f4d1fc7dc1be354da3ca064ac3f7ac72f (patch) | |
tree | cd2c0c09cd843bc64e5d91c8795c5054c9fcb3ff /make/coreutils.mk | |
parent | bb5e7c5f0f37309abc17c906dbc90f69fbfd3441 (diff) |
make coreutils compile faster
Diffstat (limited to 'make/coreutils.mk')
-rw-r--r-- | make/coreutils.mk | 2 |
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 |