aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-04-16 19:01:22 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-04-16 19:01:22 -0700
commit96c10beee2df718e446ec1e972c81dc3f4957d8c (patch)
tree0a0a126244de7dafb85b00bdba64d7260f79599a
parent8a9a4e4a115e2b325ee5e18a2e941e108347ca64 (diff)
downloadklibc-96c10beee2df718e446ec1e972c81dc3f4957d8c.tar.gz
[klibc] Change KLIBCARCH -> ARCH for klcc, for backwards compatiblityklibc-1.3.6
klcc doesn't use the KLIBC- prefixes, as it is redundant in the context of klcc. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--klcc/klcc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/klcc/klcc.in b/klcc/klcc.in
index 0b66cb5519134..1cc4986773da3 100644
--- a/klcc/klcc.in
+++ b/klcc/klcc.in
@@ -3,7 +3,7 @@
use IPC::Open3;
# Standard includes
-@includes = ("-I${prefix}/${KCROSS}include/arch/${KLIBCARCH}",
+@includes = ("-I${prefix}/${KCROSS}include/arch/${ARCH}",
"-I${prefix}/${KCROSS}include/bits${BITSIZE}",
"-I${prefix}/${KCROSS}include");