aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2012-05-01 08:48:28 -0700
committerRichard Henderson <rth@gcc.gnu.org>2012-05-01 08:48:28 -0700
commit483104922ad93037381da8f37a8b2bb471799650 (patch)
tree729dc91fa97f38042aa7777ca6267ebed2edb3e8 /Makefile.def
parente8053cf5b5b8d982efd4d77d9922ac63fcf478d2 (diff)
Add libatomic as a target library.
From-SVN: r187018
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 1838a21cd76..1449a5086b6 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -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.