On 4/22/11 12:55 PM, Daniel Richard G. wrote:
> +DD64 is from CFLAGS in the environment prior to configuration.
Thanks, this is what I needed.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRUc
On Fri, 2011 Apr 22 10:08-0400, Chet Ramey wrote:
>
> That's not what actually happens. CCFLAGS and CCFLAGS_FOR_BUILD share
> a common set of options but differ in their use of CPPFLAGS and
> CFLAGS. The link is done with LDFLAGS_FOR_BUILD. It's hard to tell
> where the DD64 is coming from, since
On 4/22/11 12:07 AM, Daniel Richard G. wrote:
> On Thu, 2011 Apr 21 16:36-0400, Chet Ramey wrote:
>>
>> What is the part of CFLAGS that fixes this, and why not just add it to
>> CFLAGS_FOR_BUILD? CFLAGS_FOR_BUILD is for the `build tools' part of
>> the builtins library.
>
> I believe the "+DD64"
On Thu, 2011 Apr 21 16:36-0400, Chet Ramey wrote:
>
> What is the part of CFLAGS that fixes this, and why not just add it to
> CFLAGS_FOR_BUILD? CFLAGS_FOR_BUILD is for the `build tools' part of
> the builtins library.
I believe the "+DD64" bit is salient. (Generate 64-bit instead of
32-bit code.
> Building bash 4.2 on an HP-UX/Itanium system:
>
> gmake[1]: Entering directory `/tmp/bash-4.2.build/builtins'
> rm -f mkbuiltins.o
> cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I/tg/freeport/src/bash/bash--4.2
> -I/tg/freeport/src/bash/bash--4.2/include
> -I/tg/freeport/src/bash/bash--4.2/lib
Building bash 4.2 on an HP-UX/Itanium system:
gmake[1]: Entering directory `/tmp/bash-4.2.build/builtins'
rm -f mkbuiltins.o
cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I/tg/freeport/src/bash/bash--4.2
-I/tg/freeport/src/bash/bash--4.2/include -I/tg/freeport/src/bash/bash--4.2/lib
-I/tg/freeport/