home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / m68k / x-dpx2 < prev    next >
Text File  |  1993-08-02  |  671b  |  17 lines

  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`
  17.