diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-26 07:12:49 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-26 07:12:49 +0000 |
commit | cf4328b16efe844461420da58f4f0b0f75964418 (patch) | |
tree | 16b0bacc58eebb283c2da0385ed28b10580d0c86 /libc/sysdeps/linux | |
parent | 539adfd7c7cbc7d6d3bea94eb1aa2a7103ca71c0 (diff) |
Add some more stuff -- {get|set}mntent, getline, getdelim, etc.
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/Makefile b/libc/sysdeps/linux/Makefile index 3fac77e5f..a78ecf8f9 100644 --- a/libc/sysdeps/linux/Makefile +++ b/libc/sysdeps/linux/Makefile @@ -20,9 +20,6 @@ # other sundry sources. Files within this library are copyright by their # respective copyright holders. -# Figure out what arch to build... -ARCH = $(shell uname -m | sed -e 's/i.86/i386/' -e 's/sparc.*/sparc/' -e 's/arm.*/arm/g') - DIRS = $(ARCH) common all: libc.a |