summaryrefslogtreecommitdiff
path: root/gcc/config/x-lynx
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/x-lynx')
-rwxr-xr-xgcc/config/x-lynx6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/x-lynx b/gcc/config/x-lynx
new file mode 100755
index 0000000..0be03e4
--- /dev/null
+++ b/gcc/config/x-lynx
@@ -0,0 +1,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