arch/powerpc/functions
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jul 17 19:36:21 2008 +0000 (2008-07-17)
changeset 677 3505660ff419
child 792 da7a34dfa178
permissions -rw-r--r--
Make gfortran compile for ARM. Details in patch itself.

/trunk/patches/gcc/4.2.3/950-fortran-signed-TImode.patch | 43 43 0 0 ++++++++++++++++++++++
1 file changed, 43 insertions(+)
     1 # Compute powerpc-specific values
     2 
     3 CT_DoArchValues () {
     4     # The architecture part of the tuple:
     5     CT_TARGET_ARCH="${CT_ARCH}"
     6 
     7     # The kernel ARCH:
     8     CT_KERNEL_ARCH=powerpc
     9 }