Gentoo Archives: gentoo-embedded

From: Christopher Friedt <cfriedt@××××××××××××××.com>
To: gentoo-embedded@l.g.o
Subject: [gentoo-embedded] jikes on arm / uclibc / softfloat
Date: Sat, 26 May 2007 07:03:18
Message-Id: 4657DB5B.20801@visible-assets.com
1 Hi everyone,
2
3 I'd just like to report that after emerging uclibc++ to a standard
4 arm-softfloat-linux-uclibc stage3 filesystem, I was able to compile
5 jikes as long as C{,XX}FLAGS did not contain "-pipe" (because of memory
6 limitations).
7
8 Is it time then to add "arm" to the KEYWORDS for this package in the
9 portage tree?
10
11 I'm not sure if portage comes with a built-in function for ebuilds to
12 determine if a system has 'low' memory, and I suppose such a thing would
13 require a definition of what low is exactly. However, '-pipe' could be
14 removed from the flags automatically with 'filter-flags "-pipe"', which
15 is what I did in an overlay.
16
17
18 Chris
19 --
20 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] jikes on arm / uclibc / softfloat Christopher Friedt <cfriedt@××××××××××××××.com>
Re: [gentoo-embedded] jikes on arm / uclibc / softfloat Mike Frysinger <vapier@g.o>