bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

builtins/Makefile should use CFLAGS


From: Jan Schaumann
Subject: builtins/Makefile should use CFLAGS
Date: Mon, 17 May 2004 18:37:09 -0400
User-agent: Mutt/1.4.1i

Hello,

builtins/Makefile does not use CFLAGS.  Suppose I compile bash under
IRIX64, using gcc.  I set CFLAGS to include "-mabi=64" to generate 64bit
binaries and object files.  Building bash will then fail, as
builtins/Makefile is missing this flag, thus generating 32bit object
files, which can not be linked with the 64bit object files from the
other directories.

The attached patch adds CFLAGS to the CC_FOR_BUILD definition.  Please
consider including this patch (or otherwise ensuring that
builtins/Makefile inherits the CFLAGS).

Thanks,
-Jan

-- 
DON'T PANIC!

Attachment: patch-ag
Description: Text document

Attachment: pgp3a9S5CA_zX.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]