Browse Source

Merge branch 'loongson3a' into loongson3b

tags/v0.2.7
Xianyi Zhang 13 years ago
parent
commit
986d542acb
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile.system

+ 4
- 0
Makefile.system View File

@@ -65,6 +65,10 @@ ifeq ($(DEBUG), 1)
GETARCH_FLAGS += -g
endif

ifeq ($(HOSTCC), loongcc)
GETARCH_FLAGS += -static
endif

# This operation is expensive, so execution should be once.
ifndef GOTOBLAS_MAKEFILE
export GOTOBLAS_MAKEFILE = 1


Loading…
Cancel
Save