blob: 8252906a4d8946d583a91b72cbf818be402845a1 (
plain)
1
2
3
4
5
6
7
|
# /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 =
|