Hi Huan,
I have a question - in your patch (configure & configure.ac):
+ MACHINE_TYPE=PPC32
+ BUILD_ABI=I32BIT
+ BUILD_ARCH=IA32
+ BUILD_HOST=IA32
+ BUILD_TARGET=PPC32
Can we still host the compiler on PPC Linux?
Also, 2 minor cosmetic change requests from me.
1) osprey/be/cg/cgemit.cxx, change:
+#if defined(TARG_PPC32)
+#else
to:
+#if !defined(TARG_PPC32)
2) osprey/be/com/wn_lower.cxx
- WN_INSERT_BlockLast(block, lower_if(block, ifstmt, actions));
+ WN_INSERT_BlockLast(block, lower_if(block, ifstmt, actions ,NULL));
The space should follow the ",", so it should be:
- WN_INSERT_BlockLast(block, lower_if(block, ifstmt, actions));
+ WN_INSERT_BlockLast(block, lower_if(block, ifstmt, actions, NULL));
Rayson
=================================
Grid Engine / Open Grid Scheduler
http://gridscheduler.sourceforge.net/
Scalable Grid Engine Support Program
http://www.scalablelogic.com/
________________________________
From: Huan Luo <luo_huan...@126.com>
To: open64 mailing list <open64-devel@lists.sourceforge.net>
Sent: Thursday, November 24, 2011 6:03 AM
Subject: [Open64-devel] Review request x86-ppc cross compile
Hi,
Could a gatekeeper help us review this patchfile? Thanks.
We hope to submit this diff so that the x86-ppc cross compiler can work.
Luo
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Open64-devel mailing list
Open64-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open64-devel