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/newlib.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/newlib.in')
-rw-r--r-- | config/libc/newlib.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in index 8350fba5..26eccd71 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -3,6 +3,7 @@ ## depends on BARE_METAL ## ## select LIBC_SUPPORT_THREADS_NONE +## select CC_CORE_PASSES_NEEDED ## ## help Newlib is a C library intended for use on embedded systems. It is a ## help conglomeration of several library parts, all under free software |