Turn off most targets for tic80-*-* right now

This commit is contained in:
Michael Meissner 1997-01-14 03:48:19 +00:00
parent 91eb4378ee
commit eec29b2fd2
1 changed files with 5 additions and 0 deletions

View File

@ -560,6 +560,11 @@ case "${target}" in
use_gnu_ld=no
fi
;;
# start-sanitize-tic80
tic80-*-*)
noconfigdirs="$noconfigdirs gcc gdb ld target-libio target-libg++ target-libstdc++ target-libgloss"
;;
# end-sanitize-v850
v810-*-*)
noconfigdirs="$noconfigdirs bfd binutils gas gcc gdb ld target-libio target-libg++ target-libstdc++ opcodes target-libgloss"
;;