From 430e386b9e69bf3a71c0e2cc06b7094d53ab6501 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 20 Oct 2000 00:03:55 +0000 Subject: Strip all object files of all non global symbols and .note and .comment, saving a lot of space in the resultant binaries... -Erik --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ec7c135a..6a3ad03df 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ -DIRS = misc pwd_grp stdio string termios unistd net signal stdlib sysdeps +DIRS = io misc pwd_grp stdio string termios unistd net signal stdlib sysdeps all: libc.a -- cgit v1.2.3