From 5a08c6a17e7e530cd6ae0e51d0562945deb37c48 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 29 Dec 1997 08:38:52 +0000 Subject: [PATCH] fix sky sanitization --- bfd/config.bfd | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bfd/config.bfd b/bfd/config.bfd index d10a1743163..5c7a7003e95 100755 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -542,26 +542,25 @@ case "${targ}" in targ_underscore=yes ;; #endif - # start-sanitize-tic80 + tic80*-*-*) targ_defvec=tic80coff_vec targ_underscore=yes ;; # end-sanitize-tic80 - # start-sanitize-sky + txvu-*-*) targ_defvec=bfd_elf32_txvu_vec ;; -# end-sanitize-tic80 +# end-sanitize-sky v850-*-*) targ_defvec=bfd_elf32_v850_vec ;; - # start-sanitize-v850e v850e-*-*) targ_defvec=bfd_elf32_v850_vec -- 2.30.2