NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: PR/55557 CVS commit: src
The following reply was made to PR toolchain/55557; it has been noted by GNATS.
From: Christos Zoulas <christos%zoulas.com@localhost>
To: Andreas Gustafsson <gson%gson.org@localhost>
Cc: "christos%netbsd.org@localhost" <christos%NetBSD.org@localhost>,
gnats-bugs%netbsd.org@localhost
Subject: Re: PR/55557 CVS commit: src
Date: Thu, 23 Dec 2021 03:29:10 -0500
--Apple-Mail=_A8BB0961-082F-4D78-93BA-FC5A03B4194D
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
charset=us-ascii
> On Dec 23, 2021, at 3:25 AM, Andreas Gustafsson <gson%gson.org@localhost> wrote:
>
> This is not working for me - after building an amd64 release using
> "build.sh -V MKDEBUGKERNEL=yes", kern-GENERIC.tar.xz does not include
> a netbsd.gdb.
>
> Where is the code that adds netbsd.gdb to the set?
I tried it and it worked for me, so I undid my changes in etc/Makefile.
I thought that the code that adds it was sys/conf/Makefile.kern.inc:
....
# Default DEBUG to -g if kernel debug info is requested by MKDEBUGKERNEL=yes
.if defined(MKDEBUGKERNEL) && ${MKDEBUGKERNEL} == "yes"
DEBUG?=-g
.endif
....
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.gdb@}
...
I will start clean and rebuild again to verify.
Best,
christo
--Apple-Mail=_A8BB0961-082F-4D78-93BA-FC5A03B4194D
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename=signature.asc
Content-Type: application/pgp-signature;
name=signature.asc
Content-Description: Message signed with OpenPGP
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
iF0EARECAB0WIQS+BJlbqPkO0MDBdsRxESqxbLM7OgUCYcQzVgAKCRBxESqxbLM7
Osq5AKCvJetKEhj3BILfuUZrVekETPutcQCgzaCOaqfXtfB8fG9dMFb6ohdaNdU=
=pC2h
-----END PGP SIGNATURE-----
--Apple-Mail=_A8BB0961-082F-4D78-93BA-FC5A03B4194D--
Home |
Main Index |
Thread Index |
Old Index