head	1.1;
access;
symbols
	gcc-2_8_1-990325:1.1
	gcc-2_8_1-990319:1.1
	gcc-2_8_1-990302:1.1
	gcc_2_8_1-990302:1.1
	gcc_2_8_1-990222:1.1
	gcc-2_8_1-990109:1.1
	gcc-2_8_1-981210:1.1
	gcc-2_8_1-981208:1.1
	gcc-2_8_1-980929:1.1
	gcc_2_8_1-980929:1.1
	gcc-2_8_1-980928:1.1
	gcc-2_8_1-980813:1.1
	gcc-2_8_1-980811:1.1
	gcc-2_8_1-980718:1.1
	gcc-2_8_1-980705:1.1
	gcc-2_8_1-980627:1.1
	gcc-2_8_1-980609:1.1
	gcc-2_8_1-980608:1.1
	gcc-2_8_1-980529:1.1
	gcc-2_8_1-980525:1.1
	gcc-2_8_1-980513:1.1
	gcc-2_8_1-980502:1.1
	gcc-2_8_1-980426:1.1
	gcc-2_8_1-980419:1.1
	gcc-2_8_1-980413:1.1
	gcc-2_8_1-980412:1.1
	gcc-2_8_1-980407:1.1
	gcc-2_8_1-980401:1.1
	gcc_2_8_1-980315:1.1
	gcc-2_8_1-RELEASE:1.1;
locks; strict;
comment	@# @;


1.1
date	95.02.18.17.34.24;	author dje;	state Exp;
branches;
next	;


desc
@Build makefile fragment for lynx running on rs6000 machines.
@


1.1
log
@Initial revision
@
text
@# /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
@
