Ticket #1228: site-config.jam.patch

File site-config.jam.patch, 391 bytes (added by anonymous, 15 years ago)
  • site-config.jam

    old new  
    55import toolset : using ;
    66import os ;
    77
    8 local name = [ os.name ] ;
    9 local version = [ os.version ] ;
    10 ECHO $(name) ;
    11 ECHO $(version) ;
     8if [ os.name ] = HPUX
     9{
     10   using gcc : : : <linkerflags>-b <linker-type>hpux ;
     11}