Skip to content

Commit

Permalink
Adds Raspberry Pi 3 sample config
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Hallas Mulvad <shm@hallas.nu>
  • Loading branch information
Stefan Hallas Mulvad committed Mar 3, 2016
1 parent 785dbce commit bc9ed3c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions samples/armv8-rpi3-linux-gnueabihf/crosstool.config
@@ -0,0 +1,15 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_ARCH_CPU="cortex-a53"
CT_ARCH_FPU="neon-vfpv4"
CT_ARCH_FLOAT_HW=y
CT_ARCH_arm=y
CT_ARCH_SUFFIX="v8"
CT_TARGET_VENDOR="rpi3"
CT_KERNEL_linux=y
CT_BINUTILS_LINKER_LD_GOLD=y
CT_BINUTILS_GOLD_THREADS=y
CT_BINUTILS_LD_WRAPPER=y
CT_BINUTILS_PLUGINS=y
CT_CC_LANG_CXX=y
CT_DEBUG_gdb=y
CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="--with-expat"
3 changes: 3 additions & 0 deletions samples/armv8-rpi3-linux-gnueabihf/reported.by
@@ -0,0 +1,3 @@
reporter_name="Stefan Hallas Mulvad <shm@hallas.nu>"
reporter_url=""
reporter_comment="crosstool-NG configuration for Raspberry Pi 3."

0 comments on commit bc9ed3c

Please sign in to comment.