i386 removal, part 68/x: Remove a number of obsolete Makefiles from gnu/.Reported-by: zrj
gdb(1), kgdb(1): Makefile framework updates for version 7.6.1The updates for gdb(1) were straight-forwards and mainly consisted ofheader updates although the gnu internal library is new, as well a
gdb(1), kgdb(1): Makefile framework updates for version 7.6.1The updates for gdb(1) were straight-forwards and mainly consisted ofheader updates although the gnu internal library is new, as well asa new function for libiberty. The main work was getting kgdb(1) towork with libgdb. As is typically, a lot of internal changes occurredwithing gdb that rendered kgdb broken (and unbuildable). After muchangst, kgdb works with gdb 7.6.1.
show more ...
gdb: Update makefile framework for version 7.4.1 upgradeNote that gdbtui is no longer a separate executable. It has beendeprecated by GNU GDB and will disappear completely on GDB 7.5It has been
gdb: Update makefile framework for version 7.4.1 upgradeNote that gdbtui is no longer a separate executable. It has beendeprecated by GNU GDB and will disappear completely on GDB 7.5It has been changed to a wrapper that calls "gdb -tui"
rename amd64 architecture to x86_64The rest of the world seems to call amd64 x86_64. Bite the bullet andrename all of the architecture files and references. This willhopefully make pkgsrc build
rename amd64 architecture to x86_64The rest of the world seems to call amd64 x86_64. Bite the bullet andrename all of the architecture files and references. This willhopefully make pkgsrc builds less painful.Discussed-with: dillon@
Revert "rename amd64 architecture to x86_64"This reverts commit c1543a890188d397acca9fe7f76bcd982481a763.I'm reverting it because: 1) the change didn't get properly discussed 2) it was based on
Revert "rename amd64 architecture to x86_64"This reverts commit c1543a890188d397acca9fe7f76bcd982481a763.I'm reverting it because: 1) the change didn't get properly discussed 2) it was based on false premises: "The rest of the world seems to call amd64 x86_64." 3) no pkgsrc bulk build was done to test the change 4) the original committer acted irresponsibly by committing such a big change just before going on vacation.
gdb: update build infrastructure for gdb-7
Unbreak world.
Switch to gdb-6.7.1
Bring cross-compiling to amd64 into shape, i.e. make the infrastructurework as desired.Parts-taken-from: FreeBSD
Build framework for GDB 6.2.1.