mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 14:19:28 +02:00
Fix fullcycle on x86_64-solaris machine by adding system_sparc64_solaris system constant
git-svn-id: trunk@37701 -
This commit is contained in:
parent
0954572af9
commit
ce13d8a698
@ -177,7 +177,8 @@
|
||||
system_i8086_embedded, { 90 }
|
||||
system_arm_aros, { 91 }
|
||||
system_wasm_wasm32, { 92 }
|
||||
system_sparc64_linux { 93 }
|
||||
system_sparc64_linux, { 93 }
|
||||
system_sparc64_solaris { 94 }
|
||||
);
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user