57a60e95cd
From-SVN: r6365
11 lines
265 B
Plaintext
11 lines
265 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 =
|
|
|
|
# /bin/sh is too buggy, so use /bin/bash instead.
|
|
SHELL = /bin/bash
|