diff --git a/src/engine/jam.h b/src/engine/jam.h index 49a1cef60..cfae431ff 100644 --- a/src/engine/jam.h +++ b/src/engine/jam.h @@ -483,6 +483,10 @@ # define OSPLAT "OSPLAT=390" # endif +# ifdef __hppa +# define OSPLAT "OSPLAT=PARISC" +# endif + # ifndef OSPLAT # define OSPLAT "" # endif