Skip to content
Extraits de code Groupes Projets

Add option for architecture in Makefile

Fusionnées Eliah REBSTOCK a demandé de fusionner (removed):arch_option vers master
1 fichier
+ 1
1
Comparer les modifications
  • Côte à côte
  • En ligne
+ 1
1
# ARCH_OPT is the gcc architecture option (probably -m32 or -m64)
# ARCH_OPT is the gcc architecture option (probably -m32 or -m64)
export ARCH_OPT="-m64"
export ARCH_OPT="-m32"
MAKE="make"
MAKE="make"
build:
build:
Chargement en cours