FreeCalypso > hg > fc-selenite
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 74:d076885a0669 | 75:6738273be0b3 |
|---|---|
| 33 asm_file $SRCDIR/tct.s | 33 asm_file $SRCDIR/tct.s |
| 34 | 34 |
| 35 SRCDIR=$SRC/nucleus/tms470 | 35 SRCDIR=$SRC/nucleus/tms470 |
| 36 asm_file $SRCDIR/tmt.s | 36 asm_file $SRCDIR/tmt.s |
| 37 fi | 37 fi |
| 38 | |
| 39 if [ "$COMPILER" = gcc ] | |
| 40 then | |
| 41 ASMFLAGS=-mthumb-interwork | |
| 42 | |
| 43 SRCDIR=$SRC/nucleus/gcc | |
| 44 asm_file $SRCDIR/tct.S | |
| 45 asm_file $SRCDIR/tmt.S | |
| 46 fi |
