[uClibc-cvs] uClibc/libc/sysdeps/linux/alpha Makefile,1.4,1.5

Erik Andersen andersen at codepoet.org
Thu Jan 23 17:55:49 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/alpha
In directory winder:/tmp/cvs-serv7745/linux/alpha

Modified Files:
	Makefile 
Log Message:
Update architecture specific support to consistantly
generate a crt0 and crt1 file.  Most arches still need
to be updated to call __uClibc_start_main() rather than
__uClibc_main().


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/alpha/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	23 Jan 2003 17:33:54 -0000	1.4
+++ Makefile	23 Jan 2003 17:55:15 -0000	1.5
@@ -1,6 +1,6 @@
 # Makefile for uClibc
 #
-# Copyright (C) 2002-2003 Erik Andersen <andersen at uclibc.org>
+# Copyright (C) 2000-2003 Erik Andersen <andersen at uclibc.org>
 #
 # This program is free software; you can redistribute it and/or modify it under
 # the terms of the GNU Library General Public License as published by the Free




More information about the uClibc-cvs mailing list