diff options
author | Yann Diorcet <diorcet.yann@gmail.com> | 2012-11-22 23:56:58 +0100 |
---|---|---|
committer | Yann Diorcet <diorcet.yann@gmail.com> | 2012-11-22 23:56:58 +0100 |
commit | e9920217e875a18b0207d6a3e5f4df8a6bae58a9 (patch) | |
tree | 0a0559b8ea286787e84b4d8422c084f0dbbee3a3 /config/libc/eglibc.in | |
parent | 6023f7221aeb25862129742e4ab10bb87d5283e5 (diff) | |
download | crosstool-ng-e9920217e875a18b0207d6a3e5f4df8a6bae58a9.tar.gz crosstool-ng-e9920217e875a18b0207d6a3e5f4df8a6bae58a9.tar.bz2 crosstool-ng-e9920217e875a18b0207d6a3e5f4df8a6bae58a9.zip |
cc: add a flag for skipping core passes
It is used for skipping unnecessary compilation steps when the libc
doesn't need to be compiled (eg. when we do not use a C library).
Signed-off-by: Yann Diorcet <diorcet.yann@gmail.com>
Message-Id: <150eadb0117e697d79aa.1353625025@blackmint>
Patchwork-Id: 201222
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r-- | config/libc/eglibc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 586b234f..4f6ed120 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -4,6 +4,7 @@ ## ## select LIBC_SUPPORT_NPTL ## select LIBC_SUPPORT_LINUXTHREADS +## select CC_CORE_PASSES_NEEDED ## ## help EGLIBC (Embedded GLIBC) is a variant of the standard GNU GLIBC ## help that is designed to work well on embedded systems. EGLIBC strives |