diff options
Diffstat (limited to 'package/clapack')
-rw-r--r-- | package/clapack/Config.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/clapack/Config.in b/package/clapack/Config.in index 7d1f9401ae..e5be0b6441 100644 --- a/package/clapack/Config.in +++ b/package/clapack/Config.in @@ -23,10 +23,11 @@ config BR2_PACKAGE_CLAPACK_ARITH_H string "Custom BLAS arith.h" depends on BR2_PACKAGE_CLAPACK help - To optimize BLAS library for the hardware, an 'arith.h' header should - be provided. + To optimize BLAS library for the hardware, an 'arith.h' header + should be provided. If empty, the library will not be optimized by the compiler. - In any case an 'arithchk' program is built (but not installed), to be run - on the target to generate this arith.h header. + In any case an 'arithchk' program is built + (but not installed), to be run on the target to generate this + arith.h header. |