summaryrefslogtreecommitdiff
path: root/extra/Configs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-02-01 10:01:48 +0000
committerEric Andersen <andersen@codepoet.org>2002-02-01 10:01:48 +0000
commit4718635bcc271b6ebc048bab4eb42df8477a57d5 (patch)
tree2aff332c5aa7f95874209f6106c647e0ad30bdc4 /extra/Configs
parent640e8b51e908609380047831c771bd0f5c17771f (diff)
Add an example of how to use this thing.
Diffstat (limited to 'extra/Configs')
-rwxr-xr-xextra/Configs/uClibc_config_fix.pl14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/Configs/uClibc_config_fix.pl b/extra/Configs/uClibc_config_fix.pl
index 466c5b856..efe23cc85 100755
--- a/extra/Configs/uClibc_config_fix.pl
+++ b/extra/Configs/uClibc_config_fix.pl
@@ -15,6 +15,20 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+
+# The easiest way to use this script is to put something like this in
+# your Makefile for building uClibc... Adjust config optiongs to
+# taste of course.... And of course you will want to add some defines
+# into your Makefile to set ARCH, STAGING_DIR, KERNEL_DIR, and whatnot.
+#
+# $(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;
+#
+# Have fun,
+# -Erik
#
use strict;