This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [htdocs patch] Build 64-bit frysk on PPC64


On Tue, 2006-09-05 at 10:42 +0800, Yao Qi wrote:
> It is a little different on PPC64 to build a 64-bit frysk.  This patch
> adds some instructions for building 64-bit frysk on
> htdocs/build/index.html.
> [...]
> +$ ( export PKG_CONFIG_PATH=/usr/lib64/pkgconfig )
> +$ ( mkdir build && cd build )
> +$ ( CC='gcc -m64' GCJ='gcj -m64' GCJLINK='gcj -m64' CXX='g++ -m64' ../frysk/autogen.sh )

The idea seems to be that we always want a 64 bit version of frysk when
we are on ppc64 (and 32bit ppc isn't supported atm it seems). So doesn't
it make more sense to adapt autogen to recognizes this and put in the
right flags by default? Then the user doesn't need to remember any
special flags while building.

Cheers,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]