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


1.5
date	93.08.02.19.18.17;	author rms;	state Exp;
branches;
next	1.4;

1.4
date	93.07.27.07.11.51;	author rms;	state Exp;
branches;
next	1.3;

1.3
date	92.07.19.20.05.09;	author rms;	state Exp;
branches;
next	1.2;

1.2
date	92.07.16.20.23.20;	author rms;	state Exp;
branches;
next	1.1;

1.1
date	92.07.08.00.32.52;	author rms;	state Exp;
branches;
next	;


desc
@# need this when using cc
@


1.5
log
@(CLIB): Fix typo.
@
text
@# need this when using cc
ALLOCA = alloca.o
# avoid lossage assembling alloca.
ALLOCA_FLAGS=-S
ALLOCA_FINISH = $(AS) -o alloca.o alloca.s
# be sure not to confuse ./as with /bin/as
AS=`if [ x$(OLDCC) = x$(CC) ] ; then echo /bin/as; else echo $(GAS); fi`
GAS = gas
#
# as of gcc-2.2.1 gcc -g produces too many .stabd's for /bin/ld
# to link cc1plus, so use -g with /bin/cc, but -O with gcc
CFLAGS=`if [ x$(OLDCC) = x$(CC) ] ; then echo -g; else echo -O; fi`
#
CLIB=-lmalloc -lld -lm
# tell CC whether we are a 200 or 300
X_CFLAGS=-D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BULL_SOURCE -D__DPX2__ `if [ -d /makesys/kernel/cf/ncl_mr ]; then echo -Dncl_mr=1; else echo -Dncl_el; fi`
@


1.4
log
@(CLIB): removed -lc_s and added -lmalloc.
(X_CFLAGS): removed -D_SYSV and added -D_POSIX_SOURCE -D_XOPEN_SOURCE
-D_BULL_SOURCE to deal with the posix stuff.
@
text
@d14 1
a14 1
CLIB=CLIB=-lmalloc -lld -lm
@


1.3
log
@entered into RCS
@
text
@d14 1
a14 1
CLIB=-lc_s -lld -lm
d16 1
a16 1
X_CFLAGS=-D_SYSV -D__DPX2__ `if [ -d /makesys/kernel/cf/ncl_mr ]; then echo -Dncl_mr=1; else echo -Dncl_el; fi`
@


1.2
log
@*** empty log message ***
@
text
@d8 1
a8 1
GAS = $(libsubdir)/as
@


1.1
log
@Initial revision
@
text
@d7 2
a8 1
AS=`if [ x$(OLDCC) = x$(CC) ] ; then echo /bin/as; else echo gas; fi`
@
