diff options
author | midipix <writeonce@midipix.org> | 2024-03-07 06:38:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-07 07:03:41 +0000 |
commit | 7122551fa9d7beb3b1f8f534b96b9ce47547053c (patch) | |
tree | ed8c74affdf9de4fcfae1a2755c46a9a9fbacace /configure | |
parent | c27bc4a0e158d413971029b46343c9d5d45a30e6 (diff) | |
download | bautomake-7122551fa9d7beb3b1f8f534b96b9ce47547053c.tar.bz2 bautomake-7122551fa9d7beb3b1f8f534b96b9ce47547053c.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 |