Skip to content

Commit

Permalink
Merge from transactional-memory branch.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181154 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
aldyh committed Nov 8, 2011
1 parent bf09288 commit 4c0315d
Show file tree
Hide file tree
Showing 304 changed files with 53,780 additions and 230 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2011-11-07 Aldy Hernandez <aldyh@redhat.com>
Richard Henderson <rth@redhat.com>

Merged from transactional-memory.

* Makefile.def (lang_env_dependencies): libitm is c++.
Add libitm target module.
* configure.ac: Likewise.
* config/mmap.m4: New file.
* contrib/gcc_update: Add libitm to touch data.
* Makefile.in, configure: Rebuild.

2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

* Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
Expand Down
2 changes: 2 additions & 0 deletions Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ target_modules = { module= boehm-gc; };
target_modules = { module= rda; };
target_modules = { module= libada; };
target_modules = { module= libgomp; bootstrap= true; lib_path=.libs; };
target_modules = { module= libitm; lib_path=.libs; };

// These are (some of) the make targets to be done in each subdirectory.
// Not all; these are the ones which don't have special options.
Expand Down Expand Up @@ -470,6 +471,7 @@ dependencies = { module=all-m4; on=all-build-texinfo; };
// environment (e.g. on libstdc++). By default target modules depend
// on libgcc and newlib/libgloss.
lang_env_dependencies = { module=libjava; cxx=true; };
lang_env_dependencies = { module=libitm; cxx=true; };
lang_env_dependencies = { module=newlib; no_c=true; };
lang_env_dependencies = { module=libgloss; no_c=true; };
lang_env_dependencies = { module=libgcc; no_gcc=true; no_c=true; };
Expand Down
Loading

0 comments on commit 4c0315d

Please sign in to comment.