]> Zhao Yanbai Git Server - minix.git/commit
Enable building with MKDEBUG and MKDEBUGLIB 58/3358/2
authorJean-Baptiste Boric <jblbeurope@gmail.com>
Fri, 26 Aug 2016 18:59:32 +0000 (20:59 +0200)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Sat, 10 Sep 2016 10:42:45 +0000 (12:42 +0200)
commit6afe26749abc49c059b9b20284d55aaa3e3ef981
treea094ea6c48108ddc92e827d94be043b766440051
parenta150b26ee803b20080e65cd7a048322ba498f6bf
Enable building with MKDEBUG and MKDEBUGLIB

The way these options work is by creating files that contain debugging
symbols and stashing them in a dedicated set. The minix-debug set has
been created for this purpose, but it will probably have to be refined
since it has been tested only with the default options with an i386
cross-build.

LSC: Amended to support many combination of MKDEBUG, MKDEBUGLIB, with
     and without X11, for both intel and arm.

Change-Id: I2901952e8229938f9ac79c8656484acf704ccd9b
21 files changed:
distrib/sets/lists/minix-base/mi
distrib/sets/lists/minix-debug/md.evbarm [new file with mode: 0644]
distrib/sets/lists/minix-debug/md.i386 [new file with mode: 0644]
distrib/sets/lists/minix-debug/mi [new file with mode: 0644]
distrib/sets/lists/xdebug/md.i386
distrib/sets/lists/xdebug/mi
distrib/sets/lists/xdebug/shl.mi
distrib/sets/sets.subr
etc/Makefile
etc/mtree/NetBSD.dist.base
external/mit/xorg/lib/libXt/Makefile
external/mit/xorg/lib/libxkbui/Makefile
minix/lib/libasyn/asyn_wait.c
minix/lib/libc/sys/Makefile.inc
minix/lib/libminc/Makefile
minix/lib/libminc/arch/earm/Makefile.libc.inc
minix/lib/libminc/arch/i386/Makefile.libc.inc
minix/lib/libsys/asynsend.c
minix/lib/libsys/pci_dev_name.c
minix/lib/libsys/pci_first_dev.c
share/mk/bsd.own.mk