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/glibc.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/glibc.in')
-rw-r--r-- | config/libc/glibc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index e65c22b1..70780a3f 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -3,6 +3,7 @@ ## depends on ! WINDOWS && ! BARE_METAL && ARCH_USE_MMU ## ## select LIBC_SUPPORT_NPTL +## select CC_CORE_PASSES_NEEDED ## ## help The de-facto standard for Linux distributions. ## help Feature-rich, but large... Most usefull for desktop-like systems. |