FreeCalypso > hg > fc-selenite
diff components/nucleus_intram @ 75:6738273be0b3
Nucleus gcc assembly modules compile
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 20 Jul 2018 05:51:53 +0000 |
parents | a9a7d531e673 |
children | 1155be085fc1 |
line wrap: on
line diff
--- a/components/nucleus_intram Fri Jul 20 05:40:33 2018 +0000 +++ b/components/nucleus_intram Fri Jul 20 05:51:53 2018 +0000 @@ -35,3 +35,12 @@ SRCDIR=$SRC/nucleus/tms470 asm_file $SRCDIR/tmt.s fi + +if [ "$COMPILER" = gcc ] +then + ASMFLAGS=-mthumb-interwork + + SRCDIR=$SRC/nucleus/gcc + asm_file $SRCDIR/tct.S + asm_file $SRCDIR/tmt.S +fi