summaryrefslogtreecommitdiff
path: root/README.cross
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-02-27 16:19:43 +0100
committerMichael Stahl <mstahl@redhat.com>2014-02-27 18:09:01 +0100
commitd729d169de479e622e8767edd72aee3ae5bc61a9 (patch)
tree01000fbf6cc713644b308299bbfc743b20bc6d15 /README.cross
parent8827b08dc3ab5a08e929815844737635201b3c1d (diff)
normalize values of CROSS_COMPILING
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
Diffstat (limited to 'README.cross')
-rw-r--r--README.cross2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.cross b/README.cross
index 6fcedf9827e5..0de64758f0b7 100644
--- a/README.cross
+++ b/README.cross
@@ -403,7 +403,7 @@ Then create pkg-config wrapper, something like:
$ cat > pkg-config-wrapper-host << _EOF
#!/bin/sh
-if [ "$CROSS_COMPILING" = YES ]; then
+if [ "$CROSS_COMPILING" = TRUE ]; then
SYSROOT=$HOME/lo/raspbian-root
export PKG_CONFIG_PATH=${SYSROOT}/usr/lib/arm-linux-gnueabihf/pkgconfig:${SYSROOT}/usr/share/pkgconfig
export PKG_CONFIG_LIBDIR=${SYSROOT}/usr/lib/pkgconfig