Subject: CVS commit: wip/avr-gdb
From: Makoto Fujiwara
Date: 2013-08-11 06:14:34
Message id: E1V8N3M-0002Hd-Dr@sfs-ml-2.v29.ch3.sourceforge.com

Log Message:
Recent setup for 7.6 does not support 
  bfd_target_elf_flavour
instead only supports
  bfd_target_aout_flavour
  bfd_target_coff_flavour
  bfd_target_ecoff_flavour.
To fix this, we need
+CONFIGURE_ENV+=                gdb_cv_var_elf=yes
as found in native gdb setup (pkgsrc Makefile).

Files:
RevisionActionfile
1.2modifywip/avr-gdb/Makefile