Nicholas Riley
njril****@uiuc*****
Fri Sep 29 06:03:43 JST 2006
On Thu, Sep 28, 2006 at 07:50:52PM +0200, Peter Dyballa wrote: > > Am 28.09.2006 um 19:15 schrieb Nicholas Riley: > > >On Sep 28, 2006, at 7:08 AM, Peter Dyballa wrote: > > > >>There is (are a few?) issues about endianness. Do you know how to > >>make gcc-3.3 and gcc-4.0 show their built-in DEFINEs, i.e. > >>__MAC_OS_X__ or __APPLE__ etc.? > > > >gcc -dM -E < /dev/null > > > >should do it. > > > > It doesn't for me: no input files > > Could strings help? Whoops. Try: gcc -dM -E - < /dev/null Need to get it to read from stdin. (insert something about not answering emails on public mailing lists while incredibly low on sleep...) -- Nicholas Riley <njril****@uiuc*****> | <http://www.uiuc.edu/ph/www/njriley>