r194043 - in /branches/gcj/bdwgc-20121125-merge...

doko@gcc.gnu.org doko@gcc.gnu.org
Sun Dec 2 00:50:00 GMT 2012


Author: doko
Date: Sun Dec  2 00:50:26 2012
New Revision: 194043

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=194043
Log:
2012-12-01  Matthias Klose  <doko@ubuntu.com>

        * configure.ac (AC_CONFIG_MACRO_DIR): Comment out.
        Require autoconf 2.64.
        Set ORIGINAL_LD_FOR_MULTILIBS.
        Call AC_CANONICAL_HOST, ACX_NONCANONICAL_TARGET, GCC_NO_EXECUTABLES.
        Call AM_INIT_AUTOMAKE with no-define no-dist.
        Check for ar and ranlib.
        De-precious CC and CXX so that the right flags are passed down to
        multilibs.
        Call AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use gc_config.h.in
        as the config header file, re-add gc_ext_config.h.in.
        * Makefile.am (ACLOCAL_MFLAGS): Comment out.
        Do not install header files, libraries and pkgconfig files.
        Set AM_MAKEFLAGS.
        * cord/cord.am: Do not install header files, libraries files.
        * include/include.am: Do not install header files.
        * autogen.sh: Call autoreconf with -I .. -I ../config.
        * m4/pkg.m4: New.
        * Makefile.in, aclocal.m4, configure, include/gc_config.h,
        include/gc_ext_config.h: Regenerate.

        * real_malloc.c, gc_cpp.cc: Use gc_config.h.
        * include/private/gc_pmark.h, include/private/gc_priv.h: Likewise.
        * cord/cordxtra.c, cord/cordprnt.c, cord/cordbscs.c: Likewise.
        * tests/initsecondarythread.c, tests/subthread_create.c, tests/test.c,
        tests/threadkey_test.c, tests/test_cpp.cc, tests/thread_leak_test.c,
        tests/disclaim_test.c: Likewise.

Added:
    branches/gcj/bdwgc-20121125-merge/boehm-gc/Makefile.in
    branches/gcj/bdwgc-20121125-merge/boehm-gc/aclocal.m4
    branches/gcj/bdwgc-20121125-merge/boehm-gc/configure   (with props)
    branches/gcj/bdwgc-20121125-merge/boehm-gc/include/gc_config.h.in
    branches/gcj/bdwgc-20121125-merge/boehm-gc/include/gc_ext_config.h.in
    branches/gcj/bdwgc-20121125-merge/boehm-gc/m4/pkg.m4
Modified:
    branches/gcj/bdwgc-20121125-merge/boehm-gc/ChangeLog.gcc
    branches/gcj/bdwgc-20121125-merge/boehm-gc/Makefile.am
    branches/gcj/bdwgc-20121125-merge/boehm-gc/autogen.sh
    branches/gcj/bdwgc-20121125-merge/boehm-gc/configure.ac
    branches/gcj/bdwgc-20121125-merge/boehm-gc/cord/cord.am
    branches/gcj/bdwgc-20121125-merge/boehm-gc/cord/cordbscs.c
    branches/gcj/bdwgc-20121125-merge/boehm-gc/cord/cordprnt.c
    branches/gcj/bdwgc-20121125-merge/boehm-gc/cord/cordxtra.c
    branches/gcj/bdwgc-20121125-merge/boehm-gc/gc_cpp.cc
    branches/gcj/bdwgc-20121125-merge/boehm-gc/include/include.am
    branches/gcj/bdwgc-20121125-merge/boehm-gc/include/private/gc_pmark.h
    branches/gcj/bdwgc-20121125-merge/boehm-gc/include/private/gc_priv.h
    branches/gcj/bdwgc-20121125-merge/boehm-gc/real_malloc.c
    branches/gcj/bdwgc-20121125-merge/boehm-gc/tests/disclaim_test.c
    branches/gcj/bdwgc-20121125-merge/boehm-gc/tests/initsecondarythread.c
    branches/gcj/bdwgc-20121125-merge/boehm-gc/tests/subthread_create.c
    branches/gcj/bdwgc-20121125-merge/boehm-gc/tests/test.c
    branches/gcj/bdwgc-20121125-merge/boehm-gc/tests/test_cpp.cc
    branches/gcj/bdwgc-20121125-merge/boehm-gc/tests/thread_leak_test.c
    branches/gcj/bdwgc-20121125-merge/boehm-gc/tests/threadkey_test.c

Propchange: branches/gcj/bdwgc-20121125-merge/boehm-gc/configure
            ('svn:executable' added)




More information about the Gcc-cvs mailing list