Displaying 6 results from an estimated 6 matches for "llvm_cv_link_all_option".
2006 Aug 22
1
[LLVMdev] Porting LLVM to irix.
Greetings!
As part of a compiler project I am working on, I am interested in
porting LLVM to Irix/MIPS. I figure I could start by working with the
bytecode to C translation part of LLVM. However, when I run configure,
llvm is saying that it does not recognize the host I am working with.
Are there any documents about how to port to a new OS/Instruction set?
Thanks,
Timothy
--
"... one of
2009 Feb 27
3
[LLVMdev] -fPIC warning on every compile on Cygwin
...t; Could you please rig Makefile.rules or something to print out the value
> of $(LLVM_ON_WIN32) ? The only way I can think of this happening is if
> that's erroneously false.
The configure script sets LLVM_ON_UNIX, not LLVM_ON_WIN32, for Cygwin:
case $host in
...
*-*-cygwin*)
llvm_cv_link_all_option="-Wl,--whole-archive"
llvm_cv_no_link_all_option="-Wl,--no-whole-archive"
llvm_cv_os_type="Cygwin"
llvm_cv_platform_type="Unix" ;;
case $llvm_cv_platform_type in
Unix)
cat >>confdefs.h <<\_ACEOF
#define LLVM_ON_UNIX 1
_ACEOF...
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
..._set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=powerpc-apple-darwin8.11.0
ac_cv_prog_ac_ct_CC=gcc
ac_cv_target=powerpc-apple-darwin8.11.0
llvm_cv_link_all_option=-Wl,-all_load
llvm_cv_no_link_all_option=-Wl,-noall_load
llvm_cv_os_type=Darwin
llvm_cv_platform_type=Unix
llvm_cv_target_arch=PowerPC
## ----------------- ##
## Output variables. ##
## ----------------- ##
ALLOCA=''
ALL_BINDINGS=''
AR=''
ARCH='PowerPC'
BINDINGS_TO...
2009 Feb 27
0
[LLVMdev] -fPIC warning on every compile on Cygwin
Aaron Gray wrote:
> On Sat, Feb 21, 2009 at 7:14 PM, Nick Lewycky <nicholas at mxc.ca
> <mailto:nicholas at mxc.ca>> wrote:
>
> Aaron Gray wrote:
> > On Thu, Feb 19, 2009 at 6:55 PM, Nick Lewycky <nicholas at mxc.ca
> <mailto:nicholas at mxc.ca>
> > <mailto:nicholas at mxc.ca <mailto:nicholas at mxc.ca>>> wrote:
2009 Feb 25
3
[LLVMdev] -fPIC warning on every compile on Cygwin
On Sat, Feb 21, 2009 at 7:14 PM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Aaron Gray wrote:
> > On Thu, Feb 19, 2009 at 6:55 PM, Nick Lewycky <nicholas at mxc.ca
> > <mailto:nicholas at mxc.ca>> wrote:
> >
> > Aaron Gray wrote:
> > > On Thu, Feb 19, 2009 at 5:52 PM, Nick Lewycky <nicholas at mxc.ca
> >
2009 Jun 18
0
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_host=powerpc-apple-darwin8.11.0
> ac_cv_prog_ac_ct_CC =gcc
> ac_cv_target=powerpc-apple-darwin8.11.0
> llvm_cv_link_all_option=-Wl,-all_load
> llvm_cv_no_link_all_option=-Wl,-noall_load
> llvm_cv_os_type=Darwin
> llvm_cv_platform_type=Unix
> llvm_cv_target_arch=PowerPC
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> ALLOCA=''
> ALL_BINDINGS='&...