2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

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 2a9c8ea12b
commit f2da9cc8a9

View File

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