]> sourceware.org Git - glibc.git/commitdiff
Remove lingering libSegfault Makefile entries
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 26 Oct 2022 18:13:17 +0000 (15:13 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 26 Oct 2022 18:55:43 +0000 (15:55 -0300)
The library was removed by 65ccd641ba.

Makeconfig

index 842f49eb580f530a6e490c51726b96480cd85cd6..08a869cd11c1e9e738fe92e2d68ac76f54fd1f8f 100644 (file)
@@ -884,7 +884,7 @@ endif
 # Use 64 bit time_t support for installed programs
 installed-modules = nonlib nscd ldconfig locale_programs \
                    iconvprogs libnss_files libnss_compat libnss_db libnss_hesiod \
-                   libutil libpcprofile libSegFault
+                   libutil libpcprofile
 +extra-time-flags = $(if $(filter $(installed-modules),\
                            $(in-module)),-D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64)
 
@@ -983,7 +983,7 @@ libio-include = -I$(..)libio
 
 # List of non-library modules that we build.
 built-modules = iconvprogs iconvdata ldconfig libmemusage \
-               libSegFault libpcprofile librpcsvc locale-programs \
+               libpcprofile librpcsvc locale-programs \
                memusagestat nonlib nscd extramodules libnldbl libsupport \
                testsuite testsuite-internal
 
This page took 0.046697 seconds and 5 git commands to generate.