blob: 0172a9509fce740428f9e4bf3b6c0b24a15bf8ef (
plain)
1
2
3
4
5
6
7
8
|
# LynxOS running on the rs6000 doesn't have ranlib
RANLIB = true
# /bin/cc is less than useful for our purposes. Always use GCC
CC = /bin/gcc
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash
|