home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / ae / AE / config / tm-sparc-ae.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-02-28  |  1.5 KB  |  48 lines

  1. /* AE program profiling system.
  2.    tm- description file for a SPARC-based system with AE.
  3.    Copyright (C) 1989, 1990 by James R. Larus (larus@cs.wisc.edu)
  4.  
  5.    AE and AEC are free software; you can redistribute it and/or modify it
  6.    under the terms of the GNU General Public License as published by the
  7.    Free Software Foundation; either version 1, or (at your option) any
  8.    later version.
  9.  
  10.    AE and AEC are distributed in the hope that it will be useful, but
  11.    WITHOUT ANY WARRANTY; without even the implied warranty of
  12.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  13.    General Public License for more details.
  14.  
  15.    You should have received a copy of the GNU General Public License
  16.    along with GNU CC; see the file COPYING.  If not, write to James R.
  17.    Larus, Computer Sciences Department, University of Wisconsin--Madison,
  18.    1210 West Dayton Street, Madison, WI 53706, USA or to the Free
  19.    Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
  20.  
  21.  
  22. /* $Header: /var/home/larus/AE/AE/config/RCS/tm-sparc-ae.h,v 2.0 90/02/09 17:22:56 larus Exp Locker: larus $ */
  23.  
  24.  
  25. #include "config/tm-sparc.h"
  26.  
  27. /* Add -AE flag: */
  28.  
  29. #undef CC1_SPEC
  30. #define CC1_SPEC   "%{sun4:} \
  31.             %{AE}"
  32.  
  33.  
  34. /* Link with the AE routines and start at _ae_start. */
  35.  
  36. #undef LINK_SPEC
  37. #define LINK_SPEC "%{!e*:-e start} -dc -dp \
  38. %{g:-Bstatic} %{static:-Bstatic} %{-Bstatic} \
  39. %{AE:-e _ae_start -Bstatic}"
  40.  
  41. #undef LIB_SPEC
  42.  
  43. #define LIB_SPEC "%{a:/usr/lib/bb_link.o} \
  44. %{AE:aecrt0.o%s} \
  45. %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} "
  46.  
  47. #define AE
  48.