~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to boot/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:
38
38
 
39
39
BITS = 32
40
40
ENDIANESS = LE
 
41
EXTRA_CFLAGS = -march=armv4
41
42
 
42
43
RD_SRVS_ESSENTIAL += \
43
44
        $(USPACE_PATH)/srv/hid/s3c24xx_ts/s3c24ts \