head     1.31;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.31
date     95.01.17.09.41.35;  author hit379;  state Exp;
branches ;
next     1.29;

1.29
date     95.01.17.13.42.39;  author hit379;  state Exp;
branches ;
next     1.28;

1.28
date     95.01.17.13.37.25;  author hit379;  state Exp;
branches ;
next     1.27;

1.27
date     95.01.17.13.35.07;  author hit379;  state Exp;
branches ;
next     ;


desc
@init
@


1.31
log
@Unoffical Baseline 1.31: Added the ChangedLog file to keep track of the baseline changes for me.
@
text
@# [$Id: gcc,v 1.29 1995/01/17 13:42:39 hit379 Exp hit379 $]
# compiler:	GCC Version 2.5.8
#DONOT: CC=/usr/local/bin/gcc
# SunOs's Gcc 2.5.8 doesn't define these...
# stdlib.h
EXIT_SUCCESS=0
EXIT_FAILURE=1
# stdio.h
SEEK_SET=0
SEEK_CUR=1
SEEK_END=2
#
DEFINES=$(G_DEFINE) -DEXIT_SUCCESS=$(EXIT_SUCCESS) -DEXIT_FAILURE=$(EXIT_FAILURE) -DSEEK_SET=$(SEEK_SET) -DSEEK_CUR=$(SEEK_CUR) -DSEEK_END=$(SEEK_END)
#DEFINES=$(G_DEFINE) -DEXIT_SUCCESS=$(EXIT_SUCCESS) -DEXIT_FAILURE=$(EXIT_FAILURE) -DSEEK_SET=$(SEEK_SET) -DSEEK_CUR=$(SEEK_CUR) -DSEEK_END=$(SEEK_END) -DDEBUG
UPDAT_OPT = $(DEFINES) -E -M
CFLAGS=$(DEFINES) $(GNUC) -target sun4
CCVER=$(CC) -v 2> tmp; grep \"version\" tmp; rm -rf tmp
#
@


1.29
log
@added more items that are not in the includes.
@
text
@d1 1
a1 1
# [$Id: gcc,v 1.28 1995/01/17 13:37:25 hit379 Exp hit379 $]
@


1.28
log
@added the exit_failure and exit_success defines.
@
text
@d1 1
a1 1
# [$Id: gcc,v 1.27 1995/01/17 13:35:07 hit379 Exp hit379 $]
d5 1
d8 4
d13 2
a14 2
DEFINES=$(G_DEFINE) -DEXIT_SUCCESS -DEXIT_FAILURE
#DEFINES=$(G_DEFINE) -DDEBUG -DEXIT_SUCCESS -DEXIT_FAILURE
@


1.27
log
@init.
@
text
@d1 1
a1 1
# [$Id$]
d4 6
a9 2
DEFINES=$(G_DEFINE)
#DEFINES=$(G_DEFINE) -DDEBUG
@
