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 | 5eadd866ef2471197c5c629cb7ed20a148ba8898 (patch) | |
tree | 2ecaeceb79e43dc7e06cba9f2c57c5c54bbd2257 /configure | |
parent | aeddbe846ca7994bc2bc9ef80193a92962ba1fb4 (diff) | |
download | sbpython3-5eadd866ef2471197c5c629cb7ed20a148ba8898.tar.bz2 sbpython3-5eadd866ef2471197c5c629cb7ed20a148ba8898.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 |