summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
authorYann Diorcet <diorcet.yann@gmail.com>2012-11-22 22:56:58 (GMT)
committerYann Diorcet <diorcet.yann@gmail.com>2012-11-22 22:56:58 (GMT)
commite9920217e875a18b0207d6a3e5f4df8a6bae58a9 (patch)
tree0a0559b8ea286787e84b4d8422c084f0dbbee3a3 /config/libc/glibc.in
parent6023f7221aeb25862129742e4ab10bb87d5283e5 (diff)
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.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index e65c22b..70780a3 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.