Magellan Linux

Diff of /trunk/core/gcc/gcc-9.1.0-r1.smage2

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

revision 32914 by niro, Wed Jul 24 06:25:12 2019 UTC revision 32915 by niro, Fri Oct 4 07:33:30 2019 UTC
# Line 28  sminclude mtools cleanutils libtool gcc- Line 28  sminclude mtools cleanutils libtool gcc-
28  # linux-libc-headers -> binutils -> libc -> gcc -> binutils -> gcc -> libc  # linux-libc-headers -> binutils -> libc -> gcc -> binutils -> gcc -> libc
29  #  #
30  # dropped java/gcj beginning with year 2017  # dropped java/gcj beginning with year 2017
31  MyLanguages=c,c++,fortran,go,objc,obj-c++,lto  MyLanguages=c,c++,ada,fortran,go,objc,obj-c++,lto
32    
33  # 1=bootstrap the whole gcc suite, using bootstrap-lean method  # 1=bootstrap the whole gcc suite, using bootstrap-lean method
34  # 0=no bootstrap, use this only for quick builds to test something but never for release  # 0=no bootstrap, use this only for quick builds to test something but never for release
# Line 1564  then Line 1564  then
1564   # install 32bit libgnat   # install 32bit libgnat
1565   # make tries to execute the libs, which fails   # make tries to execute the libs, which fails
1566   # we override the INSTALL commands to *not* do that   # we override the INSTALL commands to *not* do that
1567   mmake -C ${CHOST}/32/libada DESTDIR=${BINDIR} INSTALL="install" INSTALL_DATA="install -m0644" install-gnatlib || die   mmake -C ${CHOST}/32/libada DESTDIR=${BINDIR} INSTALL="install" INSTALL_DATA="install -m0644" install-libada || die
1568   fi   fi
1569   mmake -C gcc DESTDIR=${BINDIR} ada.install-info || die   mmake -C gcc DESTDIR=${BINDIR} ada.install-info || die
1570   minstallexec gcc/gnat1 /usr/$(mlibdir)/gcc/${CHOST}/${PVER} || die   minstallexec gcc/gnat1 /usr/$(mlibdir)/gcc/${CHOST}/${PVER} || die

Legend:
Removed from v.32914  
changed lines
  Added in v.32915