diff options
author | midipix <writeonce@midipix.org> | 2024-03-07 06:38:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-07 07:03:44 +0000 |
commit | d767da2bbb70d3a561ee36e01512d736892eaad7 (patch) | |
tree | b1b1858da5a801196e2743d85addf967a8529c6e /configure | |
parent | 8f54dc77f00bbe2e67b913fc18b5b1aacecb83f0 (diff) | |
download | sltdl-d767da2bbb70d3a561ee36e01512d736892eaad7.tar.bz2 sltdl-d767da2bbb70d3a561ee36e01512d736892eaad7.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 |