Re: HPUX and +DAportable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Joe Buehler writes:

> The IBM AIX compilers do the equivalent of +DAportable by default.  For HP,
> you have to tell the compiler to produce a binary that will run on various
> kinds of processors.

Hey Joe,

put the following lines into your .profile file:

     CCOPTS='+DAportable'
     export CCOPTS
     LDOPTS='+vnocompatwarnings +s'
     export LDOPTS

The last two lines make libtool happy.

-- 
Ralph






[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux