Re: Help fixing clang 3.4

2014-02-21 Thread Steve Kargl
On Thu, Feb 20, 2014 at 07:43:54AM +0100, Antoine Brodin wrote: On Thu, Feb 20, 2014 at 2:19 AM, Steve Kargl s...@troutmask.apl.washington.edu wrote: Can someone point to where I disable clang from issuing an error and aborting on an unknown option? % cd /usr/ports/databases/py-sqlite3

Re: Help fixing clang 3.4

2014-02-19 Thread hiren panchasara
On Wed, Feb 19, 2014 at 5:19 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: Can someone point to where I disable clang from issuing an error and aborting on an unknown option? % cd /usr/ports/databases/py-sqlite3 % make cc -shared -O2 -pipe -march=opteron -fno-strict-aliasing

Re: Help fixing clang 3.4

2014-02-19 Thread Steve Kargl
On Wed, Feb 19, 2014 at 06:24:07PM -0800, hiren panchasara wrote: On Wed, Feb 19, 2014 at 5:19 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: Can someone point to where I disable clang from issuing an error and aborting on an unknown option? % cd /usr/ports/databases/py-sqlite3

Re: Help fixing clang 3.4

2014-02-19 Thread Antoine Brodin
On Thu, Feb 20, 2014 at 2:19 AM, Steve Kargl s...@troutmask.apl.washington.edu wrote: Can someone point to where I disable clang from issuing an error and aborting on an unknown option? % cd /usr/ports/databases/py-sqlite3 % make cc -shared -O2 -pipe -march=opteron -fno-strict-aliasing