summaryrefslogtreecommitdiffhomepage
path: root/sofort/ccenv
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-05-26 15:49:57 +0000
committermidipix <writeonce@midipix.org>2021-05-26 16:48:07 +0000
commitd37bb0f9a61546f4174c457bf2b2f7157ae91759 (patch)
tree4c6d600ede1d8f5c027ec7bdb9bd0c0d19df0fd0 /sofort/ccenv
parent7191e58ce1dd797eed65a71c5107dfad6e26c7e3 (diff)
downloadntapi-d37bb0f9a61546f4174c457bf2b2f7157ae91759.tar.bz2
ntapi-d37bb0f9a61546f4174c457bf2b2f7157ae91759.tar.xz
build system: binary format detection: send errors to config.log.
Diffstat (limited to 'sofort/ccenv')
-rw-r--r--sofort/ccenv/ccenv.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/sofort/ccenv/ccenv.sh b/sofort/ccenv/ccenv.sh
index de7926e..857a202 100644
--- a/sofort/ccenv/ccenv.sh
+++ b/sofort/ccenv/ccenv.sh
@@ -764,7 +764,7 @@ ccenv_create_framework_executable()
printf 'int main(void){return 0;}' \
| $ccenv_cc -xc - \
-o $ccenv_image \
- 2>/dev/null \
+ 2>&3 \
|| return 1
return 0
@@ -788,6 +788,7 @@ ccenv_create_freestanding_executable()
-ffreestanding \
-nostdlib -nostartfiles \
-o $ccenv_image \
+ 2>&3 \
|| return 1
ccenv_freestd=yes