-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'remotes/origin/official' into cctools-llvm
Conflicts: config/binutils.in config/cc/gcc.in config/companion_libs/mpfr.in config/config.mk config/global/build-behave.in config/libc/eglibc.in config/libc/glibc.in config/libc/uClibc.in samples/arm-cortex_a15-linux-gnueabi/crosstool.config samples/mipsel-sde-elf/crosstool.config scripts/build/cc/gcc.sh scripts/build/internals.sh scripts/crosstool-NG.sh.in steps.mk
- Loading branch information
Showing
158 changed files
with
4,284 additions
and
1,181 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# MicroBlaze specific config options | ||
|
||
## depends on EXPERIMENTAL | ||
## | ||
## select ARCH_SUPPORT_ARCH | ||
## select ARCH_FLOAT_SW | ||
## select ARCH_SUPPORTS_BOTH_ENDIAN | ||
## select ARCH_DEFAULT_BE | ||
## select ARCH_SUPPORTS_BOTH_MMU | ||
## select ARCH_DEFAULT_HAS_MMU | ||
## | ||
## help The MicroBlaze architecture, as defined by: | ||
## help http://www.xilinx.com/ | ||
## help | ||
## help Upstream projects do not currently provide | ||
## help full support for the microblaze architecture | ||
## help and as such, this is marked as EXPERIMENTAL | ||
## help for CT-NG. | ||
## help | ||
## help Support is being added for a modern gcc, | ||
## help binutils and gdb along with nptl threading | ||
## help in eglibc for microblaze. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# elf2flt options | ||
|
||
if ARCH_BINFMT_FLAT | ||
|
||
comment "elf2flt" | ||
|
||
choice | ||
bool | ||
prompt "elf2flt version" | ||
# Don't remove next line | ||
# CT_INSERT_VERSION_BELOW | ||
|
||
config ELF2FLT_CVSHEAD | ||
bool | ||
prompt "CVS Head" | ||
help | ||
Grab the latest version of elf2flt from the CVS repository | ||
|
||
config ELF2FLT_CUSTOM | ||
bool | ||
prompt "Custom elf2flt" | ||
depends on EXPERIMENTAL | ||
|
||
endchoice | ||
|
||
if ELF2FLT_CUSTOM | ||
|
||
config ELF2FLT_CUSTOM_LOCATION | ||
string | ||
prompt "Full path to custom elf2flt source" | ||
default "" | ||
help | ||
Enter the path to the directory (or tarball) of your source for elf2flt, | ||
or leave blank to use default CT_CUSTOM_LOCATION_ROOT_DIR/elf2flt | ||
|
||
endif # ELF2FLT_CUSTOM | ||
|
||
config ELF2FLT_VERSION | ||
string | ||
default "cvs" if ELF2FLT_CVSHEAD | ||
default "custom" if ELF2FLT_CUSTOM | ||
# Don't remove next line | ||
# CT_INSERT_VERSION_STRING_BELOW | ||
|
||
config ELF2FLT_EXTRA_CONFIG_ARRAY | ||
string | ||
prompt "elf2flt extra config" | ||
default "" | ||
help | ||
Extra flags passed onto ./configure when configuring | ||
|
||
You can enter multiple arguments here, and arguments can contain spaces | ||
if they are properly quoted (or escaped, but prefer quotes). Eg.: | ||
--with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space | ||
|
||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.