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