diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-07 00:36:51 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-07 00:36:51 -0800 |
commit | 308c6b9a145cbfbd3e9a4b09aef5935572cce6ab (patch) | |
tree | fe56283884d1acafc8115e725d19ce7e426edfc8 /samples/armv6-nommu-linux-uclibcgnueabi | |
parent | 755de234cb50aa786e7e6821e14d611775650cb6 (diff) | |
download | crosstool-ng-308c6b9a145cbfbd3e9a4b09aef5935572cce6ab.tar.gz crosstool-ng-308c6b9a145cbfbd3e9a4b09aef5935572cce6ab.tar.bz2 crosstool-ng-308c6b9a145cbfbd3e9a4b09aef5935572cce6ab.zip |
Add a contrived ARM with elf2flt sample
... that exhibited the issue with elf2flt configuration. Original reported
did not provide the config, and did not respond.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'samples/armv6-nommu-linux-uclibcgnueabi')
-rw-r--r-- | samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config | 20 | ||||
-rw-r--r-- | samples/armv6-nommu-linux-uclibcgnueabi/reported.by | 3 |
2 files changed, 23 insertions, 0 deletions
diff --git a/samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config b/samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config new file mode 100644 index 00000000..e3d625f6 --- /dev/null +++ b/samples/armv6-nommu-linux-uclibcgnueabi/crosstool.config @@ -0,0 +1,20 @@ +CT_ARCH_arm=y +CT_ARCH_SUFFIX="v6" +# CT_ARCH_USE_MMU is not set +CT_TARGET_VENDOR="nommu" +CT_KERNEL_linux=y +# CT_SHARED_LIBS is not set +# CT_KERNEL_LINUX_INSTALL_CHECK is not set +CT_BINUTILS_LINKER_LD_GOLD=y +CT_BINUTILS_GOLD_THREADS=y +CT_BINUTILS_LD_WRAPPER=y +CT_BINUTILS_PLUGINS=y +CT_CC_GCC_SHOW_LINARO=y +CT_CC_GCC_DISABLE_PCH=y +CT_CC_GCC_BUILD_ID=y +CT_CC_GCC_LNK_HASH_STYLE_BOTH=y +CT_CC_LANG_CXX=y +CT_DEBUG_gdb=y +# CT_GDB_CROSS_PYTHON is not set +CT_GDB_GDBSERVER=y +CT_GETTEXT=y diff --git a/samples/armv6-nommu-linux-uclibcgnueabi/reported.by b/samples/armv6-nommu-linux-uclibcgnueabi/reported.by new file mode 100644 index 00000000..d5e63a54 --- /dev/null +++ b/samples/armv6-nommu-linux-uclibcgnueabi/reported.by @@ -0,0 +1,3 @@ +reporter_name="Alexey Neyman" +reporter_url="" +reporter_comment="Test config for ARM with no MMU." |