diff options
author | Ian Lance Taylor <iant@google.com> | 2007-11-22 00:05:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2007-11-22 00:05:51 +0000 |
commit | c79126688f8211ab17a893c5e80b09811d424fc1 (patch) | |
tree | 23a727f6718dc203a4e3b9ef1575e8a10b6f0d80 /gold/Makefile.am | |
parent | 06d063c072d0e247751535bc5e394aa7b8be3b0f (diff) | |
download | gdb-c79126688f8211ab17a893c5e80b09811d424fc1.zip gdb-c79126688f8211ab17a893c5e80b09811d424fc1.tar.gz gdb-c79126688f8211ab17a893c5e80b09811d424fc1.tar.bz2 |
Add threading support.
Diffstat (limited to 'gold/Makefile.am')
-rw-r--r-- | gold/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gold/Makefile.am b/gold/Makefile.am index a91a1c8..de9be20 100644 --- a/gold/Makefile.am +++ b/gold/Makefile.am @@ -53,7 +53,8 @@ CCFILES = \ stringpool.cc \ target-select.cc \ version.cc \ - workqueue.cc + workqueue.cc \ + workqueue-threads.cc HFILES = \ archive.h \ @@ -84,7 +85,8 @@ HFILES = \ target-reloc.h \ target-select.h \ tls.h \ - workqueue.h + workqueue.h \ + workqueue-internal.h YFILES = \ yyscript.y |