> On Jun 23, 2022, at 11:52 PM, Sven Barth <pascaldra...@googlemail.com> wrote:
> 
> As you can see at the end (see below) it falls back to 3.2.2 at the end. What 
> commands did you execute to build FPC itself? 
> 

I have no idea what it did that. I’ve done this many times so I’m confused as 
to what changed.

I used a modified ppcaarch64.lpi file to build the compiler (from the compiler 
sources itself) which I see uses 3.2.2 but then in the next lines of output you 
can see where I use the newly built compiler to run a program and it’s 3.3.1.

lazbuild /Users/ryanjoseph/Developer/fpc-gitlab/compiler/ryan_ppcaarch64.lpi
Hint: (lazarus) Build Project: nothing to do.
Free Pascal Compiler version 3.2.2 [2021/05/16] for aarch64
Copyright (c) 1993-2021 by Florian Klaempfl and others
(1002) Target OS: Darwin for AArch64
(3104) Compiling pp.pas
(3104) Compiling pgenutil.pas
(9009) Assembling pgenutil
(9009) Assembling pp
(9015) Linking /Users/ryanjoseph/Developer/fpc-gitlab/compiler/aarch64/pp
(1008) 4179 lines compiled, 0.7 sec
/Users/ryanjoseph/Developer/fpc-gitlab/compiler/aarch64/pp -vbr -gw -godwarfcpp 
-o/Users/ryanjoseph/Developer/Projects/FPC/compiler_gitlab/tests/bin/test 
-XR/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
 -Fu/Users/ryanjoseph/Developer/fpc-gitlab/rtl/units/aarch64-darwin 
-FU/Users/ryanjoseph/Developer/Projects/FPC/compiler_gitlab/output 
/Users/ryanjoseph/Developer/Projects/FPC/compiler_gitlab/tests/various/undefined_proc_var.pp
Free Pascal Compiler version 3.3.1 [2022/06/12] for aarch64

Regards,
        Ryan Joseph

_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to