diff options
author | midipix <writeonce@midipix.org> | 2024-03-07 06:38:16 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-03-07 07:03:45 +0000 |
commit | 579b286f6c03c6a609c4e84190f19ae7b2302edc (patch) | |
tree | dfc2733078ec356d58d5a7b26ceca23c595c57e6 /configure | |
parent | ec8daafa490dee1f718dee5fc3f6a427d63cfc80 (diff) | |
download | u16ports-579b286f6c03c6a609c4e84190f19ae7b2302edc.tar.bz2 u16ports-579b286f6c03c6a609c4e84190f19ae7b2302edc.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 |