mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* corrected some llvm architecture names
git-svn-id: branches/hlcgllvm@26071 -
This commit is contained in:
parent
66cbff35f6
commit
c5c16da787
@ -100,17 +100,17 @@ implementation
|
||||
const
|
||||
llvmsystemcpu: array[tsystemcpu] of ansistring =
|
||||
('unknown',
|
||||
'x86',
|
||||
'i386',
|
||||
'm68k',
|
||||
'alpha',
|
||||
'ppc',
|
||||
'powerpc',
|
||||
'sparc',
|
||||
'unknown',
|
||||
'ia64',
|
||||
'x86_64',
|
||||
'mips',
|
||||
'arm',
|
||||
'ppc64',
|
||||
'powerpc64',
|
||||
'avr',
|
||||
'mipsel',
|
||||
'unknown',
|
||||
|
Loading…
Reference in New Issue
Block a user