we do not 'ant' to use anything
authorEric Andersen <andersen@codepoet.org>
Thu, 8 Jan 2004 09:43:30 +0000 (09:43 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 8 Jan 2004 09:43:30 +0000 (09:43 -0000)
make/gcc-3.3.mk

index 1751f5536db2b32bf4db4aca45046caaf9d5e264..a12b59aff8d17bc69260c899a1242e00c052b2dd 100644 (file)
@@ -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;