add some more entries related to getprogname/setprogname

This commit is contained in:
cgd 2001-02-24 01:05:04 +00:00
parent fd8d16c72f
commit f18337c1c6

View File

@ -1,4 +1,4 @@
$NetBSD: UPDATING,v 1.18 2001/02/20 06:00:54 jmc Exp $
$NetBSD: UPDATING,v 1.19 2001/02/24 01:05:04 cgd Exp $
This file is intended to be a brief introduction to the build
process and a reference on what to do if something doesn't work.
@ -13,6 +13,8 @@ Recent changes:
to be bootstraped manually until the host system is current.
Known problems: sys/arch/macppc/stand/fixcoff
usr.sbin/config (adding -DMAKE_BOOTSTRAP to
CFLAGS and rebuilding should work)
20010204:
prepare the code to compile with stricter gcc flags. in
@ -192,4 +194,8 @@ Fix: Build and install usr.bin/mklocale
Symptom:undefined reference to `__assert13'
Fix: Rebuild and install lib/libc
Symptom:usr.sbin/config fails to build.
Fix: Try building with -DMAKE_BOOTSTRAP added to CFLAGS in Makefile.
Symptom:undefined reference to `getprogname' or `setprogname'
Fix: Rebuild and install lib/libc