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 | 77720f69e54a67ad444869e3a11a686116b8d192 (patch) | |
tree | 37d340dfa317d905c71c980531f145388f52f4a0 /configure | |
parent | 3998e244852cab7fbfa0c4619a688a6ea4e71552 (diff) | |
download | ntux-77720f69e54a67ad444869e3a11a686116b8d192.tar.bz2 ntux-77720f69e54a67ad444869e3a11a686116b8d192.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 |