This is the mail archive of the gcc@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]

ARM GNU/Linux has replaced ARM EABI on primary platform list


The Steering Committee has decided to replace arm-eabi with
arm-linux-gnueabi on the primary platform list for GCC 4.6.  That change
reflects the increasing use of ARM cores in GNU/Linux systems and the
fact that it is now relatively easy to obtain such systems.

I've applied the attached patch to reflect that change.

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713
? htdocs/.#cvs.html.1.178
? htdocs/cvs.html.~1.178.~
? htdocs/develop.html.~1.62.~
? htdocs/index.html.~1.538.~
Index: htdocs/gcc-4.6/criteria.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/criteria.html,v
retrieving revision 1.1
diff -c -5 -p -r1.1 criteria.html
*** htdocs/gcc-4.6/criteria.html	6 Apr 2010 11:34:45 -0000	1.1
--- htdocs/gcc-4.6/criteria.html	11 Jul 2010 19:34:59 -0000
*************** application testing.</p>
*** 95,105 ****
  
  <h2>Primary Platform List</h2>
  
  <p>The primary platforms are:</p>
  <ul>
! <li>arm-eabi</li>
  <li>i386-unknown-freebsd</li>
  <li>i686-pc-linux-gnu</li>
  <li>mipsisa64-elf</li>
  <li>powerpc64-unknown-linux-gnu</li>
  <li>sparc-sun-solaris2.10</li>
--- 95,105 ----
  
  <h2>Primary Platform List</h2>
  
  <p>The primary platforms are:</p>
  <ul>
! <li>arm-linux-gnueabi</li>
  <li>i386-unknown-freebsd</li>
  <li>i686-pc-linux-gnu</li>
  <li>mipsisa64-elf</li>
  <li>powerpc64-unknown-linux-gnu</li>
  <li>sparc-sun-solaris2.10</li>

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