blob: 9769a136f62707749db64b0dd4c10c7dbccd765a (
plain)
1
2
3
4
5
6
7
8
9
10
|
# /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 =
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash
|