repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Allow target to override gnu-user.h crti and crtn
[official-gcc.git]
/
gcc
/
config
/
m68k
/
t-rtems
blob
0997afebc945a311774fc2cb08a1250cf7308f0b
1
# Custom multilibs for RTEMS
2
M68K_MLIB_CPU += && (match(MLIB, "^68") \
3
|| MLIB == "cpu32" \
4
|| MLIB == "5206" \
5
|| MLIB == "5208" \
6
|| MLIB == "5307" \
7
|| MLIB == "5329" \
8
|| MLIB == "5407" \
9
|| MLIB == "5475")