summaryrefslogtreecommitdiff
path: root/extra/Configs/uClibc_config_fix.pl
AgeCommit message (Collapse)Author
2002-02-01Add an example of how to use this thing.Eric Andersen
2002-02-01Add in a configurator script. Now people can put stuff like this:Eric Andersen
$(UCLIBC_DIR)/extra/Configs/uClibc_config_fix.pl --arch=$(ARCH) --cross="$(CROSS)" \ --devel_prefix=$(STAGING_DIR) --kernel_dir=$(KERNEL_DIR) --large_file=false \ --rpc_support=true --c99_math=true --shared_support=true --ldso_path="/lib" \ --shadow=true --file=$(UCLIBC_DIR)/extra/Configs/Config.$(ARCH) > $(UCLIBC_DIR)/Config; into their makefiles and automagically get the right things happening... -Erik