package/openblas: respect the optimization level specified by Buildroot
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Fri, 5 Mar 2021 13:48:38 +0000 (14:48 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 6 Mar 2021 15:35:44 +0000 (16:35 +0100)
commitb4df526ce37bced5be76f40c880de83f4fb23e7b
treedb452d8c20e0e7173540bffeccc03da3c35360ba
parenta0508b570530f381a42d9dd04757032ce4e72a57
package/openblas: respect the optimization level specified by Buildroot

openblas internally sets -O2, after the flags being passed by Buildroot
(e.g. -Os).

Patch openblas to let the Buildroot-specified flag survive.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/openblas/0004-Makefile.system-don-t-specify-optimization-level-bui.patch [new file with mode: 0644]