summaryrefslogtreecommitdiffstats
path: root/docs/README
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-23 13:40:34 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-23 13:40:34 +0000
commitfccd66034bbeb9e8b998ec22bf009d1fc45fe825 (patch)
tree139f7a8ca51e9d0f8c57fac3e2895df3929a1582 /docs/README
parent476c798231a0edccbae0e5350fc5d156c9c61004 (diff)
downloadbuildroot-novena-fccd66034bbeb9e8b998ec22bf009d1fc45fe825.tar.gz
buildroot-novena-fccd66034bbeb9e8b998ec22bf009d1fc45fe825.zip
README: s/standart/standard/
Diffstat (limited to 'docs/README')
-rw-r--r--docs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README b/docs/README
index 8ae6acc54..d93987958 100644
--- a/docs/README
+++ b/docs/README
@@ -35,7 +35,7 @@ $ make UCLIBC_CONFIG_FILE=/my/uClibc.config
And you can specify a config-file for busybox:
$ make BUSYBOX_CONFIG_FILE=/my/busybox.config
-To use a non-standart host-compiler (if you do not have 'gcc'),
+To use a non-standard host-compiler (if you do not have 'gcc'),
make sure that the compiler is in your PATH and that the library paths are
setup properly, if your compiler is built dynamically:
$ make HOSTCC=gcc-4.3.orig HOSTCXX=gcc-4.3-mine