This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
gcc
Watch
0
Star
0
Fork
0
You've already forked gcc
mirror of
https://gcc.gnu.org/git/gcc.git
synced
2025-01-06 11:03:43 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
d4e702949e
gcc
/
config
/
mh-sparcpic
2 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
mh-sparcpic: Use single instead of double quotes. 2000-06-21 Branko Cibej <branko.cibej@hermes.si> * mh-sparcpic: Use single instead of double quotes. * mt-sparcpic: Likewise. From-SVN: r34640
2000-06-22 06:22:41 +08:00
PICFLAG=`case '${LIBCFLAGS} ${LIBCXXFLAGS}' in *-fpic* ) echo -fpic ;; * ) echo -fPIC ;; esac`
Reference in New Issue
Copy Permalink