|
From: | John Paul Adrian Glaubitz |
Subject: | Re: [PATCH v2 1/4] configure: Drop unneeded TARGET_CFLAGS expansion |
Date: | Fri, 3 Apr 2020 15:36:53 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
On 4/3/20 2:45 PM, Daniel Kiper wrote: > diff --git a/configure.ac b/configure.ac > index 88c0adbae..b2576b013 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -77,7 +77,7 @@ grub_TRANSFORM([grub-file]) > > # Optimization flag. Allow user to override. > if test "x$TARGET_CFLAGS" = x; then > - TARGET_CFLAGS="$TARGET_CFLAGS -Os" > + TARGET_CFLAGS=-Os > fi Good catch. It took me a few seconds to realize that the conditional is only true and "-Os" added when TARGET_CFLAGS is not set by the user :). Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - address@hidden `. `' Freie Universitaet Berlin - address@hidden `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
[Prev in Thread] | Current Thread | [Next in Thread] |