wrong targets

This commit is contained in:
2026-01-09 21:57:49 +02:00
parent 7c3f154b15
commit 00a24ff16f
2 changed files with 3 additions and 2 deletions

1
fpc/.fpccfg Normal file
View File

@@ -0,0 +1 @@
[i386-unknown-linux]

View File

@@ -153,9 +153,9 @@ ETargetCPU cpu =
if (!V_strcmp("i486", s_uname.machine))
cpu = TARGET_CPU_80486;
if (!V_strcmp("i586", s_uname.machine))
cpu = TARGET_CPU_80486;
cpu = TARGET_CPU_80586;
if (!V_strcmp("i686", s_uname.machine))
cpu = TARGET_CPU_80486;
cpu = TARGET_CPU_80686;
#endif
return {