Explorar el Código

.set doesnt work on alpha

Mike Frysinger hace 20 años
padre
commit
9b3b3efd47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h

+ 1 - 1
libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h

@@ -21,7 +21,7 @@
 #define __UCLIBC_NO_UNDERSCORES__
 
 /* does your target have an asm .set ? */
-#define __UCLIBC_HAVE_ASM_SET_DIRECTIVE__
+#undef __UCLIBC_HAVE_ASM_SET_DIRECTIVE__
 
 /* define if target doesn't like .global */
 #undef __UCLIBC_ASM_GLOBAL_DIRECTIVE__