Commit 1da9f615 authored by stuart's avatar stuart
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107991 138bc75d-0d04-0410-961f-82ee72b054a4
parent 842414e9
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