8sa1-gcc/gcc/config/x-lynx
Richard Stallman 6776d73955 *** empty log message ***
From-SVN: r7712
1994-07-11 20:40:03 +00:00

7 lines
165 B
Plaintext

# /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