This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Adjust primary/secondary platform lists


The SC has decided to remove powerpc-apple-darwin from the secondary
platform list (due to the fact that Apple is no longer supporting
Power in OS X and Apple's overall shift from Power to x86) and to move
i686-apple-darwin from the primary to the secondary platform list (due
to the lack of active maintenance of GCC, by Apple or otherwise, for
x86 OS X).

Applied.

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713

Index: gcc-4.5/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.5/criteria.html,v
retrieving revision 1.1
diff -c -5 -p -r1.1 criteria.html
*** gcc-4.5/criteria.html	27 Mar 2009 21:08:49 -0000	1.1
--- gcc-4.5/criteria.html	22 Sep 2009 15:40:32 -0000
*************** application testing.</p>
*** 98,108 ****
  <p>The primary platforms are:</p>
  <ul>
  <li>arm-eabi</li>
  <li>i386-unknown-freebsd</li>
  <li>i686-pc-linux-gnu</li>
- <li>i686-apple-darwin</li>
  <li>mipsisa64-elf</li>
  <li>powerpc64-unknown-linux-gnu</li>
  <li>sparc-sun-solaris2.10</li>
  <li>x86_64-unknown-linux-gnu</li>
  </ul>
--- 98,107 ----
*************** application testing.</p>
*** 111,121 ****
  
  <p>The secondary platforms are:</p>
  <ul>
  <li>hppa2.0w-hp-hpux11.11</li>
  <li>powerpc-ibm-aix5.2.0.0</li>
! <li>powerpc-apple-darwin</li>
  <li>i686-pc-cygwin</li>
  <li>i686-mingw32</li>
  <li>ia64-unknown-linux-gnu</li>
  <li>s390-linux-gnu</li>
  </ul>
--- 110,120 ----
  
  <p>The secondary platforms are:</p>
  <ul>
  <li>hppa2.0w-hp-hpux11.11</li>
  <li>powerpc-ibm-aix5.2.0.0</li>
! <li>i686-apple-darwin</li>
  <li>i686-pc-cygwin</li>
  <li>i686-mingw32</li>
  <li>ia64-unknown-linux-gnu</li>
  <li>s390-linux-gnu</li>
  </ul>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]