FreeCalypso > hg > fc-selenite
changeset 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 | a2052ac75672 |
children | 95ef11e76c5b |
files | components/l1_int |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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