mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 20:02:47 +01:00
11 lines
231 B
Plaintext
11 lines
231 B
Plaintext
RANLIB = :
|
|
RANLIB_TEST = false
|
|
CC = cc
|
|
OLDCC = cc
|
|
CCLIBFLAGS =
|
|
# We avoid the ALLOCA in -lPW becuase it gives us an evil index()
|
|
ALLOCA = alloca.o
|
|
|
|
# See all the declarations.
|
|
FIXPROTO_DEFINES = -D_XOPEN_SOURCE -D_POSIX_C_SOURCE=2
|