Преглед изворни кода

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