mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Revert makepkg.conf
This commit is contained in:
parent
6721389c38
commit
18495a1563
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ CHOST="arm-none-linux-gnueabi"
|
||||||
#-- Exclusive: will only run on -march=x86-64
|
#-- Exclusive: will only run on -march=x86-64
|
||||||
# -march (or -mcpu) builds exclusively for an architecture
|
# -march (or -mcpu) builds exclusively for an architecture
|
||||||
# -mtune optimizes for an architecture, but builds for whole processor family
|
# -mtune optimizes for an architecture, but builds for whole processor family
|
||||||
CFLAGS="-march=armv5tejl -msoft-float -O2 -pipe"
|
CFLAGS="-march=armv4t -msoft-float -O2 -pipe"
|
||||||
CXXFLAGS="-march=armv5tejl -msoft-float -O2 -pipe"
|
CXXFLAGS="-march=armv4t -msoft-float -O2 -pipe"
|
||||||
#-- Make Flags: change this for DistCC/SMP systems
|
#-- Make Flags: change this for DistCC/SMP systems
|
||||||
MAKEFLAGS="-j2"
|
MAKEFLAGS="-j2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue