FreeCalypso > hg > fc-selenite
diff 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 |
line wrap: on
line diff
--- a/components/main Fri Jul 20 06:51:54 2018 +0000 +++ b/components/main Fri Jul 20 07:36:23 2018 +0000 @@ -88,7 +88,7 @@ fi -# exceptions.S for gcc +# a couple of assembly modules for the gcc-built version if [ "$COMPILER" = gcc ] then @@ -96,4 +96,5 @@ CPPFLAGS= asm_file $SRCDIR/gcc/exceptions.S + asm_file $SRCDIR/gcc/int_dummy.S fi