[uClibc-cvs] uClibc Rules.mak,1.131,1.132

David McCullough davidm at uclibc.org
Tue Apr 29 14:46:33 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv7690

Modified Files:
	Rules.mak 
Log Message:

Some small fixups for the h8 support and add the h8s platform support.



Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- Rules.mak	3 Mar 2003 19:09:47 -0000	1.131
+++ Rules.mak	29 Apr 2003 14:46:30 -0000	1.132
@@ -149,8 +149,10 @@
 endif
 
 ifeq ($(strip $(TARGET_ARCH)),h8300)
-	CPU_LDFLAGS-y:=-mh8300h
-	CPU_CFLAGS-y+=-mh -mint32 -fsigned-char
+	CPU_LDFLAGS-$(CONFIG_H8300H):= -ms8300h
+	CPU_LDFLAGS-$(CONFIG_H8S)   := -ms8300s
+	CPU_CFLAGS-$(CONFIG_H8300H) += -mh -mint32 -fsigned-char
+	CPU_CFLAGS-$(CONFIG_H8S)    += -ms -mint32 -fsigned-char
 endif
 
 ifeq ($(strip $(TARGET_ARCH)),cris)
@@ -231,7 +233,7 @@
 # uClinux shared lib support
 #
 
-ifdef CONFIG_BINFMT_SHARED_FLAT
+ifeq ($(CONFIG_BINFMT_SHARED_FLAT),y)
   # For the shared version of this, we specify no stack and its library ID
   FLTFLAGS += -s 0
   LIBID=1



More information about the uClibc-cvs mailing list