Ignore:
Timestamp:
Jul 28, 2012, 1:51:03 AM (11 years ago)
Author:
sam
Message:

build: fix the Raspberry Pi build and add a build script for it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build/lol-build

    r1586 r1677  
    2424#  - win*-i386
    2525#  - win*-amd64
     26#  - raspi-arm
    2627#
    2728
     
    131132            cd monsterz/android
    132133            android update project --path .
     134            ;;
     135        raspi-arm)
     136            ./configure --host=arm-bcm2708hardfp-linux-gnueabi CPPFLAGS="-I$RASPI_SDK_ROOT/firmware/opt/vc/include -I$RASPI_SDK_ROOT/firmware/opt/vc/include/interface/vcos/pthreads" LDFLAGS="-L$RASPI_SDK_ROOT/firmware/opt/vc/lib"
    133137            ;;
    134138        nacl-i386)
     
    198202        android-arm)
    199203            ;;
     204        raspi-arm)
     205            ;;
    200206        ps3-ppu)
    201207            ;;
Note: See TracChangeset for help on using the changeset viewer.