mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Fix tcc -g option for ELF.
Reported by: jmz
This commit is contained in:
parent
27c007c3cb
commit
663adee765
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14350
7
lang/TenDRA/scripts/configure
vendored
7
lang/TenDRA/scripts/configure
vendored
@ -188,6 +188,13 @@ cat >$WRKSRC/src/lib/env/freebsd/elf/80x86/system+ <<EOF
|
||||
>API_NAME "-Asystem1 -Asystem"
|
||||
>INFO "System@Headers"
|
||||
EOF
|
||||
# Create $WRKSRC/src/lib/env/freebsd/elf/80x86/tcc_diag
|
||||
cat >$WRKSRC/src/lib/env/freebsd/elf/80x86/tcc_diag <<EOF
|
||||
/* TCC ENVIRONMENT : DIAGNOSTICS FOR FreeBSD */
|
||||
|
||||
<LINK "-L-LIBDIR-/diag"
|
||||
>SYS_LIB "-static -g"
|
||||
EOF
|
||||
# Create $WRKSRC/src/lib/env/freebsd/elf/80x86/tcc_prof
|
||||
cat >$WRKSRC/src/lib/env/freebsd/elf/80x86/tcc_prof <<EOF
|
||||
/* TCC ENVIRONMENT : PROFILING FOR FreeBSD */
|
||||
|
Loading…
Reference in New Issue
Block a user