[LLVMdev] Question of autotools about adding a new target for LLVM
Lu Mitnick
king19880326 at gmail.com
Mon Dec 27 00:32:21 PST 2010
Hello Takumi and all,
I follow the steps and run ./autoconf/AutoRegen.sh successfully(haven't
modified configure.ac yet)
However there is a little difference between origin configure file and the
generated one.
$diff configure configure.bak
1394c1394
< --enable-optimized Compile with optimizations enabled (default is
YES)
---
> --enable-optimized Compile with optimizations enabled (default is
NO)
I am wondering to know whether I miss some parameter with executing
AutoRegen.sh??
thanks a lot
yi-hong
2010/12/27 NAKAMURA Takumi <geek4civic at gmail.com>
> Good morning, Lu.
>
> You may do;
>
> 1) build and install certain autotools with
> --prefix=/path/to/your/autotools
> 2) run the line; PATH=/path/to/your/autotools/bin:$PATH
> autoconf/AutoRegen.sh
>
>
> Good luck! ...Takumi
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101227/4cff2908/attachment.html>
More information about the llvm-dev
mailing list