# HG changeset patch
# User Mychaela Falconia <falcon@freecalypso.org>
# Date 1532067141 0
# Node ID 6b6675a07b7001d3baad2a0ea147463d407b63da
# Parent  a2052ac756729d0879ec74e1b83e35d879fa8727
components/l1_int: compile l1_small_asm.S for gcc

diff -r a2052ac75672 -r 6b6675a07b70 components/l1_int
--- a/components/l1_int	Fri Jul 20 05:56:58 2018 +0000
+++ b/components/l1_int	Fri Jul 20 06:12:21 2018 +0000
@@ -111,3 +111,13 @@
 	c_file l1p_cmpl_intram.c
 	c_file l1p_sync_intram.c
 fi
+
+# small sleep assembly code for the gcc-built version
+
+if [ "$COMPILER" = gcc ]
+then
+	ASMFLAGS=-mthumb-interwork
+	CPPFLAGS=
+
+	asm_file $SRCDIR/cfile/l1_small_asm.S
+fi