Add K-aout to tcc aout environment for consistency.
This commit is contained in:
parent
67205ac83f
commit
f41aaa0b8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13722
1 changed files with 4 additions and 0 deletions
4
lang/TenDRA/scripts/configure
vendored
4
lang/TenDRA/scripts/configure
vendored
|
@ -34,6 +34,10 @@ mkdir $WRKSRC/src/lib/env/freebsd/aout/80x86
|
|||
cat >$WRKSRC/src/lib/env/freebsd/aout/80x86/K-P5 <<EOF
|
||||
+FLAG_TRANS "-K5"
|
||||
EOF
|
||||
# Create $WRKSRC/src/lib/env/freebsd/aout/80x86/K-aout
|
||||
cat >$WRKSRC/src/lib/env/freebsd/aout/80x86/K-aout <<EOF
|
||||
/* This is default */
|
||||
EOF
|
||||
# Create $WRKSRC/src/lib/env/freebsd/aout/80x86/K-PIC
|
||||
cat >$WRKSRC/src/lib/env/freebsd/aout/80x86/K-PIC <<EOF
|
||||
/* empty */
|
||||
|
|
Loading…
Reference in a new issue