comparison components/l1_int @ 77:6b6675a07b70

components/l1_int: compile l1_small_asm.S for gcc
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 20 Jul 2018 06:12:21 +0000
parents 1eb391057168
children 1155be085fc1
comparison
equal deleted inserted replaced
76:a2052ac75672 77:6b6675a07b70
109 if [ "$GPRS" = 1 ] 109 if [ "$GPRS" = 1 ]
110 then 110 then
111 c_file l1p_cmpl_intram.c 111 c_file l1p_cmpl_intram.c
112 c_file l1p_sync_intram.c 112 c_file l1p_sync_intram.c
113 fi 113 fi
114
115 # small sleep assembly code for the gcc-built version
116
117 if [ "$COMPILER" = gcc ]
118 then
119 ASMFLAGS=-mthumb-interwork
120 CPPFLAGS=
121
122 asm_file $SRCDIR/cfile/l1_small_asm.S
123 fi