source: rtems-tools/linkers/elftoolchain/common/os.Linux.mk @ ec24a37

4.104.115
Last change on this file since ec24a37 was ec24a37, checked in by Chris Johns <chrisj@…>, on 05/06/12 at 22:47:11

Add to git.

  • Property mode set to 100644
File size: 311 bytes
Line 
1#
2# Build recipes for Linux based operating systems.
3#
4# $Id: os.Linux.mk 2064 2011-10-26 15:12:32Z jkoshy $
5
6_NATIVE_ELF_FORMAT = native-elf-format
7
8.BEGIN: ${_NATIVE_ELF_FORMAT}.h
9
10${_NATIVE_ELF_FORMAT}.h:
11        ${.CURDIR}/${_NATIVE_ELF_FORMAT} > ${.TARGET} || rm ${.TARGET}
12
13CLEANFILES += ${_NATIVE_ELF_FORMAT}.h
Note: See TracBrowser for help on using the repository browser.