Re: [fpc-devel] -i and -Cp

2012-10-17 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: Regarding Marks attempt - if I understand it correctly (based on information in Wikipedia ;-) ), Sparc v7 supports no HW multiplication / division. So a simple check may be to write a one liner containing multiplication, compiling it with any ppcsparc (or ppccrosssparc)

Re: [fpc-devel] -i and -Cp

2012-10-17 Thread Mark Morgan Lloyd
Tomas Hajny wrote: On Wed, October 17, 2012 16:25, Pierre Free Pascal wrote: You are right: muller@deluxe:~/pas/test$ ppcsparc hello muller@deluxe:~/pas/test$ ppcsparc hello -CpXX Error: Illegal parameter: -CpXX muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v7" muller@deluxe:~/pas/test$ ppc

Re: [fpc-devel] -i and -Cp

2012-10-17 Thread Mark Morgan Lloyd
Pierre Free Pascal wrote: You are right: muller@deluxe:~/pas/test$ ppcsparc hello muller@deluxe:~/pas/test$ ppcsparc hello -CpXX Error: Illegal parameter: -CpXX muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v7" muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v8" muller@deluxe:~/pas/test$

Re: [fpc-devel] Testing MIPS: newbie questions

2012-10-17 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: Thanks for the warning. I'm on 2.20.1, looks like the version number window is quite tight. So most of the problems described in http://wiki.lazarus.freepascal.org/Native_MIPS_Systems should not be present anymore... I'll update that presently. What I want to try d

RE: [fpc-devel] -i and -Cp

2012-10-17 Thread Tomas Hajny
On Wed, October 17, 2012 16:25, Pierre Free Pascal wrote: > You are right: > muller@deluxe:~/pas/test$ ppcsparc hello > muller@deluxe:~/pas/test$ ppcsparc hello -CpXX > Error: Illegal parameter: -CpXX > muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v7" > muller@deluxe:~/pas/test$ ppcsparc hell

RE: [fpc-devel] -i and -Cp

2012-10-17 Thread Pierre Free Pascal
You are right: muller@deluxe:~/pas/test$ ppcsparc hello muller@deluxe:~/pas/test$ ppcsparc hello -CpXX Error: Illegal parameter: -CpXX muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v7" muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v8" muller@deluxe:~/pas/test$ ppcsparc hello -Cp"sparc v9"

[fpc-devel] -i and -Cp

2012-10-17 Thread Mark Morgan Lloyd
When -i returns lines with spaces, e.g. Supported CPU instruction sets: SPARC V7 SPARC V8 SPARC V9 what is the correct form to use for the -Cp option? For the toplevel makefile I've already got make GDB_V607=1 OPT='-O- -gl -vt' all and I presume that what I need is something like mak