summaryrefslogtreecommitdiff
path: root/sys-power/cpupower/files
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/cpupower/files')
-rw-r--r--sys-power/cpupower/files/cflags-strip.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sys-power/cpupower/files/cflags-strip.patch b/sys-power/cpupower/files/cflags-strip.patch
deleted file mode 100644
index 6e70fdf38b1c..000000000000
--- a/sys-power/cpupower/files/cflags-strip.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -180,14 +180,7 @@
- endif
- export QUIET ECHO
-
--# if DEBUG is enabled, then we do not strip or optimize
--ifeq ($(strip $(DEBUG)),true)
-- CFLAGS += -O1 -g -DDEBUG
-- STRIPCMD = /bin/true -Since_we_are_debugging
--else
-- CFLAGS += $(OPTIMIZATION) -fomit-frame-pointer
-- STRIPCMD = $(STRIP) -s --remove-section=.note --remove-section=.comment
--endif
-+STRIPCMD = true
-
-
- # the actual make rules