mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-22 21:04:19 +08:00
tcc -hh: missing \n
Some checks are pending
build and test / test-x86_64-linux (push) Waiting to run
build and test / test-x86_64-osx (push) Waiting to run
build and test / test-aarch64-osx (push) Waiting to run
build and test / test-x86-win32 (push) Waiting to run
build and test / test-armv7-linux (push) Waiting to run
build and test / test-aarch64-linux (push) Waiting to run
build and test / test-riscv64-linux (push) Waiting to run
Some checks are pending
build and test / test-x86_64-linux (push) Waiting to run
build and test / test-x86_64-osx (push) Waiting to run
build and test / test-aarch64-osx (push) Waiting to run
build and test / test-x86-win32 (push) Waiting to run
build and test / test-armv7-linux (push) Waiting to run
build and test / test-aarch64-linux (push) Waiting to run
build and test / test-riscv64-linux (push) Waiting to run
This commit is contained in:
parent
6ec4a10652
commit
f075851f9d
2
tcc.c
2
tcc.c
@ -154,7 +154,7 @@ static const char help2[] =
|
||||
#if defined(TCC_TARGET_MACHO)
|
||||
" -install_name= set DT_SONAME elf tag (soname macOS alias)\n"
|
||||
#else
|
||||
" -Ipath, -dynamic-linker=path set ELF interpreter to path"
|
||||
" -Ipath, -dynamic-linker=path set ELF interpreter to path\n"
|
||||
#endif
|
||||
" -Bsymbolic set DT_SYMBOLIC elf tag\n"
|
||||
" -oformat=[elf32/64-* binary] set executable output format\n"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user