mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
Changed CFLAGS
This commit is contained in:
parent
72258e9d49
commit
948825c744
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
|
||||
# -march (or -mcpu) builds exclusively for an architecture
|
||||
# -mtune optimizes for an architecture, but builds for whole processor family
|
||||
CFLAGS="-march=armv4t -msoft-float -O2 -pipe"
|
||||
CXXFLAGS="-march=armv4t -msoft-float -O2 -pipe"
|
||||
CFLAGS="-march=armv5tejl -msoft-float -O2 -pipe"
|
||||
CXXFLAGS="-march=armv5tejl -msoft-float -O2 -pipe"
|
||||
#-- Make Flags: change this for DistCC/SMP systems
|
||||
MAKEFLAGS="-j2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue