Skip to content

Commit 663f34b

Browse files
committed
Merge branch 'topic/bernardi/add-morello-support' into 'master'
Add Morello support See merge request eng/toolchain/xmlada!4
2 parents f0b27ce + d5b6443 commit 663f34b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ endif
5252
# with rtp-large, gprconfig ensures that -mcmodel=large is used,
5353
# but it is managed here for the default (kernel).
5454
GPROPTS_EXTRA=
55-
ifneq ($(strip $(filter aarch64-wrs-vxworks7r2 powerpc64-wrs-vxworks7r2 x86_64-wrs-vxworks7r2,${TARGET_ALIAS})),)
55+
ifneq ($(strip $(filter aarch64-wrs-vxworks7r2 morello-wrs-vxworks7r2 powerpc64-wrs-vxworks7r2 x86_64-wrs-vxworks7r2,${TARGET_ALIAS})),)
5656
ifndef RTS
5757
# This covers the kernel RTS because for rtp, the RTS variable is defined to rtp.
5858
# kernel is the default and the RTS variable is not defined in that case.

config.sub

+3
Original file line numberDiff line numberDiff line change
@@ -1060,6 +1060,9 @@ case $cpu-$vendor in
10601060
m9s12z-* | m68hcs12z-* | hcs12z-* | s12z-*)
10611061
cpu=s12z
10621062
;;
1063+
morello-*)
1064+
cpu=aarch64
1065+
;;
10631066
openrisc-*)
10641067
cpu=or32
10651068
;;

0 commit comments

Comments
 (0)