IVGCVSW-2141 BuildGuideCrossCompilation.md Documentation update
authorsurmeh01 <surabhi.mehta@arm.com>
Fri, 23 Nov 2018 14:10:54 +0000 (14:10 +0000)
committersurmeh01 <surabhi.mehta@arm.com>
Fri, 23 Nov 2018 14:10:54 +0000 (14:10 +0000)
* Removed the usage of g++-5 as we can build it using later versions

Change-Id: I073c84868c8619aeb5e4bd3006b87d10b7fec37e

BuildGuideCrossCompilation.md

index 9f80bcc..ff6fd11 100644 (file)
@@ -70,9 +70,6 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu
     #Add hdf5 and protobuf include and library directories (Replace $HOME with explicit /home/username dir):
     INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/include/hdf5/serial/ $HOME/armnn-devenv/google/x86_64_pb_install/include/
     LIBRARY_DIRS := $(PYTHON_LIB) /usr/local/lib /usr/lib /usr/lib/x86_64-linux-gnu/hdf5/serial/ $HOME/armnn-devenv/google/x86_64_pb_install/lib/
-
-    #g++ needs to be version 5:
-    CUSTOM_CXX := g++-5
     ```
 * Setup environment:
     ```bash