aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 8a090bd..4950303 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -321,6 +321,9 @@ case ${host} in
*-*-vxworks7*)
tmake_file=t-vxworks7
;;
+*-*-vxworksae*)
+ tmake_file=t-vxworksae
+ ;;
*-*-vxworks*)
tmake_file=t-vxworks
;;
@@ -1520,6 +1523,9 @@ esac
case ${target_thread_file} in
vxworks)
case ${host} in
+ *-*-vxworksae)
+ tmake_file="${tmake_file} t-gthr-vxworksae"
+ ;;
*-*-vxworks*)
tmake_file="${tmake_file} t-gthr-vxworks"
;;