diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-01-27 18:51:26 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-01-27 18:51:26 +0000 |
commit | 8b15b45ecc58d84f9d4a6bd91fc0675b446103b8 (patch) | |
tree | 506c171fa14cda5cfb3cd606b5272df4685d24ce /Makefile | |
parent | cc07f2350dc260a2a4eaf4ff05f32939c55a9893 (diff) |
Enable auto-generation of a size-optimized sysconf function (saves .5k on i386).
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ include Rules.mak -DIRS = misc pwd_grp stdio string termios unistd net signal stdlib sysdeps extra +DIRS = extra misc pwd_grp stdio string termios net signal stdlib sysdeps unistd ifeq ($(HAS_MMU),true) DO_SHARED=shared |