components/gcc3/patches/gcc.makefile.in.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Wed, 18 May 2011 20:49:57 -0700
changeset 246 0878f7720e3e
permissions -rw-r--r--
7024396 g++ link missing from /usr/gnu/bin 7045683 gcc-3, flex, and binutils should move to userland 7045930 userland default LDFLAGS should not include 32/64

*** gcc-3.4.3/gcc/Makefile.in.orig	Sat Oct 27 14:36:42 2007
--- gcc-3.4.3/gcc/Makefile.in	Sat Oct 27 14:37:25 2007
***************
*** 3859,3865 ****
  # script does that.
  .po.gmo:
  	-test -d po || mkdir po
! 	$(GMSGFMT) --statistics -o $@ $<
  
  # The new .po has to be gone over by hand, so we deposit it into
  # build/po with a different extension.
--- 3859,3865 ----
  # script does that.
  .po.gmo:
  	-test -d po || mkdir po
! 	$(GMSGFMT) -o $@ $<
  
  # The new .po has to be gone over by hand, so we deposit it into
  # build/po with a different extension.