FreeCalypso > hg > fc-selenite
comparison components/main @ 80:31384f415dae
created int_dummy.S with INT_*() functions for tcc.c
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 20 Jul 2018 07:36:23 +0000 |
parents | 621b358b760d |
children | 1155be085fc1 |
comparison
equal
deleted
inserted
replaced
79:621b358b760d | 80:31384f415dae |
---|---|
86 | 86 |
87 asm_file $SRCDIR/int.s | 87 asm_file $SRCDIR/int.s |
88 | 88 |
89 fi | 89 fi |
90 | 90 |
91 # exceptions.S for gcc | 91 # a couple of assembly modules for the gcc-built version |
92 | 92 |
93 if [ "$COMPILER" = gcc ] | 93 if [ "$COMPILER" = gcc ] |
94 then | 94 then |
95 ASMFLAGS=-mthumb-interwork | 95 ASMFLAGS=-mthumb-interwork |
96 CPPFLAGS= | 96 CPPFLAGS= |
97 | 97 |
98 asm_file $SRCDIR/gcc/exceptions.S | 98 asm_file $SRCDIR/gcc/exceptions.S |
99 asm_file $SRCDIR/gcc/int_dummy.S | |
99 fi | 100 fi |