home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Source / GNU / gcc / config / m68k / x-hp320g < prev    next >
Text File  |  1995-04-18  |  574b  |  18 lines

  1. # Make assignments for compilation on HPUX with their C compiler.
  2. CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
  3. OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300
  4. ALLOCA=alloca.o
  5. # B option not supported on hpux.
  6. TAROUTOPTS = xpf
  7.  
  8. # For CCLIBFLAGS you might want to specify the switch that
  9. # forces only 68000 instructions to be used.
  10.  
  11. X_CFLAGS= -I../hp-include
  12.  
  13. # Version 5 of HPUX had a compiler bug that made it crash with -g.
  14. # You must set CFLAGS to empty on version 5.
  15.  
  16. # So putenv and other functions get seen by fixproto.
  17. FIXPROTO_DEFINES = -D_HPUX_SOURCE
  18.