Ignore:
Timestamp:
Jun 13, 2018 4:27:32 PM (6 years ago)
Author:
riza
Message:

Re #2059 (misc): Patch to build Arch Linux on ARMv7 (e.g: Raspberry Pi).
Thanks to Attila Bogár for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r5796 r5804  
    88378837                        ;; 
    88388838                     *win32* | *w32* | *darwin* | *linux*) 
    8839                         ac_webrtc_instset=sse2 
     8839                         case $target in 
     8840                             armv7l*gnueabihf) 
     8841                                 ac_webrtc_instset=neon 
     8842                                 ac_webrtc_cflags="-DWEBRTC_ARCH_ARMV7 -mfloat-abi=hard -mfpu=neon" 
     8843                                 ;; 
     8844                             *) 
     8845                                 ac_webrtc_instset=sse2 
     8846                                 ;; 
     8847                         esac 
    88408848                        ;; 
    88418849                     *) 
Note: See TracChangeset for help on using the changeset viewer.