OSDN Git Service

Another bug fix. ioctl lacked a ;
authorEric Andersen <andersen@codepoet.org>
Mon, 23 Oct 2000 17:08:59 +0000 (17:08 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 23 Oct 2000 17:08:59 +0000 (17:08 -0000)
libc/sysdeps/linux/Makefile

index 1440898..3fac77e 100644 (file)
@@ -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