|
From: Thorsten O. <ad...@th...> - 2018-04-23 15:26:56
|
On Montag, 23. April 2018 16:33:05 CEST David Gálvez wrote: > First question. Should the ColdFire be included in this family or > should we add 0x01 value for the ColdFire family? I don' think so. The reason is the same as why FireTOS does not set the _CPU cookie: The ColdFire just does not fit into this "level" scheme. And actually it is not real 68000 compatible, so not setting the cookie at all follows the logic of other cookies like not setting _VDO when no st-compatible video is present. >We can give: >a) the ISA classification (isaa, isab, isac, etc...). >b) the CPU names as given in the "-mcpu=" option in GCC (52xx, 53xx, 54xx, >etc). >c) what it's called as micro-architecture by GCC (cfv1, cfv2, cfv3, cfv4, >etc). The information for the actual system should already be present in the _MCF cookie. Using the compiler flags to setup similar information for the compile- time options IMHO does not make much sense, as all the libraries are only compiled for -mcpu=5475. |