From 38abe151167c16b15ec20982f923df181335e54a Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 25 Apr 2009 12:16:54 +0000 Subject: Fix test for object file suffix git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1734 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/toolchain/gcc/4.3.3/920-gcc-4.3.3-objext.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 misc/buildroot/toolchain/gcc/4.3.3/920-gcc-4.3.3-objext.patch (limited to 'misc/buildroot/toolchain/gcc') diff --git a/misc/buildroot/toolchain/gcc/4.3.3/920-gcc-4.3.3-objext.patch b/misc/buildroot/toolchain/gcc/4.3.3/920-gcc-4.3.3-objext.patch new file mode 100644 index 000000000..30d8b1279 --- /dev/null +++ b/misc/buildroot/toolchain/gcc/4.3.3/920-gcc-4.3.3-objext.patch @@ -0,0 +1,11 @@ +diff -u gcc-4.3.3/configure.orig gcc-4.3.3/configure +--- gcc-4.3.3/configure.orig 2009-04-25 08:02:42.953125000 -0400 ++++ gcc-4.3.3/configure 2009-04-25 08:11:52.453125000 -0400 +@@ -3346,7 +3346,6 @@ + return 0; + } + _ACEOF +-rm -f conftest.o conftest.obj + if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 + (eval $ac_compile) 2>&5 + ac_status=$? -- cgit v1.2.3