mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
# Custom multilibs for RTEMS
|
|
M68K_MLIB_CPU += && (match(MLIB, "^68") \
|
|
|| MLIB == "cpu32" \
|
|
|| MLIB == "5206" \
|
|
|| MLIB == "5208" \
|
|
|| MLIB == "5307" \
|
|
|| MLIB == "5329" \
|
|
|| MLIB == "5407" \
|
|
|| MLIB == "5475")
|