roundshot

n/a
git clone git://parazyd.org/roundshot.git
Log | Files | Refs | LICENSE

config.mk (452B)


      1 # See LICENSE file for copyright and license details
      2 
      3 # URL of musl-cross-make git repository
      4 MUSL_CROSS_MAKE = https://github.com/richfelker/musl-cross-make
      5 
      6 # Name of the toolchain to compile
      7 TC_NAME = arm-linux-musleabihf
      8 
      9 # Options for building the toolchain (used by musl-cross-make)
     10 COMMON_CONFIG += --disable-nls
     11 GCC_CONFIG += --enable-languages=c,c++
     12 GCC_CONFIG += --disable-libquadmath --disable-decimal-float
     13 GCC_CONFIG += --disable-multilib