Xref: utzoo comp.lang.c:20332 comp.lang.c++:4240 gnu.gcc:962 gnu.g++:318 Path: utzoo!attcan!utgpu!watmath!uunet!bu-cs!purdue!mailrus!cornell!rochester!uhura.cc.rochester.edu!brown From: brown@phase.lle.rochester.edu (Eric Brown) Newsgroups: comp.lang.c,comp.lang.c++,gnu.gcc,gnu.g++ Subject: gcc front end for sun (to imitate cc)? Message-ID: Date: 2 Aug 89 16:47:27 GMT Sender: news@uhura.cc.rochester.edu Reply-To: broe@uhura.cc.rochester.edu (Eric Brown) Organization: /u4/brown/.organization Lines: 18 We are having problems using gcc with our old sun makefiles because some of the command line options for gcc are different than for sun's C compilier. Is there a front end processor for gcc or g++ that will take sun C command line options and translate them to gcc options. Specifically, we're having dificulty when we try to use the sun C -fswitch option with gcc. This is supposed to check the machine for floating point hardware and at run-time select the right calls for floating point operations. Thanks in advance. -Eric. broe@uhura.cc.rochester.edu brown@bat.lle.rochester.edu