From e6f7f47c0bb4c3e4752288c4eeb6d492e7412009 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 9 May 2001 16:40:35 +0000 Subject: By default, leave out the RPC junk (it adds over 30k). Add in a compile time option to include it if NFS support is wanted (does anyone every use this for anything else these days?) -Erik --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e768d1389..5ccc78a42 100644 --- a/Makefile +++ b/Makefile @@ -206,6 +206,11 @@ uClibc_config.h: Config else \ echo "#undef NO_UNDERSCORES" >> uClibc_config.h ; \ fi + @if [ "$(INCLUDE_RPC)" = "true" ] ; then \ + echo "#define __UCLIBC_HAS_RPC__ 1" >> uClibc_config.h ; \ + else \ + echo "#undef __UCLIBC_HAS_RPC__" >> uClibc_config.h ; \ + fi .PHONY: dummy subdirs -- cgit v1.2.3