From defb9e49f98f300b34dceaf3bc959aea45f35045 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 21 Jun 2006 20:44:28 +0000 Subject: allow arches to easily override asm-line-sep, move cris over to new style, and have hppa use it now --- libc/sysdeps/linux/hppa/bits/uClibc_arch_features.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libc/sysdeps/linux/hppa') diff --git a/libc/sysdeps/linux/hppa/bits/uClibc_arch_features.h b/libc/sysdeps/linux/hppa/bits/uClibc_arch_features.h index bf048d3b8..5eea002c7 100644 --- a/libc/sysdeps/linux/hppa/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/hppa/bits/uClibc_arch_features.h @@ -38,4 +38,7 @@ /* define if target supports IEEE signed zero floats */ #define __UCLIBC_HAVE_SIGNED_ZERO__ +/* the default ; is a comment on hppa */ +#define __UCLIBC_ASM_LINE_SEP__ ! + #endif /* _BITS_UCLIBC_ARCH_FEATURES_H */ -- cgit v1.2.3