Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Lapshin <alexey.lapshin@espressif.com>2023-08-08 23:07:04 +0300
committerJeff Johnston <jjohnstn@redhat.com>2023-08-24 17:52:36 +0300
commit42fc2fa37c5995b642d128705cc67316bf9254b7 (patch)
tree95a31ab40177b41b3416f7cc5239048a27baae56 /libgloss/Makefile.am
parent90d3b16d2b93d573501394d88538c99335edc343 (diff)
libgloss: add Xtensa port
Supported esp32 and esp32s2 boards: https://github.com/espressif/esp-toolchain-docs/blob/main/gcc/build-and-run-native-app.md
Diffstat (limited to 'libgloss/Makefile.am')
-rw-r--r--libgloss/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am
index d4b7d4077..f440ad23a 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -103,3 +103,6 @@ endif
if CONFIG_WINCE
include wince/Makefile.inc
endif
+if CONFIG_XTENSA
+include xtensa/Makefile.inc
+endif