autoconf
[Top][All Lists]
Advanced

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

Re: Configure/make files for cross compilers


From: Dan Kegel
Subject: Re: Configure/make files for cross compilers
Date: Thu, 28 Mar 2002 13:18:57 -0800

Dan Kegel wrote:
> address@hidden@gcc CFLAGS="@IXIA_TARGET_CFLAGS@"
> ac_cv_func_mmap_fixed_mapped=yes

That should all have been one line; the ac_cv_func_mmap_fixed_mapped=yes
is supposed to be part of $(ACENV), so it overrides the
environment properly in the line
 cd @IXIA_K_ARCH@; $(ACENV) ../$(NAME)/configure --enable-upload; make

(Mailer line wrapping is sometimes a pain.)
- Dan



reply via email to

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