comparison components/alr @ 50:a9a7d531e673

components: initial support for gcc
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 19 Jul 2018 19:23:19 +0000
parents f188a6c5ec8e
children 1155be085fc1
comparison
equal deleted inserted replaced
49:19f5e7133949 50:a9a7d531e673
1 # Building alr.lib from the ALR source we got 1 # Building alr.lib from the ALR source we got
2 # with our copy of TCS211 from Sotovik 2 # with our copy of TCS211 from Sotovik
3 3
4 CFLAGS="-me -mt -o -pw2 -x -mw" 4 CFLAGS="-me -mt -o -pw2 -x -mw"
5 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork -mthumb"
5 CPPFLAGS= 6 CPPFLAGS=
6 7
7 make_version alr 8 make_version alr
8 c_file alr_version.c 9 c_file alr_version.c
9 10