Menu

#1 sys-apps/hoard compile fails with mtune=* in make.conf

open
nobody
None
5
2008-08-07
2008-08-07
No

compiling hoard fails with
CFLAGS="-O2 -mtune=i686"
because of $(get-flag march) is null.

workaround:
use -march=i686 temporarily.

Discussion


Log in to post a comment.