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/cc.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/cc.in')
-rw-r--r-- | config/cc.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cc.in b/config/cc.in index 680afb96..d244e99f 100644 --- a/config/cc.in +++ b/config/cc.in @@ -8,6 +8,9 @@ config CC config CC_VERSION string +config CC_CORE_PASSES_NEEDED + bool + source "config.gen/cc.in" config CC_SUPPORT_CXX |