Author: aurel32 Date: 2014-07-06 08:13:13 +0000 (Sun, 06 Jul 2014) New Revision: 6193
Modified: glibc-package/trunk/debian/patches/any/local-bootstrap-headers.diff Log: A few more s/EGLIBC/GLIBC/ Modified: glibc-package/trunk/debian/patches/any/local-bootstrap-headers.diff =================================================================== --- glibc-package/trunk/debian/patches/any/local-bootstrap-headers.diff 2014-07-06 08:01:30 UTC (rev 6192) +++ glibc-package/trunk/debian/patches/any/local-bootstrap-headers.diff 2014-07-06 08:13:13 UTC (rev 6193) @@ -22,7 +22,7 @@ +/* Placeholder stubs.h file for bootstrapping. + + When bootstrapping a GCC/GLIBC pair, GCC requires that the GLIBC -+ headers be installed, but we can't fully build EGLIBC without that ++ headers be installed, but we can't fully build GLIBC without that + GCC. So we run the command: + + make install-headers install-bootstrap-headers=yes @@ -58,7 +58,7 @@ subdir-stubs := $(foreach dir,$(subdirs),$(common-objpfx)$(dir)/stubs) +# gnu/stubs.h depends (via the subdir 'stubs' targets) on all the .o -+# files in EGLIBC. For bootstrapping a GCC/EGLIBC pair, an empty ++# files in GLIBC. For bootstrapping a GCC/GLIBC pair, an empty +# gnu/stubs.h is good enough. +ifeq ($(install-bootstrap-headers),yes) +$(inst_includedir)/gnu/stubs.h: include/stubs-bootstrap.h $(+force) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

