mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-01 18:46:41 +00:00
commit
b1998751f2
29
samples/armv7-rpi2-linux-gnueabihf/crosstool.config
Normal file
29
samples/armv7-rpi2-linux-gnueabihf/crosstool.config
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
CT_ARCH="arm"
|
||||||
|
CT_ARCH_CPU="cortex-a7"
|
||||||
|
CT_ARCH_FPU="neon-vfpv4"
|
||||||
|
CT_ARCH_LE=y
|
||||||
|
CT_ARCH_32=y
|
||||||
|
CT_ARCH_BITNESS=32
|
||||||
|
CT_ARCH_FLOAT_HW=y
|
||||||
|
CT_ARCH_arm=y
|
||||||
|
CT_ARCH_SUFFIX="v7"
|
||||||
|
CT_ARCH_ENDIAN="little"
|
||||||
|
CT_ARCH_FLOAT="hard"
|
||||||
|
CT_ARCH_ARM_MODE="arm"
|
||||||
|
CT_ARCH_ARM_MODE_ARM=y
|
||||||
|
CT_ARCH_ARM_TUPLE_USE_EABIHF=y
|
||||||
|
CT_KERNEL="linux"
|
||||||
|
CT_KERNEL_linux=y
|
||||||
|
CT_TARGET_VENDOR="rpi2"
|
||||||
|
CT_BINUTILS="binutils"
|
||||||
|
CT_BINUTILS_binutils=y
|
||||||
|
CT_BINUTILS_LINKER_LD_GOLD=y
|
||||||
|
CT_BINUTILS_LINKERS_LIST="ld,gold"
|
||||||
|
CT_BINUTILS_PLUGINS=y
|
||||||
|
CT_BINUTILS_GOLD_THREADS=y
|
||||||
|
CT_BINUTILS_LD_WRAPPER=y
|
||||||
|
CT_LIBC="glibc"
|
||||||
|
CT_LIBC_glibc=y
|
||||||
|
CT_CC_LANG_CXX=y
|
||||||
|
CT_DEBUG_gdb=y
|
||||||
|
CT_GDB_CROSS_EXTRA_CONFIG_ARRAY="--with-expat"
|
3
samples/armv7-rpi2-linux-gnueabihf/reported.by
Normal file
3
samples/armv7-rpi2-linux-gnueabihf/reported.by
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
reporter_name="Frederick Zhang <frederick888@tsundere.moe>"
|
||||||
|
reporter_url="https://blog.onee3.org"
|
||||||
|
reporter_comment="crosstool-NG configuration for Raspberry Pi 2 (Raspbian Jessie). Adjust the settings as you need."
|
Loading…
Reference in New Issue
Block a user