diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-01 15:48:28 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-01 15:48:28 +0000 |
commit | 6db1d2ca83f9327020b75f6c1610649bb18e71db (patch) | |
tree | 729dc91fa97f38042aa7777ca6267ebed2edb3e8 /Makefile.def | |
parent | d8219307493056ea48203be157f0cfb468698f2d (diff) | |
download | linaro-gcc-6db1d2ca83f9327020b75f6c1610649bb18e71db.tar.gz linaro-gcc-6db1d2ca83f9327020b75f6c1610649bb18e71db.tar.bz2 linaro-gcc-6db1d2ca83f9327020b75f6c1610649bb18e71db.zip |
Add libatomic as a target library.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187018 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 1 |
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. |