Skip to content

Commit

Permalink
adding arm/bcm2709 subarch (used on raspberry pi2)
Browse files Browse the repository at this point in the history
  • Loading branch information
damex committed Feb 27, 2015
1 parent 519ac3e commit 0b8528c
Showing 1 changed file with 5 additions and 0 deletions.
@@ -0,0 +1,5 @@
CHOST="armv7a-hardfloat-linux-gnueabi"
CFLAGS="-Os -pipe -mcpu=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=hard"
CXXFLAGS="${CFLAGS}"
FFLAGS="${CFLAGS}"
FCFLAGS="${CFLAGS}"

0 comments on commit 0b8528c

Please sign in to comment.