6502/vbcc/config/ppc-linux
2022-05-12 21:36:39 +09:30

18 lines
927 B
Plaintext

-no-multiple-ccs
-gas
-elf
-no-regnames
-madd
-cc=vbccppc -quiet -I$VBCC/targets/ppc-linux/include %s -o= %s %s -O=%ld
-ccv=vbccppc -I$VBCC/targets/ppc-linux/include %s -o= %s %s -O=%ld
-as=vasmppc_std -Felf -nowarn=62 -no-regnames -quiet %s -o %s
-asv=vasmppc_std -Felf -nowarn=62 -no-regnames %s -o %s
-rm=rm %s
-rmv=rm %s
-isc=vscppc -quiet %s %s
-iscv=vscppc %s %s
-ld=vlink -Cvbccelf -belf32ppcbe -T$VBCC/targets/ppc-linux/vlink.cmd -L$VBCC/targets/ppc-linux/lib $VBCC/targets/ppc-linux/lib/startup.o %s %s -lvc -o %s -e __main
-ldv=vlink -v -Cvbccelf -belf32ppcbe -T$VBCC/targets/ppc-linux/vlink.cmd -L$VBCC/targets/ppc-linux/lib $VBCC/targets/ppc-linux/lib/startup.o %s %s -lvc -o %s -e __main
-l2=vlink -belf32ppcbe -T$VBCC/targets/ppc-linux/vlink.cmd -L$VBCC/targets/ppc-linux/lib %s %s -o %s -e __main
-l2v=vlink -v -belf32ppcbe -T$VBCC/targets/ppc-linux/vlink.cmd -L$VBCC/targets/ppc-linux/lib %s %s -o %s -e __main