This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Does anyone use Ada on Alpha?


Well, I was lucky enough to gain access to an alpha pca56 for a day (I say
lucky, this may not be repeatable!). However I was not able to build the Ada
frontend, due (AFAICT) to the image being too big for relocations. (Moreover, my understanding is that the default memory model for Alpha, is the largest memory model.) I used pristine 4.9.1 sources, host compiler

$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/alpha-linux-gnu/4.9/lto-wrapper
Target: alpha-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.1-1'
--with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.9 --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libssp
--disable-libmudflap --disable-libitm --disable-libsanitizer
--disable-libquadmath --enable-plugin --with-system-zlib
--disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-alpha/jre --enable-java-home
--with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-alpha
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-alpha
--with-arch-directory=alpha --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
--enable-objc-gc --enable-multiarch --with-long-double-128
--enable-checking=release --build=alpha-linux-gnu --host=alpha-linux-gnu
--target=alpha-linux-gnu
Thread model: posix
gcc version 4.9.1 (Debian 4.9.1-1)

and gnat-4.3 (as per http://archive.debian.net/lenny/alpha/gnat-4.3/download), and performed

$ ../gcc-4.9.1/configure --enable-languages=c,ada --disable-bootstrap
--enable-libada --prefix=/home/alan/install --disable-nls --disable-threads
--disable-tls

(config.log attached) then

$ make all-gcc

which after approx 8 hours, finally died with the error message below. Given no-one has responded to my previous message, I'm left wondering if Ada still builds on Alpha, and if not, then should we be worrying about code generation bugs in it? (even, dare I say it, hypothetical code generation bugs?)

--Alan


-----
g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W
-Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings
-DHAVE_CONFIG_H -static-libstdc++ -static-libgcc  -o gnat1 ada/adadecode.o
ada/adaint.o ada/argv.o ada/cio.o ada/cstreams.o ada/env.o ada/init.o
ada/initialize.o ada/raise.o ada/seh_init.o ada/targext.o ada/cuintp.o
ada/decl.o ada/misc.o ada/utils.o ada/utils2.o ada/trans.o ada/targtyps.o
ada/a-charac.o ada/a-chlat1.o ada/a-elchha.o ada/a-except.o ada/a-ioexce.o
ada/ada.o ada/spark_xrefs.o ada/ali.o ada/alloc.o ada/aspects.o ada/atree.o
ada/butil.o ada/casing.o ada/checks.o ada/comperr.o ada/csets.o ada/cstand.o
ada/debug.o ada/debug_a.o ada/einfo.o ada/elists.o ada/err_vars.o ada/errout.o
ada/erroutc.o ada/eval_fat.o ada/exp_aggr.o ada/exp_spark.o ada/exp_atag.o
ada/exp_attr.o ada/exp_cg.o ada/exp_ch11.o ada/exp_ch12.o ada/exp_ch13.o
ada/exp_ch2.o ada/exp_ch3.o ada/exp_ch4.o ada/exp_ch5.o ada/exp_ch6.o
ada/exp_ch7.o ada/exp_ch8.o ada/exp_ch9.o ada/exp_code.o ada/exp_dbug.o
ada/exp_disp.o ada/exp_dist.o ada/exp_fixd.o ada/exp_imgv.o ada/exp_intr.o
ada/exp_pakd.o ada/exp_prag.o ada/exp_sel.o ada/exp_smem.o ada/exp_strm.o
ada/exp_tss.o ada/exp_util.o ada/exp_vfpt.o ada/expander.o ada/fmap.o
ada/fname-uf.o ada/fname.o ada/freeze.o ada/frontend.o ada/g-byorma.o
ada/g-hesora.o ada/g-htable.o ada/g-spchge.o ada/g-speche.o ada/g-u3spch.o
ada/get_spark_xrefs.o ada/get_targ.o ada/gnat.o ada/gnatvsn.o ada/hostparm.o
ada/impunit.o ada/inline.o ada/interfac.o ada/itypes.o ada/krunch.o ada/layout.o
ada/lib-load.o ada/lib-util.o ada/lib-writ.o ada/lib-xref.o ada/lib.o ada/live.o
ada/namet-sp.o ada/namet.o ada/nlists.o ada/nmake.o ada/opt.o ada/osint-c.o
ada/osint.o ada/output.o ada/par.o ada/par_sco.o ada/prep.o ada/prepcomp.o
ada/put_spark_xrefs.o ada/put_scos.o ada/repinfo.o ada/restrict.o ada/rident.o
ada/rtsfind.o ada/s-addope.o ada/s-assert.o ada/s-bitops.o ada/s-carun8.o
ada/s-casuti.o ada/s-conca2.o ada/s-conca3.o ada/s-conca4.o ada/s-conca5.o
ada/s-conca6.o ada/s-conca7.o ada/s-conca8.o ada/s-conca9.o ada/s-crc32.o
ada/s-crtl.o ada/s-excdeb.o ada/s-except.o ada/s-exctab.o ada/s-htable.o
ada/s-imenne.o ada/s-imgenu.o ada/s-mastop.o ada/s-memory.o ada/s-os_lib.o
ada/s-parame.o ada/s-purexc.o ada/s-restri.o ada/s-secsta.o ada/s-soflin.o
ada/s-sopco3.o ada/s-sopco4.o ada/s-sopco5.o ada/s-stache.o ada/s-stalib.o
ada/s-stoele.o ada/s-strcom.o ada/s-strhas.o ada/s-string.o ada/s-strops.o
ada/s-traent.o ada/s-unstyp.o ada/s-utf_32.o ada/s-valint.o ada/s-valuns.o
ada/s-valuti.o ada/s-wchcnv.o ada/s-wchcon.o ada/s-wchjis.o ada/scans.o
ada/scil_ll.o ada/scn.o ada/scng.o ada/scos.o ada/sdefault.o ada/sem.o
ada/sem_aggr.o ada/sem_attr.o ada/sem_aux.o ada/sem_case.o ada/sem_cat.o
ada/sem_ch10.o ada/sem_ch11.o ada/sem_ch12.o ada/sem_ch13.o ada/sem_ch2.o
ada/sem_ch3.o ada/sem_ch4.o ada/sem_ch5.o ada/sem_ch6.o ada/sem_ch7.o
ada/sem_ch8.o ada/sem_ch9.o ada/sem_dim.o ada/sem_disp.o ada/sem_dist.o
ada/sem_elab.o ada/sem_elim.o ada/sem_eval.o ada/sem_intr.o ada/sem_mech.o
ada/sem_prag.o ada/sem_res.o ada/sem_scil.o ada/sem_smem.o ada/sem_type.o
ada/sem_util.o ada/sem_vfpt.o ada/sem_warn.o ada/set_targ.o ada/sinfo-cn.o
ada/sinfo.o ada/sinput-d.o ada/sinput-l.o ada/sinput.o ada/snames.o ada/sprint.o
ada/stand.o ada/stringt.o ada/style.o ada/styleg.o ada/stylesw.o ada/switch-c.o
ada/switch.o ada/system.o ada/table.o ada/targparm.o ada/tbuild.o ada/tree_gen.o
ada/tree_in.o ada/tree_io.o ada/treepr.o ada/treeprs.o ada/ttypes.o ada/types.o
ada/uintp.o ada/uname.o ada/urealp.o ada/usage.o ada/validsw.o ada/warnsw.o
ada/widechar.o ada/back_end.o ada/gnat1drv.o ada/b_gnat1.o libbackend.a main.o
libcommon-target.a libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a
attribs.o \
   libcommon-target.a libcommon.a ../libcpp/libcpp.a
../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a
../libdecnumber/libdecnumber.a   -L/home/alan/build/./cloog/.libs  -lcloog-isl
-L/home/alan/build/./isl/.libs  -lisl -L/home/alan/build/./gmp/.libs
-L/home/alan/build/./mpfr/.libs -L/home/alan/build/./mpc/src/.libs -lmpc -lmpfr
-lgmp -rdynamic -ldl  -L../zlib -lz -g -O2
/usr/lib/gcc/alpha-linux-gnu/4.9/libstdc++.a(locale.o): In function
`std::locale::name() const':
(.text._ZNKSt6locale4nameEv+0x41c): relocation truncated to fit: ELF_LITERAL
against `.text.unlikely._ZNSs4_Rep10_M_disposeERKSaIcE.part.3'
/usr/lib/gcc/alpha-linux-gnu/4.9/libstdc++.a(locale.o): In function
`std::locale::operator==(std::locale const&) const':
(.text._ZNKSt6localeeqERKS_+0x28c): relocation truncated to fit: ELF_LITERAL
against `.text.unlikely._ZNSs4_Rep10_M_disposeERKSaIcE.part.3'
/usr/lib/gcc/alpha-linux-gnu/4.9/libstdc++.a(compatibility-ldbl.o): In function
`std::money_get<wchar_t, std::istreambuf_iterator<wchar_t,
std::char_traits<wchar_t> > >::do_get(std::istreambuf_iterator<wchar_t,
std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t,
std::char_traits<wchar_t> >, bool, std::ios_base&, std::_Ios_Iostate&, long
double&) const':
(.text._ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe[_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe]+0x19c):
relocation truncated to fit: ELF_LITERAL against
`.text.unlikely._ZNSs4_Rep10_M_disposeERKSaIcE.part.14'
/usr/lib/gcc/alpha-linux-gnu/4.9/libstdc++.a(compatibility-ldbl.o): In function
`std::money_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
 >::do_get(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, bool, std::ios_base&,
std::_Ios_Iostate&, long double&) const':
(.text._ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe[_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRe]+0x19c):
relocation truncated to fit: ELF_LITERAL against
`.text.unlikely._ZNSs4_Rep10_M_disposeERKSaIcE.part.14'
/usr/lib/gcc/alpha-linux-gnu/4.9/libstdc++.a(compatibility-ldbl.o): In function
`std::money_get<wchar_t, std::istreambuf_iterator<wchar_t,
std::char_traits<wchar_t> > >::do_get(std::istreambuf_iterator<wchar_t,
std::char_traits<wchar_t> >, std::istreambuf_iterator<wchar_t,
std::char_traits<wchar_t> >, bool, std::ios_base&, std::_Ios_Iostate&,
std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>
 >&) const':
(.text._ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSbIwS2_SaIwEE[_ZNKSt9money_getIwSt19istreambuf_iteratorIwSt11char_traitsIwEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSbIwS2_SaIwEE]+0x26c):
relocation truncated to fit: ELF_LITERAL against
`.text.unlikely._ZNSs4_Rep10_M_disposeERKSaIcE.part.14'
/usr/lib/gcc/alpha-linux-gnu/4.9/libstdc++.a(compatibility-ldbl.o): In function
`std::money_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
 >::do_get(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, bool, std::ios_base&,
std::_Ios_Iostate&, std::string&) const':
(.text._ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSs[_ZNKSt9money_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_bRSt8ios_baseRSt12_Ios_IostateRSs]+0x2dc):
relocation truncated to fit: ELF_LITERAL against
`.text.unlikely._ZNSs4_Rep10_M_disposeERKSaIcE.part.14'
/usr/lib/gcc/alpha-linux-gnu/4.9/libstdc++.a(compatibility-ldbl.o): In function
`std::money_put<char, std::ostreambuf_iterator<char, std::char_traits<char> >
 >::do_put(std::ostreambuf_iterator<char, std::char_traits<char> >, bool,
std::ios_base&, char, long double) const':
(.text._ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basece[_ZNKSt9money_putIcSt19ostreambuf_iteratorIcSt11char_traitsIcEEE6do_putES3_bRSt8ios_basece]+0x3ac):
relocation truncated to fit: ELF_LITERAL against
`.text.unlikely._ZNSs4_Rep10_M_disposeERKSaIcE.part.14'
/usr/lib/gcc/alpha-linux-gnu/4.9/libstdc++.a(compatibility-ldbl.o): In function
`std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
 >::_M_extract_float(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&,
std::_Ios_Iostate&, std::string&) const':
(.text._ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE16_M_extract_floatES3_S3_RSt8ios_baseRSt12_Ios_IostateRSs[_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE16_M_extract_floatES3_S3_RSt8ios_baseRSt12_Ios_IostateRSs]+0x1aa0):
relocation truncated to fit: ELF_LITERAL against
`.text.unlikely._ZNSs4_Rep10_M_disposeERKSaIcE.part.14'
/usr/lib/gcc/alpha-linux-gnu/4.9/libstdc++.a(compatibility-ldbl.o): In function
`std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
 >::do_get(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&,
std::_Ios_Iostate&, float&) const':
(.text._ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRf[_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRf]+0x2ac):
relocation truncated to fit: ELF_LITERAL against
`.text.unlikely._ZNSs4_Rep10_M_disposeERKSaIcE.part.14'
/usr/lib/gcc/alpha-linux-gnu/4.9/libstdc++.a(compatibility-ldbl.o): In function
`std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
 >::do_get(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&,
std::_Ios_Iostate&, double&) const':
(.text._ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRd[_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRd]+0x2ac):
relocation truncated to fit: ELF_LITERAL against
`.text.unlikely._ZNSs4_Rep10_M_disposeERKSaIcE.part.14'
/usr/lib/gcc/alpha-linux-gnu/4.9/libstdc++.a(compatibility-ldbl.o): In function
`std::num_get<char, std::istreambuf_iterator<char, std::char_traits<char> >
 >::do_get(std::istreambuf_iterator<char, std::char_traits<char> >,
std::istreambuf_iterator<char, std::char_traits<char> >, std::ios_base&,
std::_Ios_Iostate&, long double&) const':
(.text._ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRe[_ZNKSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE6do_getES3_S3_RSt8ios_baseRSt12_Ios_IostateRe]+0x2ac):
additional relocation overflows omitted from the output
collect2: error: ld returned 1 exit status
../../gcc-4.9.1/gcc/ada/gcc-interface/Make-lang.in:596: recipe for target
'gnat1' faile

Alan Lawrence wrote:
...as I've not managed to build such a gcc. If so, is there any chance you could please test check-ada with the following patch (in gcc/ directory), which rolls back r76965:

Index: combine.c
===================================================================
--- combine.c   (revision 212523)
+++ combine.c   (working copy)
@@ -10218,9 +10218,6 @@
             if (CONST_INT_P (XEXP (varop, 1))
                 /* We can't do this if we have (ashiftrt (xor))  and the
                    constant has its sign bit set in shift_mode.  */
-             && !(code == ASHIFTRT && GET_CODE (varop) == XOR
-                  && 0 > trunc_int_for_mode (INTVAL (XEXP (varop, 1)),
-                                             shift_mode))
                 && (new_rtx = simplify_const_binary_operation
                     (code, result_mode,
                      gen_int_mode (INTVAL (XEXP (varop, 1)), result_mode),
@@ -10237,10 +10234,7 @@
                logical expression, make a new logical expression, and apply
                the inverse distributive law.  This also can't be done
                for some (ashiftrt (xor)).  */
-         if (CONST_INT_P (XEXP (varop, 1))
-            && !(code == ASHIFTRT && GET_CODE (varop) == XOR
-                 && 0 > trunc_int_for_mode (INTVAL (XEXP (varop, 1)),
-                                            shift_mode)))
+         if (CONST_INT_P (XEXP (varop, 1)))
               {
                 rtx lhs = simplify_shift_const (NULL_RTX, code, shift_mode,
                                                 XEXP (varop, 0), count);

Many thanks if so!

--Alan



This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  $ ../gcc-4.9.1/configure --enable-languages=c,ada --disable-bootstrap --enable-libada --prefix=/home/alan/install --disable-nls --disable-threads --disable-tls

## --------- ##
## Platform. ##
## --------- ##

hostname = mr-pc
uname -m = alpha
uname -r = 3.15.0
uname -s = Linux
uname -v = #3 Mon Jul 14 23:14:29 BST 2014

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/games
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2322: checking build system type
configure:2336: result: alphapca56-unknown-linux-gnu
configure:2383: checking host system type
configure:2396: result: alphapca56-unknown-linux-gnu
configure:2416: checking target system type
configure:2429: result: alphapca56-unknown-linux-gnu
configure:2483: checking for a BSD-compatible install
configure:2551: result: /usr/bin/install -c
configure:2562: checking whether ln works
configure:2584: result: yes
configure:2588: checking whether ln -s works
configure:2592: result: yes
configure:2599: checking for a sed that does not truncate output
configure:2663: result: /bin/sed
configure:2672: checking for gawk
configure:2702: result: no
configure:2672: checking for mawk
configure:2688: found /usr/bin/mawk
configure:2699: result: mawk
configure:3154: checking for libatomic support
configure:3164: result: yes
configure:3173: checking for libcilkrts support
configure:3179: result: no
configure:3192: checking for libitm support
configure:3202: result: yes
configure:3211: checking for libsanitizer support
configure:3217: result: no
configure:3230: checking for libvtv support
configure:3236: result: no
configure:3970: checking for gcc
configure:3986: found /usr/bin/gcc
configure:3997: result: gcc
configure:4226: checking for C compiler version
configure:4235: gcc --version >&5
gcc (Debian 4.9.1-1) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4246: $? = 0
configure:4235: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/alpha-linux-gnu/4.9/lto-wrapper
Target: alpha-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.1-1' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libssp --disable-libmudflap --disable-libitm --disable-libsanitizer --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-alpha/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-alpha --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-alpha --with-arch-directory=alpha --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-long-double-128 --enable-checking=release --build=alpha-linux-gnu --host=alpha-linux-gnu --target=alpha-linux-gnu
Thread model: posix
gcc version 4.9.1 (Debian 4.9.1-1) 
configure:4246: $? = 0
configure:4235: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4246: $? = 4
configure:4235: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4246: $? = 4
configure:4266: checking for C compiler default output file name
configure:4288: gcc    conftest.c  >&5
configure:4292: $? = 0
configure:4329: result: a.out
configure:4345: checking whether the C compiler works
configure:4354: ./a.out
configure:4358: $? = 0
configure:4373: result: yes
configure:4380: checking whether we are cross compiling
configure:4382: result: no
configure:4385: checking for suffix of executables
configure:4392: gcc -o conftest    conftest.c  >&5
configure:4396: $? = 0
configure:4418: result: 
configure:4424: checking for suffix of object files
configure:4446: gcc -c   conftest.c >&5
configure:4450: $? = 0
configure:4471: result: o
configure:4475: checking whether we are using the GNU C compiler
configure:4494: gcc -c   conftest.c >&5
configure:4494: $? = 0
configure:4503: result: yes
configure:4512: checking whether gcc accepts -g
configure:4532: gcc -c -g  conftest.c >&5
configure:4532: $? = 0
configure:4573: result: yes
configure:4590: checking for gcc option to accept ISO C89
configure:4654: gcc  -c -g -O2  conftest.c >&5
configure:4654: $? = 0
configure:4667: result: none needed
configure:4745: checking for g++
configure:4761: found /usr/bin/g++
configure:4772: result: g++
configure:4799: checking for C++ compiler version
configure:4808: g++ --version >&5
g++ (Debian 4.9.1-1) 4.9.1
Copyright (C) 2014 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4819: $? = 0
configure:4808: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/alpha-linux-gnu/4.9/lto-wrapper
Target: alpha-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.1-1' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-libssp --disable-libmudflap --disable-libitm --disable-libsanitizer --disable-libquadmath --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-alpha/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-alpha --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-alpha --with-arch-directory=alpha --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-long-double-128 --enable-checking=release --build=alpha-linux-gnu --host=alpha-linux-gnu --target=alpha-linux-gnu
Thread model: posix
gcc version 4.9.1 (Debian 4.9.1-1) 
configure:4819: $? = 0
configure:4808: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4819: $? = 4
configure:4808: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4819: $? = 4
configure:4823: checking whether we are using the GNU C++ compiler
configure:4842: g++ -c   conftest.cpp >&5
configure:4842: $? = 0
configure:4851: result: yes
configure:4860: checking whether g++ accepts -g
configure:4880: g++ -c -g  conftest.cpp >&5
configure:4880: $? = 0
configure:4921: result: yes
configure:4970: checking whether g++ accepts -static-libstdc++ -static-libgcc
configure:4987: g++ -o conftest -g -O2   -static-libstdc++ -static-libgcc conftest.cpp  >&5
configure:4987: $? = 0
configure:4988: result: yes
configure:5052: checking for gnatbind
configure:5068: found /usr/bin/gnatbind
configure:5079: result: gnatbind
configure:5144: checking for gnatmake
configure:5160: found /usr/bin/gnatmake
configure:5171: result: gnatmake
configure:5193: checking whether compiler driver understands Ada
configure:5216: result: yes
configure:5225: checking how to compare bootstrapped objects
configure:5250: result: cmp --ignore-initial=16 $$f1 $$f2
configure:5304: checking for objdir
configure:5319: result: .libs
configure:5876: WARNING: using in-tree ISL, disabling version check
configure:6104: WARNING: using in-tree CLooG, disabling version check
configure:7109: checking for default BUILD_CONFIG
configure:7141: result: 
configure:7146: checking for --enable-vtable-verify
configure:7159: result: no
configure:7748: checking for bison
configure:7778: result: no
configure:7748: checking for byacc
configure:7778: result: no
configure:7748: checking for yacc
configure:7778: result: no
configure:7795: checking for bison
configure:7825: result: no
configure:7842: checking for gm4
configure:7872: result: no
configure:7842: checking for gnum4
configure:7872: result: no
configure:7842: checking for m4
configure:7872: result: no
configure:7889: checking for flex
configure:7919: result: no
configure:7889: checking for lex
configure:7919: result: no
configure:7937: checking for flex
configure:7967: result: no
configure:7984: checking for makeinfo
configure:8014: result: no
configure:8045: checking for expect
configure:8075: result: no
configure:8094: checking for runtest
configure:8124: result: no
configure:8239: checking for ar
configure:8255: found /usr/bin/ar
configure:8266: result: ar
configure:8380: checking for as
configure:8396: found /usr/bin/as
configure:8407: result: as
configure:8521: checking for dlltool
configure:8551: result: no
configure:8662: checking for ld
configure:8678: found /usr/bin/ld
configure:8689: result: ld
configure:8803: checking for lipo
configure:8833: result: no
configure:8944: checking for nm
configure:8960: found /usr/bin/nm
configure:8971: result: nm
configure:9085: checking for ranlib
configure:9101: found /usr/bin/ranlib
configure:9112: result: ranlib
configure:9221: checking for strip
configure:9237: found /usr/bin/strip
configure:9248: result: strip
configure:9357: checking for windres
configure:9387: result: no
configure:9498: checking for windmc
configure:9528: result: no
configure:9639: checking for objcopy
configure:9655: found /usr/bin/objcopy
configure:9666: result: objcopy
configure:9780: checking for objdump
configure:9796: found /usr/bin/objdump
configure:9807: result: objdump
configure:9921: checking for readelf
configure:9937: found /usr/bin/readelf
configure:9948: result: readelf
configure:10101: checking for cc
configure:10117: found /usr/bin/cc
configure:10128: result: cc
configure:10262: checking for c++
configure:10278: found /usr/bin/c++
configure:10289: result: c++
configure:10423: checking for gcc
configure:10439: found /usr/bin/gcc
configure:10450: result: gcc
configure:10579: checking for gcj
configure:10609: result: no
configure:10740: checking for gfortran
configure:10770: result: no
configure:10901: checking for gccgo
configure:10931: result: no
configure:10992: checking for ar
configure:11025: result: no
configure:11142: checking for ar
configure:11158: found /usr/bin/ar
configure:11169: result: ar
configure:11222: checking for as
configure:11255: result: no
configure:11372: checking for as
configure:11388: found /usr/bin/as
configure:11399: result: as
configure:11452: checking for dlltool
configure:11485: result: no
configure:11602: checking for dlltool
configure:11632: result: no
configure:11682: checking for ld
configure:11715: result: no
configure:11832: checking for ld
configure:11848: found /usr/bin/ld
configure:11859: result: ld
configure:11912: checking for lipo
configure:11945: result: no
configure:12062: checking for lipo
configure:12092: result: no
configure:12142: checking for nm
configure:12175: result: no
configure:12292: checking for nm
configure:12308: found /usr/bin/nm
configure:12319: result: nm
configure:12372: checking for objdump
configure:12405: result: no
configure:12522: checking for objdump
configure:12538: found /usr/bin/objdump
configure:12549: result: objdump
configure:12602: checking for ranlib
configure:12635: result: no
configure:12752: checking for ranlib
configure:12768: found /usr/bin/ranlib
configure:12779: result: ranlib
configure:12832: checking for readelf
configure:12865: result: no
configure:12982: checking for readelf
configure:12998: found /usr/bin/readelf
configure:13009: result: readelf
configure:13062: checking for strip
configure:13095: result: no
configure:13212: checking for strip
configure:13228: found /usr/bin/strip
configure:13239: result: strip
configure:13292: checking for windres
configure:13325: result: no
configure:13442: checking for windres
configure:13472: result: no
configure:13522: checking for windmc
configure:13555: result: no
configure:13672: checking for windmc
configure:13702: result: no
configure:13730: checking where to find the target ar
configure:13763: result: host tool
configure:13772: checking where to find the target as
configure:13805: result: host tool
configure:13814: checking where to find the target cc
configure:13837: result: just compiled
configure:13856: checking where to find the target c++
configure:13892: result: host tool
configure:13901: checking where to find the target c++ for libstdc++
configure:13937: result: host tool
configure:13946: checking where to find the target dlltool
configure:13979: result: host tool
configure:13988: checking where to find the target gcc
configure:14011: result: just compiled
configure:14030: checking where to find the target gcj
configure:14066: result: host tool
configure:14075: checking where to find the target gfortran
configure:14111: result: host tool
configure:14120: checking where to find the target gccgo
configure:14156: result: host tool
configure:14165: checking where to find the target ld
configure:14198: result: host tool
configure:14207: checking where to find the target lipo
configure:14229: result: host tool
configure:14238: checking where to find the target nm
configure:14271: result: host tool
configure:14280: checking where to find the target objdump
configure:14313: result: host tool
configure:14322: checking where to find the target ranlib
configure:14355: result: host tool
configure:14364: checking where to find the target readelf
configure:14397: result: host tool
configure:14406: checking where to find the target strip
configure:14439: result: host tool
configure:14448: checking where to find the target windres
configure:14481: result: host tool
configure:14490: checking where to find the target windmc
configure:14523: result: host tool
configure:14560: checking whether to enable maintainer-specific portions of Makefiles
configure:14569: result: no
configure:14790: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.64.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on mr-pc

config.status:990: creating Makefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=alphapca56-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AR_FOR_TARGET_set=
ac_cv_env_AR_FOR_TARGET_value=
ac_cv_env_AR_set=
ac_cv_env_AR_value=
ac_cv_env_AS_FOR_TARGET_set=
ac_cv_env_AS_FOR_TARGET_value=
ac_cv_env_AS_set=
ac_cv_env_AS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_FOR_TARGET_set=
ac_cv_env_CC_FOR_TARGET_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_FOR_TARGET_set=
ac_cv_env_CXX_FOR_TARGET_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_DLLTOOL_FOR_TARGET_set=
ac_cv_env_DLLTOOL_FOR_TARGET_value=
ac_cv_env_DLLTOOL_set=
ac_cv_env_DLLTOOL_value=
ac_cv_env_GCC_FOR_TARGET_set=
ac_cv_env_GCC_FOR_TARGET_value=
ac_cv_env_GCJ_FOR_TARGET_set=
ac_cv_env_GCJ_FOR_TARGET_value=
ac_cv_env_GFORTRAN_FOR_TARGET_set=
ac_cv_env_GFORTRAN_FOR_TARGET_value=
ac_cv_env_GOC_FOR_TARGET_set=
ac_cv_env_GOC_FOR_TARGET_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LD_FOR_TARGET_set=
ac_cv_env_LD_FOR_TARGET_value=
ac_cv_env_LD_set=
ac_cv_env_LD_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LIPO_FOR_TARGET_set=
ac_cv_env_LIPO_FOR_TARGET_value=
ac_cv_env_LIPO_set=
ac_cv_env_LIPO_value=
ac_cv_env_NM_FOR_TARGET_set=
ac_cv_env_NM_FOR_TARGET_value=
ac_cv_env_NM_set=
ac_cv_env_NM_value=
ac_cv_env_OBJCOPY_set=
ac_cv_env_OBJCOPY_value=
ac_cv_env_OBJDUMP_FOR_TARGET_set=
ac_cv_env_OBJDUMP_FOR_TARGET_value=
ac_cv_env_OBJDUMP_set=
ac_cv_env_OBJDUMP_value=
ac_cv_env_RANLIB_FOR_TARGET_set=
ac_cv_env_RANLIB_FOR_TARGET_value=
ac_cv_env_RANLIB_set=
ac_cv_env_RANLIB_value=
ac_cv_env_READELF_FOR_TARGET_set=
ac_cv_env_READELF_FOR_TARGET_value=
ac_cv_env_READELF_set=
ac_cv_env_READELF_value=
ac_cv_env_STRIP_FOR_TARGET_set=
ac_cv_env_STRIP_FOR_TARGET_value=
ac_cv_env_STRIP_set=
ac_cv_env_STRIP_value=
ac_cv_env_WINDMC_FOR_TARGET_set=
ac_cv_env_WINDMC_FOR_TARGET_value=
ac_cv_env_WINDMC_set=
ac_cv_env_WINDMC_value=
ac_cv_env_WINDRES_FOR_TARGET_set=
ac_cv_env_WINDRES_FOR_TARGET_value=
ac_cv_env_WINDRES_set=
ac_cv_env_WINDRES_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_build_configargs_set=
ac_cv_env_build_configargs_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_host_configargs_set=
ac_cv_env_host_configargs_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_env_target_configargs_set=
ac_cv_env_target_configargs_value=
ac_cv_host=alphapca56-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AR_FOR_TARGET=ar
ac_cv_prog_AS=as
ac_cv_prog_AS_FOR_TARGET=as
ac_cv_prog_AWK=mawk
ac_cv_prog_CC_FOR_TARGET=cc
ac_cv_prog_CXX_FOR_TARGET=c++
ac_cv_prog_GCC_FOR_TARGET=gcc
ac_cv_prog_LD=ld
ac_cv_prog_LD_FOR_TARGET=ld
ac_cv_prog_NM=nm
ac_cv_prog_NM_FOR_TARGET=nm
ac_cv_prog_OBJCOPY=objcopy
ac_cv_prog_OBJDUMP=objdump
ac_cv_prog_OBJDUMP_FOR_TARGET=objdump
ac_cv_prog_RANLIB=ranlib
ac_cv_prog_RANLIB_FOR_TARGET=ranlib
ac_cv_prog_READELF=readelf
ac_cv_prog_READELF_FOR_TARGET=readelf
ac_cv_prog_STRIP=strip
ac_cv_prog_STRIP_FOR_TARGET=strip
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_GNATBIND=gnatbind
ac_cv_prog_ac_ct_GNATMAKE=gnatmake
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_target=alphapca56-unknown-linux-gnu
acx_cv_cc_gcc_supports_ada=yes
acx_cv_prog_LN=ln
gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
gcc_cv_tool_dirs=/home/alan/install/libexec/gcc/alphapca56-unknown-linux-gnu/4.9.1:/home/alan/install/libexec/gcc/alphapca56-unknown-linux-gnu:/usr/lib/gcc/alphapca56-unknown-linux-gnu/4.9.1:/usr/lib/gcc/alphapca56-unknown-linux-gnu:/home/alan/install/alphapca56-unknown-linux-gnu/bin/alphapca56-unknown-linux-gnu/4.9.1:/home/alan/install/alphapca56-unknown-linux-gnu/bin:
gcc_cv_tool_prefix=/home/alan/install
lt_cv_objdir=.libs

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AR_FOR_BUILD='$(AR)'
AR_FOR_TARGET='$(AR)'
AS='as'
AS_FOR_BUILD='$(AS)'
AS_FOR_TARGET='$(AS)'
AWK='mawk'
BISON='/home/alan/gcc-4.9.1/missing bison'
BUILD_CONFIG=''
CC='gcc'
CC_FOR_BUILD='$(CC)'
CC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
CFLAGS='-g -O2'
CFLAGS_FOR_BUILD='-g -O2'
CFLAGS_FOR_TARGET='-g -O2'
COMPILER_AS_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/as'
COMPILER_LD_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/collect-ld'
COMPILER_NM_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/nm'
CONFIGURE_GDB_TK=''
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CXXFLAGS_FOR_BUILD='-g -O2'
CXXFLAGS_FOR_TARGET='-g -O2'
CXX_FOR_BUILD='$(CXX)'
CXX_FOR_TARGET='$(CXX)'
DEBUG_PREFIX_CFLAGS_FOR_TARGET=''
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DLT_OBJDIR=\".libs/\"'
DLLTOOL='dlltool'
DLLTOOL_FOR_BUILD='$(DLLTOOL)'
DLLTOOL_FOR_TARGET='$(DLLTOOL)'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
EXPECT='expect'
EXTRA_CONFIGARGS_LIBJAVA='--disable-static'
FLAGS_FOR_TARGET=' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
FLEX='/home/alan/gcc-4.9.1/missing flex'
GCC_FOR_TARGET='$$r/$(HOST_SUBDIR)/gcc/xgcc -B$$r/$(HOST_SUBDIR)/gcc/'
GCC_SHLIB_SUBDIR=''
GCJ_FOR_BUILD='$(GCJ)'
GCJ_FOR_TARGET='$(GCJ)'
GDB_TK=''
GFORTRAN_FOR_BUILD='$(GFORTRAN)'
GFORTRAN_FOR_TARGET='$(GFORTRAN)'
GNATBIND='gnatbind'
GNATMAKE='gnatmake'
GOC_FOR_BUILD='$(GOC)'
GOC_FOR_TARGET='$(GOC)'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_GDB_TK=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=''
LDFLAGS_FOR_BUILD=''
LDFLAGS_FOR_TARGET=''
LD_FOR_BUILD='$(LD)'
LD_FOR_TARGET='$(LD)'
LEX='/home/alan/gcc-4.9.1/missing flex'
LIBOBJS=''
LIBS=''
LIPO='lipo'
LIPO_FOR_TARGET='$(LIPO)'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
M4='/home/alan/gcc-4.9.1/missing m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='/home/alan/gcc-4.9.1/missing makeinfo'
NM='nm'
NM_FOR_BUILD='$(NM)'
NM_FOR_TARGET='$(NM)'
OBJCOPY='objcopy'
OBJDUMP='objdump'
OBJDUMP_FOR_TARGET='$(OBJDUMP)'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RANLIB_FOR_BUILD='$(RANLIB)'
RANLIB_FOR_TARGET='$(RANLIB)'
RAW_CXX_FOR_TARGET='$(CXX)'
READELF='readelf'
READELF_FOR_TARGET='$(READELF)'
RPATH_ENVVAR='LD_LIBRARY_PATH'
RUNTEST='runtest'
SED='/bin/sed'
SHELL='/bin/bash'
STRIP='strip'
STRIP_FOR_TARGET='$(STRIP)'
SYSROOT_CFLAGS_FOR_TARGET=''
TOPLEVEL_CONFIGURE_ARGUMENTS='../gcc-4.9.1/configure --enable-languages=c,ada --disable-bootstrap --enable-libada --prefix=/home/alan/install --disable-nls --disable-threads --disable-tls'
WINDMC='windmc'
WINDMC_FOR_BUILD='$(WINDMC)'
WINDMC_FOR_TARGET='$(WINDMC)'
WINDRES='windres'
WINDRES_FOR_BUILD='$(WINDRES)'
WINDRES_FOR_TARGET='$(WINDRES)'
YACC='/home/alan/gcc-4.9.1/missing bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='alphapca56-unknown-linux-gnu'
build_alias=''
build_configargs=' --cache-file=../config.cache '\''--disable-bootstrap'\'' '\''--enable-libada'\'' '\''--prefix=/home/alan/install'\'' '\''--disable-nls'\'' '\''--disable-threads'\'' '\''--disable-tls'\'' '\''--enable-languages=c,ada,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
build_configdirs=' libiberty fixincludes'
build_cpu='alphapca56'
build_libsubdir='build-alphapca56-unknown-linux-gnu'
build_noncanonical='alphapca56-unknown-linux-gnu'
build_os='linux-gnu'
build_subdir='build-alphapca56-unknown-linux-gnu'
build_tooldir='${exec_prefix}/alphapca56-unknown-linux-gnu'
build_vendor='unknown'
clooginc='-DCLOOG_INT_GMP -I$$r/$(HOST_SUBDIR)/cloog/include -I$$s/cloog/include -I../gcc-4.9.1/cloog/include '
clooglibs='-L$$r/$(HOST_SUBDIR)/cloog/.libs  -lcloog-isl -L$$r/$(HOST_SUBDIR)/isl/.libs  -lisl'
compare_exclusions='gcc/cc*-checksum$(objext) | gcc/ada/*tools/*'
configdirs=' intl libiberty zlib libbacktrace libcpp libdecnumber gmp mpfr mpc isl cloog fixincludes gcc gnattools lto-plugin'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
do_compare='cmp --ignore-initial=16 $$f1 $$f2'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
extra_host_libiberty_configure_flags='--enable-shared'
extra_isl_gmp_configure_flags='--with-gmp-builddir=$$r/$(HOST_SUBDIR)/gmp'
extra_mpc_gmp_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
extra_mpc_mpfr_configure_flags='--with-mpfr-include=$$s/mpfr --with-mpfr-lib=$$r/$(HOST_SUBDIR)/mpfr/.libs'
extra_mpfr_configure_flags='--with-gmp-include=$$r/$(HOST_SUBDIR)/gmp --with-gmp-lib=$$r/$(HOST_SUBDIR)/gmp/.libs'
gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp -I$$r/$(HOST_SUBDIR)/mpfr -I$$s/mpfr -I$$s/mpc/src '
gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpc/src/.libs -lmpc -lmpfr -lgmp'
host='alphapca56-unknown-linux-gnu'
host_alias=''
host_configargs=' --cache-file=./config.cache  '\''--disable-bootstrap'\'' '\''--enable-libada'\'' '\''--prefix=/home/alan/install'\'' '\''--disable-nls'\'' '\''--disable-threads'\'' '\''--disable-tls'\'' '\''--enable-languages=c,ada,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
host_cpu='alphapca56'
host_noncanonical='alphapca56-unknown-linux-gnu'
host_os='linux-gnu'
host_shared='no'
host_subdir='.'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
islinc='-I$$r/$(HOST_SUBDIR)/isl/include -I$$s/isl/include'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poststage1_ldflags='-static-libstdc++ -static-libgcc'
poststage1_libs=''
prefix='/home/alan/install'
program_transform_name='s,y,y,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
stage1_cflags='-g'
stage1_checking='--enable-checking=yes,types'
stage1_languages='c,ada,lto'
stage1_ldflags='-static-libstdc++ -static-libgcc'
stage1_libs=''
stage2_werror_flag=''
sysconfdir='${prefix}/etc'
target='alphapca56-unknown-linux-gnu'
target_alias=''
target_configargs='--cache-file=./config.cache --enable-multilib   '\''--disable-bootstrap'\'' '\''--enable-libada'\'' '\''--prefix=/home/alan/install'\'' '\''--disable-nls'\'' '\''--disable-threads'\'' '\''--disable-tls'\'' '\''--enable-languages=c,ada,lto'\'' --program-transform-name='\''s,y,y,'\'' --disable-option-checking'
target_configdirs=' libgcc libgomp libatomic libssp libquadmath libada'
target_cpu='alphapca56'
target_noncanonical='alphapca56-unknown-linux-gnu'
target_os='linux-gnu'
target_subdir='alphapca56-unknown-linux-gnu'
target_vendor='unknown'
tooldir='${exec_prefix}/alphapca56-unknown-linux-gnu'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

alphaieee_frag='../gcc-4.9.1/config/mt-alphaieee'
host_makefile_frag='/dev/null'
ospace_frag='/dev/null'
serialization_dependencies='serdep.tmp'
target_makefile_frag='../gcc-4.9.1/config/mt-gnu'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define LT_OBJDIR ".libs/"

configure: exit 0

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]