diff options
author | Bensuperpc <bensuperpc@gmail.com> | 2021-05-19 15:18:38 +0200 |
---|---|---|
committer | Bensuperpc <bensuperpc@gmail.com> | 2021-05-19 15:18:38 +0200 |
commit | afdab6f2ffa20ede8ad6adc06efcce31c3651afd (patch) | |
tree | 3f7351b36d1ef24e326515d6397340ee8f6f5752 /samples/armv8-rpi4-linux-gnueabihf | |
parent | 6d008334bcfa76f8b46e61d9edb6dd5335cd6632 (diff) | |
download | crosstool-ng-afdab6f2ffa20ede8ad6adc06efcce31c3651afd.tar.gz crosstool-ng-afdab6f2ffa20ede8ad6adc06efcce31c3651afd.tar.bz2 crosstool-ng-afdab6f2ffa20ede8ad6adc06efcce31c3651afd.zip |
Add config sample of Raspberry Pi 4
Add config sample of Raspberry Pi 4:
Add armv8-rpi4-linux-gnueabihf
Add aarch64-rpi4-linux-gnu
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
Diffstat (limited to 'samples/armv8-rpi4-linux-gnueabihf')
-rw-r--r-- | samples/armv8-rpi4-linux-gnueabihf/crosstool.config | 14 | ||||
-rw-r--r-- | samples/armv8-rpi4-linux-gnueabihf/reported.by | 3 |
2 files changed, 17 insertions, 0 deletions
diff --git a/samples/armv8-rpi4-linux-gnueabihf/crosstool.config b/samples/armv8-rpi4-linux-gnueabihf/crosstool.config new file mode 100644 index 00000000..309747b0 --- /dev/null +++ b/samples/armv8-rpi4-linux-gnueabihf/crosstool.config @@ -0,0 +1,14 @@ +CT_CONFIG_VERSION="3" +CT_ARCH_ARM=y +CT_ARCH_CPU="cortex-a72" +CT_ARCH_SUFFIX="v8" +CT_ARCH_FPU="neon-vfpv4" +CT_ARCH_FLOAT_HW=y +CT_TARGET_VENDOR="rpi4" +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 diff --git a/samples/armv8-rpi4-linux-gnueabihf/reported.by b/samples/armv8-rpi4-linux-gnueabihf/reported.by new file mode 100644 index 00000000..8a93cbd6 --- /dev/null +++ b/samples/armv8-rpi4-linux-gnueabihf/reported.by @@ -0,0 +1,3 @@ +reporter_name="Bensuperpc <bensuperpc@gmail.com>" +reporter_url="https://github.com/Bensuperpc" +reporter_comment="crosstool-NG configuration for Raspberry Pi 4." |