diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 09:56:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 09:56:35 +0000 |
commit | 1e03add675c58c17d96f51cafa008066d4220a09 (patch) | |
tree | 707976ee4be91a365342b34d8069e6c9e0f089bf /Makefile | |
parent | 5d893b6beb2a42c6c3bc0fd0b5447bcfc8a0f84c (diff) | |
download | busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.tar.gz busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.tar.bz2 busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.zip |
a few minor cleanups.
-Erik
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -33,7 +33,8 @@ DOSTATIC = false | |||
33 | 33 | ||
34 | # To compile vs an alternative libc, you may need to use/adjust | 34 | # To compile vs an alternative libc, you may need to use/adjust |
35 | # the following lines to meet your needs. This is how I did it... | 35 | # the following lines to meet your needs. This is how I did it... |
36 | #CFLAGS+=-nostdinc -I/home/andersen/CVS/uC-libc/include -I/usr/include/linux | 36 | #GCCINCDIR = $(shell gcc -print-search-dirs | sed -ne "s/install: \(.*\)/\1include/gp") |
37 | #CFLAGS+=-nostdinc -fno-builtin -I/home/andersen/CVS/uC-libc/include -I$(GCCINCDIR) | ||
37 | #LDFLAGS+=-nostdlib | 38 | #LDFLAGS+=-nostdlib |
38 | #LIBRARIES = /home/andersen/CVS/uC-libc/libc.a | 39 | #LIBRARIES = /home/andersen/CVS/uC-libc/libc.a |
39 | 40 | ||