summaryrefslogtreecommitdiff
path: root/extra/Configs/uClibc_config_fix.pl
AgeCommit message (Collapse)Author
2002-11-08Kill the now obsolete uClibc_config_fix.plEric Andersen
2002-08-25Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen
sense to exclude it, gcc always supports long long, and we never fully excluded long long anyways (off64_t for example). -Erik
2002-06-15Fix a silly bug...Eric Andersen
2002-04-01Last bit for old config systemEric Andersen
2002-03-14Update the config script to behave a bit betterEric Andersen
2002-03-11Add thread support. Eliminate the useless extra "sEric Andersen
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