Skip to content

Commit 6eedfaa

Browse files
author
Martin Schwidefsky
committed
s390: reenable gcc plugins
Now that the early boot rework is upstream we can enable the gcc plugins again. See git commit 72f108b308707f21499e0ac05bf7370360cf06d8 "s390: disable gcc plugins" for reference. Signed-off-by: Martin Schwidefsky <[email protected]>
1 parent 2a6777a commit 6eedfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/s390/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ config S390
140140
select HAVE_FUNCTION_GRAPH_TRACER
141141
select HAVE_FUNCTION_TRACER
142142
select HAVE_FUTEX_CMPXCHG if FUTEX
143-
select HAVE_GCC_PLUGINS if BROKEN
143+
select HAVE_GCC_PLUGINS
144144
select HAVE_KERNEL_BZIP2
145145
select HAVE_KERNEL_GZIP
146146
select HAVE_KERNEL_LZ4

0 commit comments

Comments
 (0)