From 20392ec24fa5fa8f4294d887d480898ef98daecd Mon Sep 17 00:00:00 2001 From: Gilles Duboscq <gilles.m.duboscq@oracle.com> Date: Fri, 27 Apr 2018 12:57:17 +0200 Subject: [PATCH] Update documentation --- README.md | 2 +- documentation/dev/build-process.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d42ab6e785..24e747d4ee 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ values prior to the build, e.g.: export PKG_INCLUDE_FLAGS_OVERRIDE=-I/opt/local/include export PKG_LDFLAGS_OVERRIDE=-L/opt/local/lib - Note that if more than once location must be specified, the values must be quoted, e.g., as in `export PKG_LDFLAGS_OVERRIDE="\"-Lpath1 -Lpath2\""`. + Note that if more than once location must be specified, the values must be quoted, e.g., as in `export PKG_LDFLAGS_OVERRIDE="-Lpath1 -Lpath2"`. The environment variable `JAVA_HOME` must be set to the location of the jvmci-enabled Java JDK. diff --git a/documentation/dev/build-process.md b/documentation/dev/build-process.md index e8ab78ad51..c655b98a41 100644 --- a/documentation/dev/build-process.md +++ b/documentation/dev/build-process.md @@ -280,7 +280,7 @@ This build requires `PKG_LDFLAGS_OVERRIDE` environment variable, for example on or on some Linux distributions - export PKG_LDFLAGS_OVERRIDE="\"-L/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/\"" + export PKG_LDFLAGS_OVERRIDE="-L/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/ ### Installing recommended packages -- GitLab