Skip to content

Commit

Permalink
xtensa: add build support for AMD/ACP_6_3
Browse files Browse the repository at this point in the history
Add gcc build support for gcc10.x and gdb9.x on AMD/ACP_6_3 platform.

Signed-off-by: SaiSurya Ch <saisurya.chakkaveeravenkatanaga@amd.com>
  • Loading branch information
saisurya-ch authored and lgirdwood committed Oct 18, 2023
1 parent a25d8f5 commit 05b0cc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config-phx-gcc10.2-gdb9 → config-acp_6_3-gcc10.2-gdb9
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ CT_ARCH_32=y
CT_TARGET_CFLAGS=""
CT_TARGET_LDFLAGS=""
CT_TARGET_USE_OVERLAY=y
CT_OVERLAY_NAME="phx"
CT_OVERLAY_NAME="acp_6_3"
CT_OVERLAY_LOCATION="../xtensa-overlay"

#
Expand All @@ -201,7 +201,7 @@ CT_TOOLCHAIN_BUGURL=""
#
# Tuple completion and aliasing
#
CT_TARGET_VENDOR="phx"
CT_TARGET_VENDOR="acp_6_3"
CT_TARGET_ALIAS_SED_EXPR=""
CT_TARGET_ALIAS=""

Expand Down
4 changes: 2 additions & 2 deletions config-phx-gcc9.2-gdb8.3 → config-acp_6_3-gcc9.2-gdb8.3
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ CT_ARCH_32=y
CT_TARGET_CFLAGS=""
CT_TARGET_LDFLAGS=""
CT_TARGET_USE_OVERLAY=y
CT_OVERLAY_NAME="phx"
CT_OVERLAY_NAME="acp_6_3"
CT_OVERLAY_LOCATION="../xtensa-overlay"

#
Expand All @@ -201,7 +201,7 @@ CT_TOOLCHAIN_BUGURL=""
#
# Tuple completion and aliasing
#
CT_TARGET_VENDOR="phx"
CT_TARGET_VENDOR="acp_6_3"
CT_TARGET_ALIAS_SED_EXPR=""
CT_TARGET_ALIAS=""

Expand Down

0 comments on commit 05b0cc7

Please sign in to comment.