From f61fc3f310c64402abab282c0faba12cfd9498ea Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 11 Nov 2003 20:49:46 +0000 Subject: Stefan Allius writes: Hello Erik, to compile the new uClibc release for a SH3 we need some little modifications: First I fix the crt[in].S files, so we can use them for big endian and little endian targets. --- libc/sysdeps/linux/sh/crtn.S | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libc/sysdeps/linux/sh/crtn.S') diff --git a/libc/sysdeps/linux/sh/crtn.S b/libc/sysdeps/linux/sh/crtn.S index eb893c53c..437f8ebc3 100644 --- a/libc/sysdeps/linux/sh/crtn.S +++ b/libc/sysdeps/linux/sh/crtn.S @@ -1,6 +1,5 @@ - .file "initfini.c" + .file "crtn.S" .text - .little .section .init .hidden _init -- cgit v1.2.3