Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Names of Prefix variants
Date: Tue, 29 Oct 2013 07:41:08
Message-Id: 526F668B.9070403@gentoo.org
In Reply to: [gentoo-alt] Names of Prefix variants by Ruud Koolen
1 On 10/26/13 00:54, Ruud Koolen wrote:
2 > It's bikeshedding time.
3 >
4 > The RAP project (prefix with libc) is now ready to start getting merged
5
6 > I propose "prefix-native" for rap as an alternative. Does anyone have any good
7 > ideas for classic prefix?
8
9 As you say "prefix with libc" above: Is it necessary to /split/ Prefix into $rap
10 and $classic, or would it also fit to have $rap to /supplement/ classic?
11
12 In case of the latter, I could think of:
13
14 profiles/base/make.defaults:
15 USE_EXPAND_UNPREFIXED+=" PREFIX" # for backwards compat, or we get "prefix_prefix"
16 USE_EXPAND_HIDDEN+=" PREFIX"
17 USE_EXPAND_IMPLICIT+=" PREFIX"
18 USE_EXPAND_VALUES_PREFIX="prefix prefix-libc"
19 And to help bug#473598 eventually:
20 USE_EXPAND_VALUES_PREFIX+=" ${USE_EXPAND_VALUES_ARCH//*-*}" # the base-archs only
21
22 To distinguish between glibc/uclibc/etc, existing ELIBC could do.
23
24 For the profiles itself:
25 profiles/default/linux/$arch/13.0/prefix and
26 profiles/default/linux/$arch/13.0/prefix/glibc
27 profiles/default/linux/$arch/13.0/prefix/uclibc
28 or even
29 profiles/default/linux/$arch/13.0/prefix and
30 profiles/default/linux/$arch/13.0/prefix/libc/glibc
31 profiles/default/linux/$arch/13.0/prefix/libc/uclibc
32
33 My .02 $currency.
34
35 /haubi/

Replies

Subject Author
Re: [gentoo-alt] Names of Prefix variants Ruud Koolen <redlizard@g.o>