mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 21:09:24 +02:00
+ add msdos target to ppudump
git-svn-id: branches/i8086@24051 -
This commit is contained in:
parent
615d6e4a51
commit
40af7b2817
@ -124,6 +124,11 @@
|
||||
<UseAnsiStrings Value="False"/>
|
||||
</SyntaxOptions>
|
||||
</Parsing>
|
||||
<CodeGeneration>
|
||||
<Optimizations>
|
||||
<OptimizationLevel Value="0"/>
|
||||
</Optimizations>
|
||||
</CodeGeneration>
|
||||
<Other>
|
||||
<Verbosity>
|
||||
<ShowWarn Value="False"/>
|
||||
|
@ -72,7 +72,8 @@ const
|
||||
{ 11 } 'powerpc64',
|
||||
{ 12 } 'avr',
|
||||
{ 13 } 'mipsel',
|
||||
{ 14 } 'jvm'
|
||||
{ 14 } 'jvm',
|
||||
{ 15 } 'i8086'
|
||||
);
|
||||
|
||||
{ List of all supported system-cpu couples }
|
||||
@ -156,7 +157,8 @@ const
|
||||
{ 75 } 'Java-JVM',
|
||||
{ 76 } 'Android-JVM',
|
||||
{ 77 } 'Android-arm',
|
||||
{ 78 } 'Android-i386'
|
||||
{ 78 } 'Android-i386',
|
||||
{ 79 } 'MSDOS-i8086'
|
||||
);
|
||||
|
||||
const
|
||||
|
Loading…
Reference in New Issue
Block a user