~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/lib/c/arch/arm32/Makefile.common

  • 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:
27
27
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
28
#
29
29
 
30
 
GCC_CFLAGS += -ffixed-r9 -mtp=soft -mapcs-frame -fno-omit-frame-pointer
 
30
GCC_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -march=armv4
31
31
 
32
32
ENDIANESS = LE
33
33