blob: 341e9085ef5d2ee3e78a453ee38a008912969a1f [file] [log] [blame]
# /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
# configuration for IBM rs6000 running lynx
# For some reason, we need -lm for cc1.
CLIB=-lm