annotate gcc/config/rs6000/t-ppcgas @ 22:0eb6cac880f0
add cbc example of quicksort.
author |
kent <kent@cr.ie.u-ryukyu.ac.jp> |
date |
Tue, 13 Oct 2009 17:15:58 +0900 |
parents |
a06113de4d67 |
children |
77e2b8dfacca |
rev |
line source |
0
|
1 # Multilibs for powerpc embedded ELF targets.
|
|
2
|
|
3 MULTILIB_OPTIONS = msoft-float \
|
|
4 mlittle/mbig \
|
|
5 fleading-underscore
|
|
6
|
|
7 MULTILIB_DIRNAMES = nof \
|
|
8 le be \
|
|
9 und
|
|
10
|
|
11 MULTILIB_EXTRA_OPTS = mrelocatable-lib mno-eabi mstrict-align
|
|
12
|
|
13 MULTILIB_MATCHES = ${MULTILIB_MATCHES_FLOAT} \
|
|
14 ${MULTILIB_MATCHES_ENDIAN}
|