comparison components/main @ 79:621b358b760d

components/main: compile exceptions.S for gcc
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 20 Jul 2018 06:51:54 +0000
parents 1eb391057168
children 31384f415dae
comparison
equal deleted inserted replaced
78:95ef11e76c5b 79:621b358b760d
85 ASMFLAGS="$ASMFLAGS -dWCP_PROF=0" 85 ASMFLAGS="$ASMFLAGS -dWCP_PROF=0"
86 86
87 asm_file $SRCDIR/int.s 87 asm_file $SRCDIR/int.s
88 88
89 fi 89 fi
90
91 # exceptions.S for gcc
92
93 if [ "$COMPILER" = gcc ]
94 then
95 ASMFLAGS=-mthumb-interwork
96 CPPFLAGS=
97
98 asm_file $SRCDIR/gcc/exceptions.S
99 fi