9os

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 4b991ee47ace97fe3ef172327f776a3d92e28e6d
parent d6b267120b67c4d0646922d90c3bc1a3c3bc6c17
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date:   Thu, 22 Nov 2018 15:47:08 +0000

Update README

Change-Id: Icfd250441410998572d1e7083850f637ab5d0a9b
Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>

Diffstat:
MREADME | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -1,9 +1,9 @@ -Building rcode -============== +Building rmode target +===================== PATH=<path-to-aarch64-elf-toolchain>:$PATH export PATH -make +CROSS_COMPILE=aarch64-elf- make Running rcode =============