diff options
author | midipix <writeonce@midipix.org> | 2021-05-31 09:06:42 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-31 09:28:05 +0000 |
commit | f8afdb08dcad567b11252bf1d2ce214069c0c5dc (patch) | |
tree | 393b7ba76a521adcd02dab97321c9b26b8dab2ed /sofort/ccenv/ccenv.in | |
parent | e03b331a67bcd266e068b8f33b557f64a59a49e7 (diff) | |
download | slibtool-f8afdb08dcad567b11252bf1d2ce214069c0c5dc.tar.bz2 slibtool-f8afdb08dcad567b11252bf1d2ce214069c0c5dc.tar.xz |
build system: ccenv: added ccenv_cc_environment (hosted/freestanding).
Diffstat (limited to 'sofort/ccenv/ccenv.in')
-rw-r--r-- | sofort/ccenv/ccenv.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sofort/ccenv/ccenv.in b/sofort/ccenv/ccenv.in index 61f9897..4037952 100644 --- a/sofort/ccenv/ccenv.in +++ b/sofort/ccenv/ccenv.in @@ -28,6 +28,7 @@ CC_ARFMT = @ccenv_cc_arfmt@ CC_SOFMT = @ccenv_cc_sofmt@ CC_BINFMT = @ccenv_cc_binfmt@ CC_UNDERSCORE = @ccenv_cc_underscore@ +CC_ENVIRONMENT = @ccenv_cc_environment@ CC_ARCH_BFD = @ccenv_cc_arch_bfd@ CC_ARCH_LLVM = @ccenv_cc_arch_llvm@ |