Changeset dc32b6a in rtems for cpukit

Timestamp:
08/31/18 06:21:05 (6 years ago)
Author:
Daniel Hellstrom <daniel@…>
Branches:
5, master
Children:
84a5921d
Parents:
6dc0b5f
git-author:
Daniel Hellstrom <daniel@…> (08/31/18 06:21:05)
git-committer:
Daniel Hellstrom <daniel@…> (10/09/18 10:36:41)
Message:

leon: do not use -mfix-{device} with Clang

Clang do not support -mfix-gr712rc, -mfix-ut700 and -mfix-ut699.
Therefore we adjust the CPU_CFLAGS to remove these when compiling with
Clang. Instead use

GR712RC: -mcpu=gr712rc
GR740: -mcpu=gr740
UT699/UT700: Not currently supported by clang, use LEON3 BSP.

(No files)

Note: See TracChangeset for help on using the changeset viewer.