FS#10304 - makepkg.conf: -march=p4 should be -march=pentium4 ???
Attached to Project:
Arch Linux
Opened by Jan Smydke (crocus) - Monday, 28 April 2008, 11:15 GMT
Last edited by Jan de Groot (JGC) - Monday, 28 April 2008, 12:15 GMT
Opened by Jan Smydke (crocus) - Monday, 28 April 2008, 11:15 GMT
Last edited by Jan de Groot (JGC) - Monday, 28 April 2008, 12:15 GMT
|
Details
I have not been able to compile some AUR packages on my P4
machine.
Now I found in /etc/makepkg.conf there was (perhaps set up by installation system) CFLAGS="-march=p4 -mtune=p4 -O2 -pipe" I had to change "p4" to "pentium4" and it works now. My P4 machine has quite a new Arch installation (about February 2008) |
This task depends upon
Closed by Jan de Groot (JGC)
Monday, 28 April 2008, 12:15 GMT
Reason for closing: Not a bug
Additional comments about closing: -march=i686 -mtune=generic -O2 -pipe and -march=x86-64 -mtune=generic -O2 -pipe are the defaults that work. Something or someone changed it on your system.
Monday, 28 April 2008, 12:15 GMT
Reason for closing: Not a bug
Additional comments about closing: -march=i686 -mtune=generic -O2 -pipe and -march=x86-64 -mtune=generic -O2 -pipe are the defaults that work. Something or someone changed it on your system.
If noone else objects and it's i686 in the current default (not set up by the install system), why bother - let's forget it.