Talk:ZSeries/Part 2

From Free Pascal wiki
< Talk:ZSeries
Revision as of 20:28, 15 January 2012 by PascalDragon (talk | contribs) (New page: ~~~~: Regarding Unit compiler you have written that you need to add a unit ''i_i370'' below the target ''nativent''. This is a wrong assumption. Those uni...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

PascalDragon 20:28, 15 January 2012 (CET):

Regarding Unit compiler you have written that you need to add a unit i_i370 below the target nativent. This is a wrong assumption. Those units listed between the "ifdef ... endif" blocks are all available operating system targets which are located in the systems directory. The CPU specific unit is cputarg and is the one that is located in the i370 directory. Look for example at the arm directory. What you want to add in the unit compiler though is a unit i_osvs1 which will be located in systems

PS: Are you registered to the fpc-devel mailing list? It might be easier to discuss suggestions, corrections and feedback that way.