Home | History | Annotate | Download | only in libgcc

Lines Matching refs:fpic

2390 	# Interix 3.x gcc -fpic/-fPIC options generate broken code.
2396 PICFLAG='-fPIC -shared'
2404 PICFLAG=-fPIC
2407 PICFLAG=-fpic
2416 # Some targets support both -fPIC and -fpic, but prefer the latter.
2419 PICFLAG=-fpic
2421 # FIXME: Override -fPIC default in libgcc only?
2423 PICFLAG=-fpic
2428 PICFLAG=-fpic
2430 # Default to -fPIC unless specified otherwise.
2432 PICFLAG=-fPIC
2436 # If the user explicitly uses -fpic/-fPIC, keep that.
2438 *-fpic*)
2439 PICFLAG=-fpic
2441 *-fPIC*)
2442 PICFLAG=-fPIC