From cab24c3767986d0c4c336634756b4de5aee3a797 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Apr 1998 11:18:13 +0000 Subject: Update. 1998-04-02 Andreas Schwab * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide default. 1998-04-02 Andreas Schwab * Makerules (installed-libcs): Fix typo. 1998-04-02 Andreas Schwab * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC. (UHC-routines): Remove ksc5601. --- sysdeps/generic/dl-procinfo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/generic/dl-procinfo.h b/sysdeps/generic/dl-procinfo.h index 48936194ac..5592ec00d5 100644 --- a/sysdeps/generic/dl-procinfo.h +++ b/sysdeps/generic/dl-procinfo.h @@ -24,6 +24,9 @@ /* We cannot provide a general printing function. */ #define _dl_procinfo(word) -1 +/* There are no hardware capabilities defined. */ +#define _dl_hwcap_string(idx) "" + /* By default there is no important hardware capability. */ #define HWCAP_IMPORTANT (0) -- cgit 1.4.1