[uClibc-cvs] uClibc Rules.mak,1.131,1.132
David McCullough
davidm at uclibc.org
Tue Apr 29 14:46:33 UTC 2003
- Previous message: [uClibc-cvs] uClibc/extra/Configs Config.h8300.default,NONE,1.1 Config.h8300,1.13,1.14
- Next message: [uClibc-cvs] uClibc/libc/sysdeps/linux/h8300 crt0.S,1.6,1.7 setjmp.S,1.1,1.2 vfork.S,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [uClibc-cvs] uClibc/extra/Configs Config.h8300.default,NONE,1.1 Config.h8300,1.13,1.14
- Next message: [uClibc-cvs] uClibc/libc/sysdeps/linux/h8300 crt0.S,1.6,1.7 setjmp.S,1.1,1.2 vfork.S,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the uClibc-cvs
mailing list