aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-06-21 11:22:19 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2011-06-21 11:22:19 +0100
commit1b916ca624af1c90ea0de48060781e6afe692279 (patch)
tree69b7b9e23ad7eb330dc9b8839efd29d99552f1ee /gcc/config.gcc
parentfce37f711ac956692e51040468d8825bf43c03f4 (diff)
downloadgcc-1b916ca624af1c90ea0de48060781e6afe692279.zip
gcc-1b916ca624af1c90ea0de48060781e6afe692279.tar.gz
gcc-1b916ca624af1c90ea0de48060781e6afe692279.tar.bz2
gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
contrib: * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies. gcc: * config/avr/avr-mcus.def, config/avr/genopt.sh: New files. * config/avr/avr-tables.opt: New file (generated). * config.gcc (avr-*-*): Use avr/avr-tables.opt. * config/avr/avr-devices.c (avr_mcu_types): Move contents to avr-mcus.def. * config/avr/avr.c (avr_help, TARGET_HELP): Remove. (avr_option_override): Don't process -mmcu= argument here. Set avr_current_device using avr_mcu_index. (avr_file_start): Use avr_current_device->name instead of avr_mcu_name. * config/avr/avr.opt (mmcu=): Use Enum. * config/avr/t-avr (avr-devices.o): Update dependencies. ($(srcdir)/config/avr/avr-tables.opt): New. * target.def (help): Remove. * doc/tm.texi.in (TARGET_HELP): Remove. * doc/tm.texi: Regenerate. * opts.c: Don't include target.h. (common_handle_option): Don't call targetm.help. * system.h (TARGET_HELP): Poison. * Makefile.in (opts.o): Update dependencies. From-SVN: r175248
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 11714aa..f5037b3 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -318,6 +318,7 @@ avr-*-*)
cpu_type=avr
c_target_objs="avr-c.o"
cxx_target_objs="avr-c.o"
+ extra_options="${extra_options} avr/avr-tables.opt"
;;
bfin*-*)
cpu_type=bfin