makepkg.conf still with march=x86-64 #93

Closed
opened 2022-01-31 09:53:59 +01:00 by mbod · 1 comment

The ALHP version of pacman still comes with a /etc/makepkg.conf which sets

CFLAGS="-march=x86-64 -mtune=generic ...

Shouldnt that be

CFLAGS="-march=x86-64-v3 -mtune=generic ...
The ALHP version of pacman still comes with a /etc/makepkg.conf which sets ``` CFLAGS="-march=x86-64 -mtune=generic ... ``` Shouldnt that be ``` CFLAGS="-march=x86-64-v3 -mtune=generic ... ```
Owner

While we could patch this into pacman for x86-64-v2/x86-64-v3, I see no real reason to do that. Users are encouraged to setup their makepkg.conf anyways (to enable -j$(nproc) for example), if they want to have -march=x86-64-vN and/or other flags, they probably have already done so.

While we could patch this into `pacman` for x86-64-v2/x86-64-v3, I see no real reason to do that. Users are encouraged to setup their `makepkg.conf` anyways (to enable `-j$(nproc)` for example), if they want to have `-march=x86-64-vN` and/or other flags, they probably have already done so.
anonfunc added the question label 2022-01-31 16:58:04 +01:00
Sign in to join this conversation.