mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-12 22:02:30 +01:00
6 lines
140 B
Plaintext
6 lines
140 B
Plaintext
# ld can make exe's c2-only if this lib is searched even though not loaded
|
|
CCLIBFLAGS = -tm c1
|
|
|
|
# Use -pcc to avoid surprises.
|
|
CC = cc -pcc
|