Christian Helmuth 1776babbd1 Revert "arm: prevent 64K default alignment of text segment"
This reverts commit 2127c8acf2d9fdc72a0b73468dfedaee26e0081d because the
alignment is already sanitized by commit 11c31c44327935586a1735a64aa9e919b93bbd40.

(discussed here 2127c8acf2)
2016-08-10 11:07:57 +02:00
..
2016-03-17 17:02:04 +01:00
2016-05-23 15:52:38 +02:00

This directory contains the build system. In consists mainly of makefile
templates for different directory roles.

:'global.mk': This file contains global variables, for example the
  definitions of the tools to use.

:'generic.mk': Generic rules for creating file types from others.

:'prg.mk': This file represents the target binary role of a directory.
  It must be included by all makefiles that build programs.

:'lib.mk': This file represents a library role. It is never used from
  within the 'src/' directory but only from the <libname>.mk files
  in 'lib/mk/'.