67d4766b4a
From-SVN: r5235
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
# /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
|
|
CC = $(OLDCC)
|
|
OLDCC = /bin/gcc
|
|
|
|
# ??? This takes far too long to run, several hours, so let's not do it for
|
|
# now.
|
|
STMP_FIXPROTO =
|