search for: llvm_cv_os_typ

Displaying 12 results from an estimated 12 matches for "llvm_cv_os_typ".

Did you mean: llvm_cv_os_type
2006 Apr 17
3
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
...type of operating system we're on... Unknown configure: error: Operating system is unknown, configure can't continue LLVM's configure.ac has a hard-coded list of supported platforms, which is a shame, and `openbsd' isn't in it. [case $build in *-*-aix*) llvm_cv_os_type="AIX" llvm_cv_platform_type="Unix" ;; ... *-*-freebsd*) llvm_cv_os_type="FreeBSD" llvm_cv_platform_type="Unix" ;; So I forged `freebsd' $ ./configure --build=i386-unknown-freebsd3.8 and ./configure completed su...
2006 Apr 17
0
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
...;re on... Unknown > configure: error: Operating system is unknown, configure can't continue > >LLVM's configure.ac has a hard-coded list of supported platforms, which >is a shame, and `openbsd' isn't in it. > > [case $build in > *-*-aix*) > llvm_cv_os_type="AIX" > llvm_cv_platform_type="Unix" ;; > ... > *-*-freebsd*) > llvm_cv_os_type="FreeBSD" > llvm_cv_platform_type="Unix" ;; > >So I forged `freebsd' > > $ ./configure --build=i386-unknown-free...
2006 Apr 18
1
[LLVMdev] OpenBSD. (Was: 1.7 Pre-Release Ready for Testing)
...;re on... Unknown > configure: error: Operating system is unknown, configure can't continue > >LLVM's configure.ac has a hard-coded list of supported platforms, which >is a shame, and `openbsd' isn't in it. > > [case $build in > *-*-aix*) > llvm_cv_os_type="AIX" > llvm_cv_platform_type="Unix" ;; > ... > *-*-freebsd*) > llvm_cv_os_type="FreeBSD" > llvm_cv_platform_type="Unix" ;; > >So I forged `freebsd' > > $ ./configure --build=i386-unknown-free...
2006 Apr 17
0
[LLVMdev] 1.7 Pre-Release Ready for Testing
Hi Josephm > I would like to test but the I modigied the configure to make unknown > = OpenBSD and Unix and go pretty far but it died right after 'supports > mkdir' yes... Could that have been `checking for mkdir...'? > then the next line was 'your system is unsupported'' Have you looked at ./config.log. ./configure creates this as it runs as a trace of the
2006 Apr 16
2
[LLVMdev] 1.7 Pre-Release Ready for Testing
I would like to test but the I modigied the configure to make unknown = OpenBSD and Unix and go pretty far but it died right after 'supports mkdir' yes... then the next line was 'your system is unsupported'' I have gcc 3.3 on OpenBSD 3.3 pro-police stack compiler... I am only really interested in testing the C/C++ but C primarily for my work. regards, Joseph Altea
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
...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 LLVM_ON_UNIX=1 LLVM_ON_WIN32=0 ;; Jay.
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
...lue= 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_BUILD='' BINPWD='' BISON='' BUILD_CC=''...
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
...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_BUILD='...
2011 Dec 13
5
[LLVMdev] make check-all failing 18 tests with --enable-optimized
As part of our automated testing, I'm running make check-all to watch for failures. One of my builds uses the --enable-optimized option to configure. When I build the latest trunk, I'm now seeing 18 failing tests: Clang :: Preprocessor/macro_paste_c_block_comment.c LLVM :: CodeGen/ARM/2011-05-04-MultipleLandingPadSuccs.ll LLVM :: CodeGen/ARM/2011-11-14-EarlyClobber.ll LLVM