This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
crosstool-ng
Watch
1
Star
0
Fork
0
You've already forked crosstool-ng
mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced
2024-12-21 05:43:09 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1c395b298d
crosstool-ng
/
samples
/
msp430-unknown-elf
/
crosstool.config
5 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
More sample config updates *-moxie*: DTC_VERBOSE is a wobbler, it depends on whether dtc is enabled on the host machine (if dtc is installed, DTC defaults to 'n' and hence prevents DTC_VERBOSE from appearing at all). Remove the option from config file so that its value reverts to the default. xtensa-fsf-elf: mark configuration obsolete so that it can use GDB 8.1 (it uses custom sources and needs to select the version therein) Signed-off-by: Alexey Neyman <stilor@att.net>
2022-01-17 22:16:52 +00:00
CT_CONFIG_VERSION="4"
Declare msp430 experimental ... as GCC5 and later ICEs over inocuous code. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79242 Signed-off-by: Alexey Neyman <stilor@att.net>
2017-06-10 07:11:51 +00:00
CT_EXPERIMENTAL=y
Kconfigize choice/menu items Also, add a poor man's upgrade script. Signed-off-by: Alexey Neyman <stilor@att.net>
2017-07-06 07:13:03 +00:00
CT_ARCH_MSP430=y
CT_DEBUG_GDB=y
Reference in New Issue
Copy Permalink