~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to kernel/arch/arm32/Makefile.inc

  • Committer: Martin Decky
  • Date: 2012-04-08 17:00:13 UTC
  • Revision ID: martin@decky.cz-20120408170013-d7anec45uknuprq8
make sure the compiler generates ARMv4 code only

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
ATSIGN = %
34
34
 
35
 
GCC_CFLAGS += -fno-zero-initialized-in-bss -mapcs-frame
 
35
GCC_CFLAGS += -march=armv4
36
36
 
37
37
BITS = 32
38
38
ENDIANESS = LE