pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/cross/avr-gdb
Module Name: pkgsrc
Committed By: mef
Date: Mon Aug 26 01:11:34 UTC 2013
Modified Files:
pkgsrc/cross/avr-gdb: Makefile
Log Message:
(1) 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).
(2) Utilize curses instead of terminfo,
+CONFIGURE_ARGS+= --with-curses
+# to link -lcurses.7 => /usr/lib/libcurses.so.7
+# instead of terminfo
+.include "../../mk/curses.buildlink3.mk"
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/cross/avr-gdb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index