diff options
author | Aloisio Almeida Jr <aloisio.almeida@openbosssa.org> | 2008-07-24 18:40:38 -0300 |
---|---|---|
committer | Rodrigo Vivi <rodrigo.vivi@openbossa.org> | 2008-10-23 17:54:16 -0300 |
commit | 4d1f4a9f81c77025bdf0cf8c3ccef9b0f3eeefed (patch) | |
tree | f5b348408bab55f621206dd6ca48de5b72b6aa6d /packages/mamona/gcc-noemu-4.1.2/sh3-installfix-fixheaders.patch | |
parent | 459c27dd9a284b55b310c5719c4e967b9a2cb88b (diff) |
gcc-noemu: Adding 4.1.2 version
Diffstat (limited to 'packages/mamona/gcc-noemu-4.1.2/sh3-installfix-fixheaders.patch')
-rw-r--r-- | packages/mamona/gcc-noemu-4.1.2/sh3-installfix-fixheaders.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/mamona/gcc-noemu-4.1.2/sh3-installfix-fixheaders.patch b/packages/mamona/gcc-noemu-4.1.2/sh3-installfix-fixheaders.patch new file mode 100644 index 0000000000..a06cd2e075 --- /dev/null +++ b/packages/mamona/gcc-noemu-4.1.2/sh3-installfix-fixheaders.patch @@ -0,0 +1,11 @@ +--- gcc-4.1.1/gcc/Makefile.in_orig 2007-01-31 21:24:23.000000000 +0000 ++++ gcc-4.1.1/gcc/Makefile.in 2007-01-31 21:24:43.000000000 +0000 +@@ -3772,8 +3772,6 @@ + $(INSTALL_SCRIPT) $(mkinstalldirs) \ + $(DESTDIR)$(itoolsdir)/mkinstalldirs ; \ + $(INSTALL_SCRIPT) $(srcdir)/fixproto $(DESTDIR)$(itoolsdir)/fixproto ; \ +- $(INSTALL_PROGRAM) build/fix-header$(build_exeext) \ +- $(DESTDIR)$(itoolsdir)/fix-header$(build_exeext) ; \ + else :; fi + echo 'SYSTEM_HEADER_DIR="'"$(SYSTEM_HEADER_DIR)"'"' \ + > $(DESTDIR)$(itoolsdatadir)/mkheaders.conf |