ObjFW  Check-in [d6488889fe]

Overview
Comment:README.md: Fix a typo.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d6488889fe122ef27e392d44798575f61f7f91eaaa831892da59d916026288fa
User & Date: js on 2013-11-24 18:49:32
Other Links: manifest | tags
Context
2013-11-24
18:57
OFString.h: Revert something that slipped in. check-in: 8486e8c42a user: js tags: trunk
18:49
README.md: Fix a typo. check-in: d6488889fe user: js tags: trunk
17:28
of_asprintf: Change %k to %C and %K to %S. check-in: 4b56450a24 user: js tags: trunk
Changes

Modified README.md from [bc28690e9d] to [cfefd6f578].

48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Building with LLVM/Clang for ARM
================================

  When using LLVM/Clang to compile for ARM, it is necessary to specify
  extra flags in order to enable ARM EHABI compliant exceptions. To do
  so, set `OBJCFLAGS` to this:

    -O2 -g -mllvm -arm-enable-ehabi -mllvm -arm-enable-ehabi-descriptor

  If you are getting errors from the assembler about instructions being
  unavailable for the architecture, you need to set `OBJC` to this:

    clang -arch armv6 -mfpu=vfp

  Using these flags, ObjFW was compiled successfully for Android and the
  Raspberry Pi.


Bugs and feature requests
=========================

  If you find any bugs or have feature requests, feel free to send a
  mail to js-spam@webkeks.org (remove -spam from the address!).







|














|
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Building with LLVM/Clang for ARM
================================

  When using LLVM/Clang to compile for ARM, it is necessary to specify
  extra flags in order to enable ARM EHABI compliant exceptions. To do
  so, set `OBJCFLAGS` to this:

    -O2 -g -mllvm -arm-enable-ehabi -mllvm -arm-enable-ehabi-descriptors

  If you are getting errors from the assembler about instructions being
  unavailable for the architecture, you need to set `OBJC` to this:

    clang -arch armv6 -mfpu=vfp

  Using these flags, ObjFW was compiled successfully for Android and the
  Raspberry Pi.


Bugs and feature requests
=========================

  If you find any bugs or have feature requests, feel free to send a
  mail to js@webkeks.org!