summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-08 09:43:30 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-08 09:43:30 +0000
commit63bcb19b2021903ec1656100644627068986389e (patch)
treebbfd3ff786279c9e86ac932b3612115c67a9302d /make
parentefa01a402fb7f1e7f0dca1a9ee3f1728fe487ad8 (diff)
downloadbuildroot-novena-63bcb19b2021903ec1656100644627068986389e.tar.gz
buildroot-novena-63bcb19b2021903ec1656100644627068986389e.zip
we do not 'ant' to use anything
Diffstat (limited to 'make')
-rw-r--r--make/gcc-3.3.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/make/gcc-3.3.mk b/make/gcc-3.3.mk
index 1751f5536..a12b59aff 100644
--- a/make/gcc-3.3.mk
+++ b/make/gcc-3.3.mk
@@ -86,8 +86,8 @@ $(GCC_DIR)/.gcc3_3_build_hacks: $(GCC_DIR)/.patched
#
# Prevent gcc from using the unwind-dw2-fde-glibc code used for
# unwinding stack frames for C++ exception handling. The
- # unwind-dw2-fde-glibc code depends on glibc's ldso, we ant to use
- # the generic version instead.
+ # unwind-dw2-fde-glibc code depends on glibc's ldso, we want to
+ # use the generic version instead.
#
$(SED) "s,^#ifndef inhibit_libc,#define inhibit_libc\n\
#ifndef inhibit_libc,g;" $(GCC_DIR)/gcc/unwind-dw2-fde-glibc.c;
@@ -377,8 +377,8 @@ $(GCC_BUILD_DIR3)/.gcc3_3_build_hacks: $(GCC_BUILD_DIR3)/.patched
#
# Prevent gcc from using the unwind-dw2-fde-glibc code used for
# unwinding stack frames for C++ exception handling. The
- # unwind-dw2-fde-glibc code depends on glibc's ldso, we ant to use
- # the generic version instead.
+ # unwind-dw2-fde-glibc code depends on glibc's ldso, we want to
+ # use the generic version instead.
#
$(SED) "s,^#ifndef inhibit_libc,#define inhibit_libc\n\
#ifndef inhibit_libc,g;" $(GCC_BUILD_DIR3)/gcc/unwind-dw2-fde-glibc.c;