Skip to content

Commit

Permalink
patch for libbackend bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklon committed Sep 9, 2010
1 parent a354ae7 commit a428865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.435
Expand Up @@ -42,3 +42,7 @@ MPFR_CONF = --disable-shared --with-gmp=$(LIB_DIR)

AVRGCC_CONF = --disable-nsl --enable-languages=c,c++ --disable-libssp --disable-dependency-tracking --disable-werror --with-dwarf2 --enable-thread=single --with-gmp=$(LIB_DIR) --with-mpfr=$(LIB_DIR) --build=x86_64-apple-darwin10 --host=x86_64-apple-darwin10
include ./Makefile.master

patchgcc435:
cd $(BUILD_DIR)gcc-4.3.5/gcc/cp && patch $(BUILD_DIR)/gcc-$(AVRGCC_VER)/gcc/cp/Make-lang.in libbackend.patch

4 changes: 4 additions & 0 deletions libbackend.patch
@@ -0,0 +1,4 @@
76c76
< c-gimplify.o c-omp.o tree-inline.o
---
> c-gimplify.o c-omp.o

0 comments on commit a428865

Please sign in to comment.