[uClibc-cvs] uClibc/libc/sysdeps/linux/m68k Makefile,1.32,1.33

Erik Andersen andersen at uclibc.org
Fri Jan 16 13:43:23 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/m68k
In directory nail:/home/andersen/CVS/uClibc/libc/sysdeps/linux/m68k

Modified Files:
	Makefile 
Log Message:
s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/m68k/Makefile,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile	22 Nov 2003 21:22:05 -0000	1.32
+++ Makefile	16 Jan 2004 13:43:20 -0000	1.33
@@ -23,7 +23,7 @@
 # If you're looking for vfork(), it is defined in include/unistd.h
 
 
-ifeq ($(UCLIBC_HAS_MMU),y)
+ifeq ($(ARCH_HAS_MMU),y)
 CRT0_SRC = crt0.c
 else
 CRT0_SRC = crt0.S




More information about the uClibc-cvs mailing list