Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Side by Side Diff: bison/src/bison/2.4.1/bison-2.4.1/tests/atlocal

Issue 10807020: Add native Windows binary for bison. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*-
2 # Configurable variable values for Bison test suite.
3
4 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
5 # Software Foundation, Inc.
6
7 EXEEXT='.exe'
8 exec_prefix='${prefix}'
9 bindir='${exec_prefix}/bin'
10 prefix='c:/progra~1/bison'
11 buildlibdir=$(cygpath -m $abs_top_builddir/lib)
12 srclibdir=$(cygpath -m $abs_top_srcdir/lib)
13
14 # We need a C compiler.
15 CC='gcc -std=gnu99'
16
17 # We want no optimization.
18 CFLAGS='-Wall -Wpointer-arith -fms-extensions -mms-bitfields -fno-exceptions -fo mit-frame-pointer -march=i386 -ffast-math -Wstrict-prototypes '
19
20 # We need `config.h'.
21 CPPFLAGS="-I$buildlibdir -I$srclibdir -D__USE_MINGW_ACCESS -D_LARGEFILE_SOURCE =1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DENABLE_RELOCATABLE -DINSTALL PREFIX=$prefix -DINSTALLDIR=$bindir -DEXEEXT=$EXEEXT -DNO_XMALLOC -ID:/Pro gra~1/GnuWin32/include "
22
23 # Is the compiler GCC?
24 GCC='yes'
25
26 # The C++ compiler.
27 CXX='g++'
28
29 # If 'exit 77'; skip all C++ tests; otherwise ':'.
30 BISON_CXX_WORKS=':'
31
32 # We want no optimization with C++, too.
33 CXXFLAGS='-Wall -Wpointer-arith -fms-extensions -mms-bitfields -fno-exceptions - fomit-frame-pointer -march=i386 -ffast-math -fconserve-space -fno-rtti -D__STDC_ LIMIT_MACROS '
34
35 # Are special link options needed?
36 LDFLAGS=' -Wl,-s -Wl,--force-exe-suffix -Wl,--enable-auto-import -Wl,--enable-ru ntime-pseudo-reloc -Wl,--allow-multiple-definition -Wl,--enable-stdcall-fixup -L D:/Progra~1/GnuWin32/lib '
37
38 # Are special libraries needed?
39 LIBS=" -Wl,-s -LD:/Progra~1/GnuWin32/lib -lintl -lwsock32 -lole32 -luuid -lmsv cp60 D:/Progra~1/GnuWin32/lib/libintl.dll.a -LD:/Progra~1/GnuWin32/lib $buildl ibdir/libbison.a"
40
41 # Empty if no javac was found
42 CONF_JAVAC=''
43
44 # Empty if no Java VM was found
45 CONF_JAVA='gij'
46
47 # Empty if no xsltproc was found
48 XSLTPROC=''
OLDNEW
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1/tests/atconfig ('k') | bison/src/bison/2.4.1/bison-2.4.1/tests/bison » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698