[openfirmware] [commit] r1922 - cpu/arm/Linux

repository service svn at openfirmware.info
Wed Aug 11 06:26:04 CEST 2010


Author: wmb
Date: Wed Aug 11 06:26:03 2010
New Revision: 1922
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1922

Log:
ARM - link the ARM wrapper statically so it works more readily with qemu.

Modified:
   cpu/arm/Linux/Makefile

Modified: cpu/arm/Linux/Makefile
==============================================================================
--- cpu/arm/Linux/Makefile	Wed Aug 11 04:11:23 2010	(r1921)
+++ cpu/arm/Linux/Makefile	Wed Aug 11 06:26:03 2010	(r1922)
@@ -3,6 +3,7 @@
 BP=../../..
 
 CFLAGS = -DARM -mlittle-endian
+LFLAGS = -static 
 
 WRTAIL = forth/wrapper
 WRDIR = ${BP}/${WRTAIL}



More information about the openfirmware mailing list