mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-16 15:28:55 +00:00
arch: Add support for RX gcc build
Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
This commit is contained in:
parent
329bb4da71
commit
c819f837f4
11
config/arch/rx.in
Normal file
11
config/arch/rx.in
Normal file
@ -0,0 +1,11 @@
|
||||
## no-package
|
||||
## select ARCH_SUPPORTS_32
|
||||
## select ARCH_DEFAULT_32
|
||||
## select ARCH_SUPPORTS_FLAT_FORMAT
|
||||
## select ARCH_SUPPORTS_EITHER_ENDIAN
|
||||
## select ARCH_DEFAULT_LE
|
||||
## select ARCH_REQUIRES_MULTILIB
|
||||
## select ARCH_SUPPORTS_WITH_ENDIAN
|
||||
|
||||
## help The RX architecture, as defined by:
|
||||
## help https://www.renesas.com/en/products/microcontrollers-microprocessors/rx-32-bit-performance-efficiency-mcus
|
4
samples/rx-unknown-elf/crosstool.config
Normal file
4
samples/rx-unknown-elf/crosstool.config
Normal file
@ -0,0 +1,4 @@
|
||||
CT_CONFIG_VERSION="4"
|
||||
CT_EXPERIMENTAL=y
|
||||
CT_ARCH_RX=y
|
||||
CT_DEBUG_GDB=y
|
3
samples/rx-unknown-elf/reported.by
Normal file
3
samples/rx-unknown-elf/reported.by
Normal file
@ -0,0 +1,3 @@
|
||||
reporter_name="Duy Nguyen <duy.nguyen.xa@renesas.com>"
|
||||
reporter_url=""
|
||||
reporter_comment="Example building a toolchain for RX bare metal target"
|
5
scripts/build/arch/rx.sh
Normal file
5
scripts/build/arch/rx.sh
Normal file
@ -0,0 +1,5 @@
|
||||
# Compute RX values
|
||||
|
||||
CT_DoArchTupleValues() {
|
||||
:;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user