1# Customer ID=9470; Build=0x42f97; Copyright (c) 2001-2010 by Tensilica Inc. ALL RIGHTS RESERVED. 2# These coded instructions, statements, and computer programs are the 3# copyrighted works and confidential proprietary information of Tensilica Inc. 4# They may not be modified, copied, reproduced, distributed, or disclosed to 5# third parties in any manner, medium, or form, in whole or in part, without 6# the prior written consent of Tensilica Inc. 7 8 9# The %O suffix on the start and end files indicates that the system's 10# standard suffix for object files (e.g., ".o") should be appended. 11# The %s suffix tells the compiler driver to search for the file in the 12# list of known locations for startfiles. 13 14*startfile: 15crt1-boards%O%s crti%O%s crtbegin%O%s _sharedvectors%O%s _vectors%O%s 16 17*endfile: 18crtend%O%s crtn%O%s 19 20*lib: 21-lc -lgloss -lminrt -lc -lhandler-reset -lhandlers-board -lminrt -lhal -lc 22 23