home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 493 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  831 b 

  1. Path: zib-berlin.de!inf2hro!honshu!gnikl
  2. From: gnikl@informatik.uni-rostock.de (Gunther Nikl)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: CHIP and GCC
  5. Date: 8 Jan 1996 15:17:01 GMT
  6. Organization: University of Rostock
  7. Distribution: world
  8. Message-ID: <4crchd$e3n@taiwan.informatik.uni-rostock.de>
  9. References: <4cgvd5$aa2@serveur.cribx1.u-bordeaux.fr>
  10. NNTP-Posting-Host: honshu.informatik.uni-rostock.de
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Nils Skoruppa (skoruppa@athena.ceremab.u-bordeaux.fr) wrote:
  14. > It seems that the keyword CHIP (or similar) is not
  15. > yet implemented in GNUC 2.7 for the Amiga.
  16. > Could someone suggest
  17. > a reasonable work around (reasonable = not having to
  18. > change completely and clumbsily programs which freely
  19. > make use of __chip__ ...).
  20.  
  21.   gcc -D__chip__= -c <..>
  22.   gcc -Wl,-chip -o <...>
  23.  
  24.   Gunther
  25.