aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mkheader.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mkheader.c b/src/mkheader.c
index 9a96b84..53ae49c 100644
--- a/src/mkheader.c
+++ b/src/mkheader.c
@@ -94,7 +94,8 @@ canon_host_triplet (const char *triplet, int no_vendor_hack, char **r_os)
{"i486-pc-linux-gnu", "i686-unknown-linux-gnu" },
{"i586-pc-linux-gnu" },
{"i686-pc-linux-gnu" },
- {"arc-oe-linux-uclibc" }, /* Other CPU but same struct. */
+ {"arc-oe-linux-gnu" }, /* Other CPU but same struct. */
+ {"arc-oe-linux-uclibc" }, /* and uclibc is also the same. */
{"i486-pc-gnu", "i686-unknown-gnu"},
{"i586-pc-gnu"},