Gentoo Archives: gentoo-user-de

From: Michael Volland <mk106c-gnu@×××××.de>
To: gentoo-users-de <gentoo-user-de@l.g.o>
Subject: [gentoo-user-de] GCC CFLAG mfloat-abi=softfp with-float=hard
Date: Fri, 07 Sep 2012 10:14:52
Message-Id: 20120907101416.GA18631@delta.mnet.local
1 Hi,
2
3 ich habe mit meinem BeagleBoard xM das Problem, dass portage sich weigert
4 den gcc 4.5.3-r2 mit mfloat-abi=softfp zu emergen.
5
6 Fehlermeldungen z.B.:
7
8 /usr/armv7a-unknown-linux-gnueabi/bin/ld: error: _muldi3_s.o uses VFP
9 register arguments, ./libgcc_s.so.1.tmp does not
10
11 Mit google hab ich so ein Problem nur einmal gefunden:
12
13 http://forums.gentoo.org/viewtopic-t-934492.html?sid=28f6cce6febcac7a5d19e1a1ec4dad20
14
15 Anscheinend könnte ich auch with-float=hard nehmen. Da ein Cortex A8
16 Prozessor floatingpoint unterstützt.
17
18 Die Frage ist nur ob es überhaupt möglich ist einfach in der
19 /etc/make.conf
20
21 at-abi=softfp durch with-float=hard zu ersetzten und dann alles neu zu
22 kompilieren - den gcc als letztes?
23
24 Ein komplettes Backup mache ich gerade... ;-)
25
26 Gruß
27 Michael