From 45e9d9fef03897a6595722f952c120ed99ff0f0f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 6 Nov 2003 19:44:47 +0000 Subject: George Thanos writes: Dear Erik, We downloded uClibc lattest version from the CVS. Still there are some minor problems with extra/Configs/Config.e1 You have actually set ARCH_HAS_C_SYMBOL_PREFIX to NO which is not correct for our architecture. Please apply the patch that will fix the problem. Best Regards, - George P.S. Patch also removes some irritating comments we have added in the past. --- libc/sysdeps/linux/e1/bits/endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/e1/bits') diff --git a/libc/sysdeps/linux/e1/bits/endian.h b/libc/sysdeps/linux/e1/bits/endian.h index 6d119f75a..0d38c1caa 100644 --- a/libc/sysdeps/linux/e1/bits/endian.h +++ b/libc/sysdeps/linux/e1/bits/endian.h @@ -1,4 +1,4 @@ -/* e1 is big-endian. */ /*Tassos*/ +/* e1 is big-endian. */ #ifndef _ENDIAN_H # error "Never use directly; include instead." -- cgit v1.2.3