wrong targets
This commit is contained in:
1
fpc/.fpccfg
Normal file
1
fpc/.fpccfg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[i386-unknown-linux]
|
||||||
@@ -153,9 +153,9 @@ ETargetCPU cpu =
|
|||||||
if (!V_strcmp("i486", s_uname.machine))
|
if (!V_strcmp("i486", s_uname.machine))
|
||||||
cpu = TARGET_CPU_80486;
|
cpu = TARGET_CPU_80486;
|
||||||
if (!V_strcmp("i586", s_uname.machine))
|
if (!V_strcmp("i586", s_uname.machine))
|
||||||
cpu = TARGET_CPU_80486;
|
cpu = TARGET_CPU_80586;
|
||||||
if (!V_strcmp("i686", s_uname.machine))
|
if (!V_strcmp("i686", s_uname.machine))
|
||||||
cpu = TARGET_CPU_80486;
|
cpu = TARGET_CPU_80686;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user