Gentoo Archives: gentoo-dev

From: "Anthony G. Basile" <blueness@g.o>
To: Gentoo Development <gentoo-dev@l.g.o>
Subject: [gentoo-dev] Patch for toolchain.eclass for uclibc-ng
Date: Sat, 25 Nov 2017 14:01:29
Message-Id: 4d9cb13d-2be6-6b59-ada2-b76e2724db47@gentoo.org
1 Hi everyone,
2
3 With the stabilization of gcc-6.4.0, the uclibc build broke because the
4 eclass requires UCLIBC_VER to be define on uclibc systems else it will
5 die(). Since uclibc specific patches are no longer needed in gcc-6 and
6 above, we don't want to error out in the eclass when the patchset is not
7 found.
8
9 Note that there are some musl specific patches which I would like to
10 migrate out of the overlay and into the tree. In a future patch, I'd
11 like to duplicate the uclibc code for musl in toolchain.eclass.
12
13 Feedback welcome.
14
15 --
16 Anthony G. Basile, Ph.D.
17 Gentoo Linux Developer [Hardened]
18 E-Mail : blueness@g.o
19 GnuPG FP : 1FED FAD9 D82C 52A5 3BAB DC79 9384 FA6E F52D 4BBA
20 GnuPG ID : F52D4BBA

Attachments

File name MIME type
0001-eclass-toolchain.eclass-do-not-die-if-uclibc-patches.patch text/plain

Replies

Subject Author
Re: [gentoo-dev] Patch for toolchain.eclass for uclibc-ng "Andreas K. Huettel" <dilfridge@g.o>