FreeCalypso > hg > fc-selenite
comparison components/nucleus_intram @ 50:a9a7d531e673
components: initial support for gcc
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 19 Jul 2018 19:23:19 +0000 |
parents | 614668bbbc4f |
children | 6738273be0b3 |
comparison
equal
deleted
inserted
replaced
49:19f5e7133949 | 50:a9a7d531e673 |
---|---|
1 # New Selenite component: compiling Nucleus from source (internal RAM) | 1 # New Selenite component: compiling Nucleus from source (internal RAM) |
2 | 2 |
3 CFLAGS="-mn -me -mt -o -mw" | 3 CFLAGS="-mn -me -mt -o -mw" |
4 CFLAGS_gcc="-O2 -fno-builtin -mthumb-interwork" | |
4 CPPFLAGS= | 5 CPPFLAGS= |
5 | 6 |
6 SRCDIR=$SRC/nucleus | 7 SRCDIR=$SRC/nucleus |
7 | 8 |
8 c_file $SRCDIR/csc.c | 9 c_file $SRCDIR/csc.c |