mateslackbuilds / msb

SlackBuild scripts for the MATE desktop environment
https://mateslackbuilds.github.io/
48 stars 16 forks source link

Adding SLKCFLAGS for ARM arch #23

Closed l4m3rx closed 6 years ago

l4m3rx commented 6 years ago

Adding

elif [ "$ARCH" = "arm" ]; then
  SLKCFLAGS="-O2 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
  LIBDIRSUFFIX=""

The same SLKCFLAGS are used in slackwarearm. I've tested them and all package build on ARM and everything seems to work as expected.