This website requires JavaScript.
Explore
Help
Sign In
mirror
/
gcc
Watch
2
Star
0
Fork
0
You've already forked gcc
mirror of
git://gcc.gnu.org/git/gcc.git
synced
2024-12-17 08:48:55 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1ebb5e73d6
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