瀏覽代碼

Another bug fix. ioctl lacked a ;

Eric Andersen 25 年之前
父節點
當前提交
44e205c90c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/sysdeps/linux/Makefile

+ 1 - 1
libc/sysdeps/linux/Makefile

@@ -21,7 +21,7 @@
 # respective copyright holders.
 
 # Figure out what arch to build...
-ARCH = $(shell uname -m | sed -e 's/i.86/i386/' | sed -e 's/sparc.*/sparc/')
+ARCH = $(shell uname -m | sed -e 's/i.86/i386/' -e 's/sparc.*/sparc/' -e 's/arm.*/arm/g')
 
 DIRS = $(ARCH) common