aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-06-12 21:46:04 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-06-12 21:46:04 -0700
commit2eb80b6f2700a0c72ba24623e281607a10dd6e3c (patch)
tree989ecc625065a0d9708a8a3303d7f592ec1691cf
parent8134f4ca29d410e791342bbffa2e4fd7a3837e1b (diff)
downloadklibc-2eb80b6f2700a0c72ba24623e281607a10dd6e3c.tar.gz
[klibc] No need to exclude libgcc on sparc32 anymoreklibc-1.3.38
With proper use of the grouping options, sparc32 doesn't need to exclude libgcc anymore. However, we still want to use our own functions, because they're significantly smaller than the libgcc functions, which appear to be heavily unrolled. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--usr/klibc/arch/sparc/MCONFIG4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/klibc/arch/sparc/MCONFIG b/usr/klibc/arch/sparc/MCONFIG
index 7bd376064cb28..9bb7592b97743 100644
--- a/usr/klibc/arch/sparc/MCONFIG
+++ b/usr/klibc/arch/sparc/MCONFIG
@@ -17,7 +17,3 @@ KLIBCARCHREQFLAGS += -D__sparc32__
# Normal binaries start at 64K; the linker wants 64K alignment,
# and call instructions have a 30-bit signed offset, << 2.
KLIBCSHAREDFLAGS = -Ttext 0x40000100
-
-# Libgcc on SPARC has funny reverse dependencies. We provide our
-# own functions, so we shouldn't need it.
-KLIBCLIBGCC :=