This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Added the configure for the host loongcc compiling on Loongson3.
tags/v0.2.7
Zhang Xianyi
12 years ago
parent
1a57717b1a
commit
75a5dc3975
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save