瀏覽代碼

.set doesnt work on alpha

Mike Frysinger 20 年之前
父節點
當前提交
9b3b3efd47
共有 1 個文件被更改,包括 1 次插入1 次删除
  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__