diff options
Diffstat (limited to 'contrib/gcc/config/x-lynx')
-rw-r--r-- | contrib/gcc/config/x-lynx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/gcc/config/x-lynx b/contrib/gcc/config/x-lynx deleted file mode 100644 index 0be03e453e12..000000000000 --- a/contrib/gcc/config/x-lynx +++ /dev/null @@ -1,6 +0,0 @@ -# /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 |