buildroot: update to 2018.05

Verify that OpenBLAS x86 build is working as mentioned at:
https://bugs.busybox.net/show_bug.cgi?id=10856#c1
This commit is contained in:
Ciro Santilli
2018-06-09 14:28:47 +01:00
parent 335adec68a
commit 37d5fa8df9
3 changed files with 3 additions and 18 deletions

View File

@@ -1,7 +1,4 @@
/*
OpenBLAS hello world, initially adapted from:
https://stackoverflow.com/questions/49227682/gem5-can-not-simulate-my-program-that-calls-openblas-functions-with-an-fatal-err
*/
/* Adapted from: https://github.com/xianyi/OpenBLAS/wiki/User-Manual/59b62f98e7400270fb03ad1d85fba5b64ebbff2b#call-cblas-interface */
#include <cblas.h>
#include <stdio.h>