Home | History | Annotate | Download | only in libiberty

Lines Matching refs:fpic

5195 	# Interix 3.x gcc -fpic/-fPIC options generate broken code.
5201 PICFLAG='-fPIC -shared'
5209 PICFLAG=-fPIC
5218 # Some targets support both -fPIC and -fpic, but prefer the latter.
5221 PICFLAG=-fpic
5223 # FIXME: Override -fPIC default in libgcc only?
5225 PICFLAG=-fpic
5230 PICFLAG=-fpic
5232 # Default to -fPIC unless specified otherwise.
5234 PICFLAG=-fPIC
5238 # If the user explicitly uses -fpic/-fPIC, keep that.
5240 *-fpic*)
5241 PICFLAG=-fpic
5243 *-fPIC*)
5244 PICFLAG=-fPIC