Re: [Sdcc-user] OS X change preprocessor

2017-07-01 Thread Erik Petrich
On Fri, 30 Jun 2017, Maxwell Leiter via Sdcc-user wrote: Hi,On OS X, Apple has decided to symlink `gcc` to `clang` (and all related tools to their clang equivalents). So, I need to use `gcc-7` specifically to use `gcc`. Is there a way to pass options to sdcc to use `gcc-7` instead of `gcc`? Sp

Re: [Sdcc-user] OS X change preprocessor

2017-07-01 Thread Philipp Klaus Krause
Am 30.06.2017 um 18:43 schrieb Maxwell Leiter via Sdcc-user: > Hi, > On OS X, Apple has decided to symlink `gcc` to `clang` (and all related > tools to their clang equivalents). So, I need to use `gcc-7` > specifically to use `gcc`. Is there a way to pass options to sdcc to use > `gcc-7` instead of

[Sdcc-user] OS X change preprocessor

2017-06-30 Thread Maxwell Leiter via Sdcc-user
Hi, On OS X, Apple has decided to symlink `gcc` to `clang` (and all related tools to their clang equivalents). So, I need to use `gcc-7` specifically to use `gcc`. Is there a way to pass options to sdcc to use `gcc-7` instead of `gcc`? Specifically, it uses `cpp` in SDCCmain.c Thanks -