This is the mail archive of the
frysk@sources.redhat.com
mailing list for the frysk project.
Re: [htdocs patch] Build 64-bit frysk on PPC64
- From: Mark Wielaard <mark at klomp dot org>
- To: Yao Qi <qiyaoltc at cn dot ibm dot com>
- Cc: frysk <frysk at sourceware dot org>
- Date: Tue, 05 Sep 2006 13:46:40 +0200
- Subject: Re: [htdocs patch] Build 64-bit frysk on PPC64
- References: <20060905024257.GD13314@GreenHouse.cn.ibm.com>
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