Gentoo Archives: gentoo-user

From: Michael Hampicke <gentoo-user@××××.biz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] ffmpeg - fails to compile on amd64
Date: Mon, 12 Dec 2011 21:16:54
Message-Id: 4EE66EFA.6070407@hadt.biz
In Reply to: Re: [gentoo-user] ffmpeg - fails to compile on amd64 by Michael Hampicke
1 > # echo | gcc -dM -E - -march=native
2 > /usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/cc1 -E -quiet -v -
3 > -D_FORTIFY_SOURCE=2 -mtune=i686 -march=x86-64
4
5 Sorry, something went wrong while pasting this lines, here are the
6 correct ones:
7
8 # cc -mtune=i686 -E -v - </dev/null 2>&1 | grep cc1
9 /usr/libexec/gcc/x86_64-pc-linux-gnu/4.5.3/cc1 -E -quiet -v -
10 -D_FORTIFY_SOURCE=2 -mtune=i686 -march=x86-64