From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WVlxI-0008FA-41 for mharc-grub-devel@gnu.org; Thu, 03 Apr 2014 14:01:36 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVlx6-00088c-Ox for grub-devel@gnu.org; Thu, 03 Apr 2014 14:01:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVlwx-0005mD-Mk for grub-devel@gnu.org; Thu, 03 Apr 2014 14:01:24 -0400 Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:64106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVlwx-0005m4-Fm for grub-devel@gnu.org; Thu, 03 Apr 2014 14:01:15 -0400 Received: by mail-la0-f41.google.com with SMTP id gl10so1668972lab.28 for ; Thu, 03 Apr 2014 11:01:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=6pA7/cJ0llao2ES4XFuJbhU3pgqDbnpPtI4FqgFH8wo=; b=N0AECD8ZS6eAtPVDI64A723PIGij2bdfN9zFbGzs9wWwzeMrGX4rHZp2jFZSIRsNmQ UVXT2OjrvqKf2sqyJZhSNU05MJQqMonjKlKnAQrGXrP9y4sw1Sk+XAIKNkZn8mpIkBqd IP6WW4PiT9LUq/u1LcRZthh3+CvGidA4ETlouDd25qJs+qpNEYsAAL4qnxlsPyC+6pkR +SThiExqdVxhVouVkVDY5c0EmIz4svTfWmvRIy3a6rXrCV6VUc0KPLZ1n5cSZ9sf6NmK Z1b8IAsAP4xtXSx39ELs6C+pPLjvH6n5dFR7yiUkr5RbkTsou/kOhSl/HIKXOzR8whMl NKYA== X-Received: by 10.152.29.170 with SMTP id l10mr2431744lah.40.1396548074013; Thu, 03 Apr 2014 11:01:14 -0700 (PDT) Received: from opensuse.site (ppp37-190-15-130.pppoe.spdop.ru. [37.190.15.130]) by mx.google.com with ESMTPSA id n9sm4007040lbg.6.2014.04.03.11.01.13 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 03 Apr 2014 11:01:13 -0700 (PDT) Date: Thu, 3 Apr 2014 22:01:12 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: HOST_* flags are not used by gnulib Message-ID: <20140403220112.3741074b@opensuse.site> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::229 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 18:01:34 -0000 I noticed that host flags are not propagated to gnulib. This does not feel right; in particular I noticed it because attempt to enable debugging for host tools (HOST_CFLAGS=-g) did not work for gnulib files. Is it intentional?