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 /sound | |
| parent | edb28d3f70cee6d30cd57e60ffb71343b263bc52 (diff) | |
Revert "GCC: Fix up for gcc 5+"
This reverts commit ff505baaf412985af758d5820cd620ed9f1a7e05.
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/Makefile | 1 | ||||
| -rw-r--r-- | sound/soc/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sound/Makefile b/sound/Makefile index 981c8e663..ce9132b1c 100644 --- a/sound/Makefile +++ b/sound/Makefile @@ -1,6 +1,5 @@ # Makefile for the Linux sound card driver # -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-unsafe-math-optimizations -fno-strict-aliasing obj-$(CONFIG_SOUND) += soundcore.o obj-$(CONFIG_SOUND_PRIME) += sound_firmware.o diff --git a/sound/soc/Makefile b/sound/soc/Makefile index a8ad24f3e..7ce86fd6e 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -1,5 +1,3 @@ -CFLAGS_KERNEL := -fno-unsafe-math-optimizations -fno-strict-aliasing - snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o snd-soc-core-objs += soc-pcm.o soc-compress.o soc-io.o |
