Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-alt
Hi,
although the aixld-wrapper-script is not necessary any more for the
libpath things, there are some minor issues with that
native-cctools.ebuild.
1) using "powerpc-native-aix5.3.0.0-0" as binutils-config target breaks
"binutils-config -B" fex:
/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
* powerpc-ibm-aix5.3.0.0-native-0 is invalid (no $TARGET defined) :(
I don't see what "FCHOST=${CHOST/-*-/-native-}" is/was actually
required for - i.e. why we want to indicate native binutils ...
2) a temporary file 'env.d' is in install-directory:
EPREFIX/usr/powerpc-ibm-aix5.3.0.0/binutils-bin/native-0/env.d
because of that { cd "${ED}${BINPATH}" } and the subsequent
{ cat > env.d << EOF }, that temporary 'env.d' is located in
$ED$BINPATH.
/haubi/
|
|