aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2012-05-01 15:48:28 +0000
committerRichard Henderson <rth@redhat.com>2012-05-01 15:48:28 +0000
commitab5e5651ec000b57edeae1953beb5fc2244f614c (patch)
tree729dc91fa97f38042aa7777ca6267ebed2edb3e8 /Makefile.def
parent6d485186e89faf15680ac4d2d6b2b309faff4de2 (diff)
Add libatomic as a target library.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@187018 138bc75d-0d04-0410-961f-82ee72b054a4
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.