diff options
Diffstat (limited to 'gcc/config/rs6000/x-lynx')
-rwxr-xr-x | gcc/config/rs6000/x-lynx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/config/rs6000/x-lynx b/gcc/config/rs6000/x-lynx deleted file mode 100755 index a1a2a73..0000000 --- a/gcc/config/rs6000/x-lynx +++ /dev/null @@ -1,14 +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 - -# Show we need to use the C version of ALLOCA -ALLOCA=alloca.o - -# configuration for IBM rs6000 running lynx - -# For some reason, we need -lm for cc1. -CLIB=-lm |