|
|
1.1 ! root 1: # need this when using cc ! 2: ALLOCA = alloca.o ! 3: # avoid lossage assembling alloca. ! 4: ALLOCA_FLAGS=-S ! 5: ALLOCA_FINISH = $(AS) -o alloca.o alloca.s ! 6: # be sure not to confuse ./as with /bin/as ! 7: AS=`if [ x$(OLDCC) = x$(CC) ] ; then echo /bin/as; else echo $(GAS); fi` ! 8: GAS = gas ! 9: # ! 10: # as of gcc-2.2.1 gcc -g produces too many .stabd's for /bin/ld ! 11: # to link cc1plus, so use -g with /bin/cc, but -O with gcc ! 12: CFLAGS=`if [ x$(OLDCC) = x$(CC) ] ; then echo -g; else echo -O; fi` ! 13: # ! 14: CLIB=-lmalloc -lld -lm ! 15: # tell CC whether we are a 200 or 300 ! 16: 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`
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.