aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/x-lynx
blob: 0be03e453e12833fda091fe9b76f62cba3819d9d (plain)
1
2
3
4
5
6
# /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
CC	= $(OLDCC)
OLDCC	= /bin/gcc

# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash