fcc: add the ability to pass arguments directly to the underlying compiler
authorAlan Cox <alan@linux.intel.com>
Sun, 1 Oct 2017 16:30:49 +0000 (17:30 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 1 Oct 2017 16:30:49 +0000 (17:30 +0100)
commit1157ea28b1e192df7fcc983e77eba70ed605e49f
tree4577786eabd0b92f87283db6f39fce727bcabbe3
parentaaa91c52f65578c6a7b41b8cb6ea8bce23e356df
fcc: add the ability to pass arguments directly to the underlying compiler

Please only use this for debug as the goal is to make fcc eventually be a
generic front end that hides all the differences!

Usage is like gcc

fcc -Wc,-sdcc-option
Library/tools/fcc.c