aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Maklakov <anton@espressif.com>2020-07-13 17:54:21 +0700
committerChris Packham <judge.packham@gmail.com>2022-04-02 13:31:07 +1300
commit06120b97ff6f398c700a20cb489707659d3d3929 (patch)
treec5ea7449dfe240e299f2c794d409b54d0522ff68
parenta8d2c2e1fac2106da65dbaf768d32857428fe621 (diff)
downloadcrosstool-ng-06120b97ff6f398c700a20cb489707659d3d3929.tar.gz
crosstool-ng-06120b97ff6f398c700a20cb489707659d3d3929.tar.bz2
crosstool-ng-06120b97ff6f398c700a20cb489707659d3d3929.zip
xtensa: Remove obsoleted CT_ARCH_XTENSA_CUSTOM_NAME
-rw-r--r--config/arch/xtensa.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/arch/xtensa.in b/config/arch/xtensa.in
index 14ba10dd..ad663bf1 100644
--- a/config/arch/xtensa.in
+++ b/config/arch/xtensa.in
@@ -18,7 +18,7 @@
## help
## help For a custom configuration, select the XTENSA_CUSTOM option and
## help provide the name of the processor configuration through the
-## help CT_ARCH_XTENSA_CUSTOM_NAME option.
+## help CT_OVERLAY_NAME option.
## help
## help The default option (ARCH_xtensa_fsf) uses a built-in configuration,
## help which may or may not work for a particular Xtensa processor.