diff options
| author | Moyster <oysterized@gmail.com> | 2018-11-29 23:59:26 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-11-30 00:02:49 +0100 |
| commit | be2a1194e40a49e08b28bc415e5126b0a99e1194 (patch) | |
| tree | 3cca166a43fb676ce2d694711482069d64339264 /net | |
| parent | edb28d3f70cee6d30cd57e60ffb71343b263bc52 (diff) | |
Revert "GCC: Fix up for gcc 5+"
This reverts commit ff505baaf412985af758d5820cd620ed9f1a7e05.
Diffstat (limited to 'net')
| -rw-r--r-- | net/Makefile | 1 | ||||
| -rw-r--r-- | net/ipv4/Makefile | 1 | ||||
| -rw-r--r-- | net/netfilter/Makefile | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/net/Makefile b/net/Makefile index b26a4b5f4..67d460aa1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -4,7 +4,6 @@ # 2 Sep 2000, Christoph Hellwig <hch@infradead.org> # Rewritten to use lists instead of if-statements. # -CFLAGS_KERNEL := -fno-unsafe-math-optimizations -fno-strict-aliasing obj-y := nonet.o diff --git a/net/ipv4/Makefile b/net/ipv4/Makefile index 668013a63..5a9af0a9b 100644 --- a/net/ipv4/Makefile +++ b/net/ipv4/Makefile @@ -1,7 +1,6 @@ # # Makefile for the Linux TCP/IP (INET) layer. # -CFLAGS_KERNEL := -Wno-array-bounds obj-y := route.o inetpeer.o protocol.o \ ip_input.o ip_fragment.o ip_forward.o ip_options.o \ diff --git a/net/netfilter/Makefile b/net/netfilter/Makefile index 577bd9c8a..d9655f6f3 100644 --- a/net/netfilter/Makefile +++ b/net/netfilter/Makefile @@ -1,5 +1,3 @@ -CFLAGS_KERNEL := -fno-graphite -fno-graphite-identity -fno-loop-flatten -fno-tree-loop-linear -fno-loop-interchange -fno-loop-strip-mine -fno-loop-block -fno-loop-nest-optimize -fno-loop-parallelize-all -ftree-parallelize-loops=0 -fno-openmp -fno-fast-math -fno-strict-aliasing -fno-unsafe-math-optimizations - netfilter-objs := core.o nf_log.o nf_queue.o nf_sockopt.o nf_conntrack-y := nf_conntrack_core.o nf_conntrack_standalone.o nf_conntrack_expect.o nf_conntrack_helper.o nf_conntrack_proto.o nf_conntrack_l3proto_generic.o nf_conntrack_proto_generic.o nf_conntrack_proto_tcp.o nf_conntrack_proto_udp.o nf_conntrack_extend.o nf_conntrack_acct.o |
