8sa1-gcc/gcc/config/x-lynx

7 lines
165 B
Plaintext
Raw Normal View History

1993-08-31 17:17:04 -04:00
# /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