9os

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

commit d6b267120b67c4d0646922d90c3bc1a3c3bc6c17
parent bbda7e37285be9b9082d0eb3a0f500b3b27239b3
Author: Dimitris Papastamos <dimitris.papastamos@arm.com>
Date:   Thu, 22 Nov 2018 15:18:50 +0000

Fix comment

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

Diffstat:
Mconfig/arm32-linux.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/arm32-linux.mk b/config/arm32-linux.mk @@ -1,5 +1,5 @@ # To build the arm32 port, you need to update the library path -# so the compiler can find libgcc.a: +# so the linker can find libgcc.a: # # CROSS_COMPILE=armv8l-linux-gnueabihf- \ # LDFLAGS="-L $(dirname $(armv8l-linux-gnueabihf-gcc -print-file-name=libgcc.a))" \