add OSPLAT=PARISC for HP-UX PA-RISC

[SVN r41242]
This commit is contained in:
Boris Gubenko 2007-11-19 19:25:21 +00:00
parent 408b691bc9
commit c4296e131f

View File

@ -483,6 +483,10 @@
# define OSPLAT "OSPLAT=390"
# endif
# ifdef __hppa
# define OSPLAT "OSPLAT=PARISC"
# endif
# ifndef OSPLAT
# define OSPLAT ""
# endif