Commit c19e090a by Stuart Hastings Committed by Stuart Hastings

* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning.

From-SVN: r107991
parent 718699e9
2005-12-02 Stuart Hastings <stuart@apple.com>
* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning.
2005-12-03 Joseph S. Myers <joseph@codesourcery.com>
* c-typeck.c (default_function_array_conversion,
......
......@@ -77,7 +77,6 @@ do { \
else if (flag_pic == 1) \
{ \
/* Darwin doesn't support -fpic. */ \
warning (0, "-fpic is not supported; -fPIC assumed"); \
flag_pic = 2; \
} \
} \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment