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:
authorNick Alcock <nick.alcock@oracle.com>2021-09-27 22:31:21 +0300
committerMike Frysinger <vapier@gentoo.org>2022-01-12 16:47:00 +0300
commit4fe13b8d95dba46c05d6bd700e79ab8d503db0eb (patch)
treee4ac7661a6c8b197b75a65d03a5b348e2d5e5106 /newlib/configure
parent8a563bfdd74e72b37d9c522a98c8e449e73a1af3 (diff)
libtool.m4: augment symcode for Solaris 11
This reports common symbols like GNU nm, via a type code of 'C'. ChangeLog 2021-09-27 Nick Alcock <nick.alcock@oracle.com> PR libctf/27967 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for Solaris 11.
Diffstat (limited to 'newlib/configure')
-rwxr-xr-xnewlib/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure b/newlib/configure
index d7e3e5f4b..aed785f7c 100755
--- a/newlib/configure
+++ b/newlib/configure
@@ -7068,7 +7068,7 @@ osf*)
symcode='[BCDEGQRST]'
;;
solaris*)
- symcode='[BDRT]'
+ symcode='[BCDRT]'
;;
sco3.2v5*)
symcode='[DT]'