summaryrefslogtreecommitdiffstats
path: root/vespabase
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2018-04-17 12:11:53 +0200
committerGitHub <noreply@github.com>2018-04-17 12:11:53 +0200
commit1c0fe4455ca1ad35eb1bd66ec8dc8f438eab29dc (patch)
tree1e00c17cac8338ef36d603abd83fb4eab46ea338 /vespabase
parenta61e66f4532c925499b75437ff1391980e3f9c64 (diff)
parent399a199be646281365686253889232d53b0e401a (diff)
Merge pull request #5604 from vespa-engine/balder/header-only-boost
Balder/header only boost
Diffstat (limited to 'vespabase')
-rw-r--r--vespabase/desc.vespa_base1
-rw-r--r--vespabase/desc.vespa_base_dev5
2 files changed, 1 insertions, 5 deletions
diff --git a/vespabase/desc.vespa_base b/vespabase/desc.vespa_base
index 977ce987121..965fdaffdbb 100644
--- a/vespabase/desc.vespa_base
+++ b/vespabase/desc.vespa_base
@@ -6,7 +6,6 @@ common runtime Vespa components.
Runtime libraries for c++ and java:
* vespa_gcc3 vespa_gcc_runtime: C++ runtime
- * vespa_boost: Boost shared libraries for runtime use
* libiconv: Iconv shared library.
General utilities:
diff --git a/vespabase/desc.vespa_base_dev b/vespabase/desc.vespa_base_dev
index 908a76e50f3..de19051806b 100644
--- a/vespabase/desc.vespa_base_dev
+++ b/vespabase/desc.vespa_base_dev
@@ -31,10 +31,7 @@ Generic libraries:
Development tools and 3rd party libraries:
- * vespa_gcc3 and vespa_gcc3_compiler: GCC 3 compiler and adapted
- LinuxThreads library. This is the compiler to use for developing
- Vespa components using these developer libraries.
- * vespa_boost and vespa_boost_dev: Boost libraries and headers,
+ * vespa_boost_dev: Boost headers,
prepared for use with the Vespa compiler.
* vespa_cppunit_dev: Headers and libraries prepared with the
Vespa compiler.