- Remove unused Create-preprocessed-output-from-setparam.patch which
existed for debugging. OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=130
This commit is contained in:
parent
4d274741c5
commit
be1fee3ffa
@ -1,31 +0,0 @@
|
||||
From: Egbert Eich <eich@suse.de>
|
||||
Date: Mon Feb 28 10:33:05 2022 +0100
|
||||
Subject: Create preprocessed output from setparam.
|
||||
Patch-mainline: Not yet
|
||||
Git-commit: e5b7694b3f37f44145ce6343ca29bd97327f82bf
|
||||
References:
|
||||
|
||||
Signed-off-by: Egbert Eich <eich@suse.de>
|
||||
---
|
||||
kernel/Makefile | 9 ++++++++-
|
||||
1 file changed, 8 insertions(+), 1 deletion(-)
|
||||
diff --git a/kernel/Makefile b/kernel/Makefile
|
||||
index cbe4cde..8bc6883 100644
|
||||
--- a/kernel/Makefile
|
||||
+++ b/kernel/Makefile
|
||||
@@ -161,7 +161,14 @@ qconjg.$(SUFFIX): $(KERNELDIR)/qconjg.S
|
||||
lsame.$(SUFFIX): $(KERNELDIR)/$(LSAME_KERNEL)
|
||||
$(CC) -c $(CFLAGS) -DF_INTERFACE $< -o $(@F)
|
||||
|
||||
-setparam$(TSUFFIX).$(SUFFIX): setparam$(TSUFFIX).c kernel$(TSUFFIX).h
|
||||
+setparam$(TSUFFIX).E: setparam$(TSUFFIX).c kernel$(TSUFFIX).h
|
||||
+ifeq ($(USE_GEMM3M), 1)
|
||||
+ $(CC) -E $(CFLAGS) -DUSE_GEMM3M $< > $@
|
||||
+else
|
||||
+ $(CC) -E $(CFLAGS) $< > $@
|
||||
+endif
|
||||
+
|
||||
+setparam$(TSUFFIX).$(SUFFIX): setparam$(TSUFFIX).c kernel$(TSUFFIX).h setparam$(TSUFFIX).E
|
||||
ifeq ($(USE_GEMM3M), 1)
|
||||
$(CC) -c $(CFLAGS) -DUSE_GEMM3M $< -o $@
|
||||
else
|
Loading…
x
Reference in New Issue
Block a user