aboutsummaryrefslogtreecommitdiffstats
path: root/main/s390-tools/0101-zipl-dont-optimize-size.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/s390-tools/0101-zipl-dont-optimize-size.patch')
-rw-r--r--main/s390-tools/0101-zipl-dont-optimize-size.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/main/s390-tools/0101-zipl-dont-optimize-size.patch b/main/s390-tools/0101-zipl-dont-optimize-size.patch
deleted file mode 100644
index 39d8d793a71..00000000000
--- a/main/s390-tools/0101-zipl-dont-optimize-size.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/zipl/boot/Makefile b/zipl/boot/Makefile
-index 52b3a23..9dfb146 100644
---- a/zipl/boot/Makefile
-+++ b/zipl/boot/Makefile
-@@ -1,6 +1,9 @@
- # Common definitions
- include ../../common.mak
-
-+ALL_CPPFLAGS := $(filter-out -Os,$(ALL_CPPFLAGS))
-+ALL_CFLAGS := $(filter-out -Os,$(ALL_CFLAGS))
-+
- ALL_CFLAGS = $(NO_PIE_CFLAGS) -Os -g -I $(rootdir)/zipl/include \
- -I $(rootdir)/include -DS390_TOOLS_RELEASE=$(S390_TOOLS_RELEASE) \
- -fno-builtin -ffreestanding -fno-asynchronous-unwind-tables \
-
-diff --git a/zipl/src/Makefile b/zipl/src/Makefile
-index 1f39d06..f6bcb97 100644
---- a/zipl/src/Makefile
-+++ b/zipl/src/Makefile
-@@ -5,6 +5,8 @@
- -DZFCPDUMP_IMAGE="STRINGIFY($(ZFCPDUMP_DIR)/$(ZFCPDUMP_IMAGE))" \
- -DZFCPDUMP_INITRD="STRINGIFY($(ZFCPDUMP_DIR)/$(ZFCPDUMP_INITRD))" \
- -D_FILE_OFFSET_BITS=64 $(NO_PIE_CFLAGS)
-+ALL_CPPFLAGS := $(filter-out -Os,$(ALL_CPPFLAGS))
-+ALL_CFLAGS := $(filter-out -Os,$(ALL_CFLAGS))
- ALL_LDFLAGS += -Wl,-z,noexecstack $(NO_PIE_LDFLAGS)
-
- libs = $(rootdir)/libutil/libutil.a