Browse Source

Another bug fix. ioctl lacked a ;

Eric Andersen 25 năm trước cách đây
mục cha
commit
44e205c90c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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