diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-08 19:06:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-08 19:06:31 +0000 |
commit | 2de7874e55b344d5270abc8832950cf09c6d7dd7 (patch) | |
tree | 6078fed9aa78dae16461616fe2bf8b05f901716d /Makeconfig | |
parent | 31f7410f5c413605f039e898151f01231f11efa5 (diff) | |
download | glibc-2de7874e55b344d5270abc8832950cf09c6d7dd7.tar.gz glibc-2de7874e55b344d5270abc8832950cf09c6d7dd7.tar.xz glibc-2de7874e55b344d5270abc8832950cf09c6d7dd7.zip |
Update.
1998-06-08 18:57 Ulrich Drepper <drepper@cygnus.com> * Makeconfig (subdirs): Add debug. * configure.in: Use sysdeps/generic/elf subdir if ELF platform. * libc.map: Add __backtrace, __backtrace_symbols, backtrace and backtrace_symbols. * sysdeps/generic/backtrace.c: New file. * sysdeps/generic/backtracesyms.c: New file. * sysdeps/generic/elf/backtracesyms.c: New file. * sysdeps/i386/backtrace.c: New file. * debug/Makefile: New file. * debug/backtrace-tst.c: New file. * debug/execinfo.h: New file.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig index 3737e939dc..d70c4795ef 100644 --- a/Makeconfig +++ b/Makeconfig @@ -760,7 +760,7 @@ subdirs = csu assert ctype db2 locale intl catgets math setjmp signal stdlib \ stdio-common $(stdio) malloc string wcsmbs time dirent grp pwd \ posix io termios resource misc socket sysvipc gmon gnulib iconv \ iconvdata wctype manual shadow md5-crypt po argp $(add-ons) nss \ - localedata timezone rt $(sysdep-subdirs) $(binfmt-subdir) + localedata timezone rt debug $(sysdep-subdirs) $(binfmt-subdir) # The mach and hurd subdirectories have many generated header files which # much of the rest of the library depends on, so it is best to build them |