Magellan Linux

Diff of /trunk/extras/gcc-gnat/gcc-gnat-7.1.0-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29554 by niro, Fri Jun 30 10:52:37 2017 UTC revision 29555 by niro, Fri Jun 30 11:01:05 2017 UTC
# Line 795  src_prepare() Line 795  src_prepare()
795   sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in || die   sed -i 's/\(install.*:\) install-.*recursive/\1/' libffi/Makefile.in || die
796   sed -i 's/\(install-data-am:\).*/\1/' libffi/include/Makefile.in || die   sed -i 's/\(install-data-am:\).*/\1/' libffi/include/Makefile.in || die
797    
798     # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
799     sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure gcc/configure || die
800    
801   install -d ${SRCDIR}/build || die   install -d ${SRCDIR}/build || die
802  }  }
803    

Legend:
Removed from v.29554  
changed lines
  Added in v.29555