Ticket #4808: gcc_hpux.patch

File gcc_hpux.patch, 512 bytes (added by anonymous, 12 years ago)
  • tools/build/v2/tools/gcc.jam

    old new  
    359359                option = -maix64 ;
    360360            }
    361361        }
     362        else if $(os) = hpux
     363        {
     364            if $(model) = 32
     365            {
     366                option = -milp32 ;
     367            }
     368            else
     369            {
     370                option = -mlp64 ;
     371            }
     372        }
    362373        else
    363374        {
    364375            if $(model) = 32