mbox series

[0/2] package/chicken: pass TARGET_CFLAGS to the build system

Message ID 20240811000029.1956409-1-jcmvbkbc@gmail.com
Headers show
Series package/chicken: pass TARGET_CFLAGS to the build system | expand

Message

Max Filippov Aug. 11, 2024, midnight UTC
Hello,

this series reverts xtensa-specific patch applied to the chicken package
and instead passes TARGET_CFLAGS to the chicken build system.

Max Filippov (2):
  Revert "package/chicken: move literals into text section for xtensa
    architecture"
  package/chicken: pass TARGET_CFLAGS to the build system

 .../0001-xtensa-text-section-literals.patch   | 30 -------------------
 package/chicken/chicken.mk                    | 15 ++--------
 2 files changed, 3 insertions(+), 42 deletions(-)
 delete mode 100644 package/chicken/0001-xtensa-text-section-literals.patch

Comments

Thomas Petazzoni Aug. 12, 2024, 8:23 p.m. UTC | #1
On Sat, 10 Aug 2024 17:00:27 -0700
Max Filippov <jcmvbkbc@gmail.com> wrote:

> Max Filippov (2):
>   Revert "package/chicken: move literals into text section for xtensa
>     architecture"
>   package/chicken: pass TARGET_CFLAGS to the build system

Thanks, both applied to master!

Thomas