Skip to content

Commit

Permalink
samples: add aarch64-rpi3-linux-gnueabi
Browse files Browse the repository at this point in the history
This is a aarch64 raspberry pi 3 sample.

Please test!

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
  • Loading branch information
bhundven committed Mar 3, 2016
1 parent 0f76cad commit 1f59066
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions samples/aarch64-rpi3-linux-gnueabi/crosstool.config
@@ -0,0 +1,14 @@
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
CT_LOG_EXTRA=y
CT_ARCH_CPU="cortex-a53"
CT_ARCH_64=y
CT_ARCH_arm=y
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/aarch64-rpi3-linux-gnueabi/reported.by
@@ -0,0 +1,3 @@
reporter_name="Bryan Hundven"
reporter_url="https://github.com/crosstool-ng/crosstool-ng/issues"
reporter_comment="Raspberry PI 3 aarch64"

0 comments on commit 1f59066

Please sign in to comment.