summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-07 06:38:16 +0000
committermidipix <writeonce@midipix.org>2024-03-07 07:03:43 +0000
commitab8b47824e01e30f7b8e81b7c72afe506b14dc04 (patch)
tree7b3365c5bb4b7ccf3d77aadb2270e06a57f653e9 /configure
parent0ab95feb56236d61d3170f1f92d94f0c2a601ade (diff)
downloadsbmake-ab8b47824e01e30f7b8e81b7c72afe506b14dc04.tar.bz2
sbmake-ab8b47824e01e30f7b8e81b7c72afe506b14dc04.tar.xz
build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration).
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d7daf8d..839d8b3 100755
--- a/configure
+++ b/configure
@@ -932,7 +932,7 @@ config_host()
mb_cfghost_cflags="$mb_cfghost_cflags -ffreestanding"
mb_cfghost_cflags="$mb_cfghost_cflags -nostdlib"
else
- printf 'int main(void){return 0;}' \
+ printf 'int main(void){return 0;}\n' \
> "$mb_cfghost_tmpname"
fi