Searched +full:nds32le +full:- +full:linux +full:- (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0+3 # (C) Copyright 2000-200212 CROSS_COMPILE := nds32le-linux-16 LDFLAGS_STANDALONE += -T $(srctree)/examples/standalone/nds32.lds18 PLATFORM_RELFLAGS += -fno-common -mrelax -mno-ext-fpu-dp -mfloat-abi=soft19 PLATFORM_RELFLAGS += -gdwarf-220 PLATFORM_CPPFLAGS += -D__nds32__ -ffixed-10 -fpie -mcmodel=large22 LDFLAGS_u-boot = --gc-sections --relax -pie --mabi=AABI
1 # SPDX-License-Identifier: GPL-2.0+4 # build U-Boot on Travis CI - https://travis-ci.org/14 - ubuntu-toolchain-r-test15 - llvm-toolchain-trusty-717 - cppcheck18 - sloccount19 - sparse20 - bc21 - build-essential22 - libsdl1.2-dev[all …]
1 # SPDX-License-Identifier: GPL-2.0+26 print 'To install tool chains, please use the --fetch-arch option'76 # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux78 [toolchain-prefix]80 # e.g. x86 = /opt/gcc-4.6.3-nolibc/x86_64-linux/bin/x86_64-linux-82 [toolchain-alias]87 nds32 = nds32le90 [make-flags]93 # snapper-boards=ENABLE_AT91_TEST=194 # snapper9260=${snapper-boards} BUILD_TAG=442[all …]
1 # SPDX-License-Identifier: GPL-2.0+6 Quick-start12 cd /path/to/u-boot14 buildman --fetch-arch arm15 buildman -k rpi_217 # u-boot.bin is the output image23 This tool handles building U-Boot to check that you have not broken it26 to make full use of multi-processor machines.38 where it left off. This should happen cleanly and without side-effects.42 You may need to press Ctrl-C several times to quit it. Also it will print[all …]