diff options
author | Jan Hoffmann <jan@3e8.eu> | 2021-10-28 18:56:13 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-01-08 00:49:59 +0100 |
commit | 9d878d84227ffac92b5616fb9a4253cae28fc580 (patch) | |
tree | a36c22a54a2f3a3c4e396fd5cde60a036a790c61 /package/kernel/lantiq/ltq-ifxos/patches/020-no-O3.patch | |
parent | 5ee1e045174bad1b7f2754bb022346acc60220f5 (diff) | |
download | upstream-9d878d84227ffac92b5616fb9a4253cae28fc580.tar.gz upstream-9d878d84227ffac92b5616fb9a4253cae28fc580.tar.bz2 upstream-9d878d84227ffac92b5616fb9a4253cae28fc580.zip |
ltq-ifxos: update to 1.7.1
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
[fix warnings, switch to tag tarball, update patches]
Signed-off-by: Andre Heider <a.heider@gmail.com>
Diffstat (limited to 'package/kernel/lantiq/ltq-ifxos/patches/020-no-O3.patch')
-rw-r--r-- | package/kernel/lantiq/ltq-ifxos/patches/020-no-O3.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-ifxos/patches/020-no-O3.patch b/package/kernel/lantiq/ltq-ifxos/patches/020-no-O3.patch index d2e816f5c0..e883b5b1fd 100644 --- a/package/kernel/lantiq/ltq-ifxos/patches/020-no-O3.patch +++ b/package/kernel/lantiq/ltq-ifxos/patches/020-no-O3.patch @@ -1,6 +1,6 @@ --- a/src/Makefile.am +++ b/src/Makefile.am -@@ -45,8 +45,6 @@ endif !HAVE_GCC +@@ -48,8 +48,6 @@ endif !HAVE_GCC if ENABLE_DEBUG used_gcc_cflags += -O1 -g |