diff options
Diffstat (limited to 'libc/sysdeps/linux/x86_64')
| -rw-r--r-- | libc/sysdeps/linux/x86_64/bits/uClibc_arch_features.h | 15 | 
1 files changed, 10 insertions, 5 deletions
| diff --git a/libc/sysdeps/linux/x86_64/bits/uClibc_arch_features.h b/libc/sysdeps/linux/x86_64/bits/uClibc_arch_features.h index 1675aba20..0f0f01ea3 100644 --- a/libc/sysdeps/linux/x86_64/bits/uClibc_arch_features.h +++ b/libc/sysdeps/linux/x86_64/bits/uClibc_arch_features.h @@ -23,11 +23,16 @@  /* does your target have an asm .set ? */  #define __UCLIBC_HAVE_ASM_SET_DIRECTIVE__ -/* shouldn't need to change these ... */ -#define __UCLIBC_ASM_GLOBAL_DIRECTIVE__ -#define __UCLIBC_ASM_TYPE_DIRECTIVE_PREFIX__ +/* define if target doesn't like .global */ +#undef __UCLIBC_ASM_GLOBAL_DIRECTIVE__ + +/* define if target supports .weak */  #define __UCLIBC_HAVE_ASM_WEAK_DIRECTIVE__ -#define __UCLIBC_HAVE_ASM_WEAKEXT_DIRECTIVE__ -#define __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__ + +/* define if target supports .weakext */ +#undef __UCLIBC_HAVE_ASM_WEAKEXT_DIRECTIVE__ + +/* needed probably only for ppc64 */ +#undef __UCLIBC_HAVE_ASM_GLOBAL_DOT_NAME__  #endif /* _BITS_UCLIBC_ARCH_FEATURES_H */ | 
