Gentoo Archives: gentoo-alt

From: Michael Haubenwallner <michael.haubenwallner@×××××××.at>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] [prefix] native-cctools minor issues
Date: Tue, 24 Apr 2007 16:11:50
Message-Id: 1177431285.6947.36.camel@localhost
1 Hi,
2
3 although the aixld-wrapper-script is not necessary any more for the
4 libpath things, there are some minor issues with that
5 native-cctools.ebuild.
6
7 1) using "powerpc-native-aix5.3.0.0-0" as binutils-config target breaks
8 "binutils-config -B" fex:
9 /EPREFIX/usr/bin/binutils-config: line 280: /EPREFIX/etc/env.d/binutils/powerpc-ibm-aix5.3.0.0-native-0: No such file or directory
10 * powerpc-ibm-aix5.3.0.0-native-0 is invalid (no $TARGET defined) :(
11
12 I don't see what "FCHOST=${CHOST/-*-/-native-}" is/was actually
13 required for - i.e. why we want to indicate native binutils ...
14
15 2) a temporary file 'env.d' is in install-directory:
16 EPREFIX/usr/powerpc-ibm-aix5.3.0.0/binutils-bin/native-0/env.d
17 because of that { cd "${ED}${BINPATH}" } and the subsequent
18 { cat > env.d << EOF }, that temporary 'env.d' is located in
19 $ED$BINPATH.
20
21 /haubi/

Attachments

File name MIME type
native-cctools-misc.patch text/x-patch

Replies

Subject Author
Re: [gentoo-alt] [prefix] native-cctools minor issues Fabian Groffen <grobian@g.o>