Skip to content

Commit

Permalink
Add libatomic as a target library.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187018 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
rth committed May 1, 2012
1 parent d821930 commit 6db1d2c
Show file tree
Hide file tree
Showing 84 changed files with 29,407 additions and 5 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2012-05-01 Richard Henderson <rth@redhat.com>

* Makefile.def (libatomic): New target_module.
* configure.ac (target_libraries): Add libatomic.
(noconfigdirs): Check if libatomic is supported.
* Makefile.in, configure: Rebuild.

2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>

* MAINTAINERS (Write After Approval): Add myself.
Expand Down
1 change: 1 addition & 0 deletions Makefile.def
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ target_modules = { module= rda; };
target_modules = { module= libada; };
target_modules = { module= libgomp; bootstrap= true; lib_path=.libs; };
target_modules = { module= libitm; lib_path=.libs; };
target_modules = { module= libatomic; 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
Loading

0 comments on commit 6db1d2c

Please sign in to comment.