config/companion_libs/ppl.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jun 02 21:36:25 2009 +0000 (2009-06-02)
branchgcc-4.4
changeset 1404 46fd8faa00ec
parent 1324 48c12c696778
child 1535 073d351bdcd3
permissions -rw-r--r--
/devel/gcc-4.4:
- add first sample using gcc-4.4

-------- diffstat follows --------
/devel/gcc-4.4/samples/arm-cortex_a8-linux-gnueabi/crosstool.config | 852 852 0 0 +++++++++++++++++++
/devel/gcc-4.4/samples/arm-cortex_a8-linux-gnueabi/reported.by | 6 6 0 0 +
2 files changed, 858 insertions(+)
     1 # PPL options
     2 
     3 choice
     4     bool
     5     prompt "PPL version"
     6 
     7 config PPL_V_0_10_2
     8     bool
     9     prompt "0.10.2"
    10 
    11 # CT_INSERT_VERSION_ABOVE
    12 # Don't remove above line!
    13 endchoice
    14 
    15 config PPL_VERSION
    16     string
    17     default "0.10.2" if PPL_V_0_10_2
    18 # CT_INSERT_VERSION_STRING_ABOVE
    19 # Don't remove above line!