search for: dwords_bigendian

Displaying 10 results from an estimated 10 matches for "dwords_bigendian".

Did you mean: words_bigendian
2008 Jun 03
0
[releng_6 tinderbox] failure on sparc64/sparc64
...c -O2 -pipe -I/src/lib/bind/bind/../../../contrib/bind9/lib/bind/port/freebsd/include -I/src/lib/bind/bind/../../../contrib/bind9/lib/bind/include -I/src/lib/bind/bind -DVERSION='"9.3.5"' -DHAVE_CONFIG_H -DLIBINTERFACE=4 -DLIBREVISION=9 -DLIBAGE=0 -DWANT_IPV6 -DOPENSSL -DUSE_MD5 -DWORDS_BIGENDIAN -DNS_LOCALSTATEDIR='"/var"' -DNS_SYSCONFDIR='"/etc/namedb"' -DNAMED_CONFFILE='"/etc/namedb/named.conf"' -DRNDC_CONFFILE='"/etc/namedb/rndc.conf"' -DRNDC_KEYFILE='"/etc/namedb/rndc.key"' -I/src/lib/bind/bind/.....
2012 Apr 08
0
[releng_9 tinderbox] failure on sparc64/sparc64
...t;>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] cc -O2 -pipe -DVERSION='"9.8.1-P1"' -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -DLIBINTERFACE=84 -DLIBREVISION=1 -DLIBAGE=3 -DWANT_IPV6 -DOPENSSL -DUSE_MD5 -DWORDS_BIGENDIAN -DNS_LOCALSTATEDIR='"/var"' -DNS_SYSCONFDIR='"/etc/namedb"' -DNAMED_CONFFILE='"/etc/namedb/named.conf"' -DRNDC_CONFFILE='"/etc/namedb/rndc.conf"' -DRNDC_KEYFILE='"/etc/namedb/rndc.key"' -I/src/lib/bind/dns/.....
2007 Dec 17
1
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...r autoconf? > I could make an clamav-config.h that should work if compiled with llvm-gcc. Can I assume <endian.h> exists on all your platforms? [or how else can I detect endianness by using only macros from headers?] I've seen a Makefile having if $(ENDIAN), can I use that to pass -DWORDS_BIGENDIAN=... to the compiler? Or I can create a config.h that assumes the platform is bigendian (assuming little-endian would SIGBUS on Sparc). Thoughts? Thanks, Edwin
2008 Jan 08
2
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...de -I../../..//include -I/Users/echeng/LLVM/\llvm/ include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -DHAVE_CONFIG_H -Iinclude/ libclamav/regex/ -Iinclude/libclamav/nsis -Iinclude/libclamav/lzma - Iinclude/libclamav\ -Iinclude/shared -Iinclude/clamscan/ -Iinclude/ - DC_DARWIN -DFPU_WORDS_BIGENDIAN=0 -DWORDS_BIGENDIAN=0 -O2 -mdynamic- no-pic -fomit-frame-pointer -O0 -c clamsca\n_clamscan.c -o Output/ clamscan_clamscan.bc -emit-llvm Looks like it's a makefile issue? 2. prepare.sh getdb doesn't work for me because I don't have wget. Is it possible for you to get the complete source in a compilabl...
2007 Dec 18
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Chris Lattner wrote: > One way to do this is to add a "cut down" version of the app to the > test suite. I disabled optional features in clamav-config.h > >> 2. GPL license. Chris? > > Any open source license that allows unrestricted redistribution is > fine in llvm-test Ok, I have created a script that automatically checks out ClamAV 0.92-stable source code
2007 Dec 18
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
On Mon, 17 Dec 2007, Evan Cheng wrote: > We always welcome more tests. But it looks like there are two issues > here. > > 1. The autoconf requirement. Is it possible to get one configuration > working without the need for autoconf? One way to do this is to add a "cut down" version of the app to the test suite. > 2. GPL license. Chris? Any open source license that
2012 Dec 26
0
[PATCH] Fix building with MSYS and MinGW(-w64); Improve Makefile.lite build system
...DHAVE_INTTYPES_H -DHAVE_CXX_VARARRAYS -DHAVE_LANGINFO_CODESET -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + ifeq ($(OS),Darwin) -CONFIG_CFLAGS=-DHAVE_STDINT_H -DHAVE_ICONV -DHAVE_CXX_VARARRAYS -DHAVE_LANGINFO_CODESET -DFLAC__HAS_OGG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAC__SYS_DARWIN -DWORDS_BIGENDIAN + CONFIG_CFLAGS += -DFLAC__SYS_DARWIN -DWORDS_BIGENDIAN +else + CONFIG_CFLAGS += -DHAVE_SOCKLEN_T +endif + +ifneq (0,$(USE_ICONV)) + CONFIG_CFLAGS += -DHAVE_ICONV + ICONV_LIBS = -liconv +else + ICONV_LIBS = +endif + +ifneq (0,$(USE_OGG)) + CONFIG_CFLAGS += -DFLAC__HAS_OGG=1 + O...
2012 Dec 27
4
[PATCH] Makefile.lite: Fix building with MSYS and MinGW(-w64), Improvements
...DHAVE_INTTYPES_H -DHAVE_CXX_VARARRAYS -DHAVE_LANGINFO_CODESET -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 + ifeq ($(OS),Darwin) -CONFIG_CFLAGS=-DHAVE_STDINT_H -DHAVE_ICONV -DHAVE_CXX_VARARRAYS -DHAVE_LANGINFO_CODESET -DFLAC__HAS_OGG -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAC__SYS_DARWIN -DWORDS_BIGENDIAN + CONFIG_CFLAGS += -DFLAC__SYS_DARWIN -DWORDS_BIGENDIAN -arch $(PROC) +else + CONFIG_CFLAGS += -DHAVE_SOCKLEN_T +endif + +ifneq (0,$(USE_ICONV)) + CONFIG_CFLAGS += -DHAVE_ICONV + ICONV_LIBS = -liconv +else + ICONV_LIBS = +endif + +ifneq (0,$(USE_OGG)) + CONFIG_CFLAGS += -DFLAC__HA...
2007 Dec 17
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
We always welcome more tests. But it looks like there are two issues here. 1. The autoconf requirement. Is it possible to get one configuration working without the need for autoconf? 2. GPL license. Chris? Evan On Dec 14, 2007, at 12:30 PM, Török Edwin wrote: > Hi, > > I see that you are looking for new programs for the testsuite, as > described in 'Compile programs with
2007 Dec 14
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Hi, I see that you are looking for new programs for the testsuite, as described in 'Compile programs with the LLVM compiler', and 'Adding programs to the llvm testsuite" on llvm.org/OpenProjects. My favourite "C source code" is ClamAV (www.clamav.net), and I would like to get it included in the testsuite. This mail is kind of long, but please bear with me, as I want