diff options
author | midipix <writeonce@midipix.org> | 2024-03-07 06:38:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-07 07:03:42 +0000 |
commit | 94e7735488b7d2f5336c0f081304f55b95f54379 (patch) | |
tree | 238fdbda7e12333eb32a4f01cdf990598f50f079 /configure | |
parent | 85a0e41883aaa0b80c0d0f71f410dae3c5863c29 (diff) | |
download | mdso-94e7735488b7d2f5336c0f081304f55b95f54379.tar.bz2 mdso-94e7735488b7d2f5336c0f081304f55b95f54379.tar.xz |
build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration).
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |