diff options
author | kan <kan@FreeBSD.org> | 2003-07-11 03:40:53 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-07-11 03:40:53 +0000 |
commit | 0d580365624a5c68f9e5e130f0e54fe4c8b96822 (patch) | |
tree | c88ded260c2df3d4e9e8c72b19fd37a187d8c7af /contrib/gcc/config/t-netbsd | |
parent | 9404c74f6c7843b012abf90228de7908fba1093a (diff) | |
parent | b2a8872fbe1ec1c49094559ac7b78e6ea4ab7180 (diff) | |
download | FreeBSD-src-0d580365624a5c68f9e5e130f0e54fe4c8b96822.zip FreeBSD-src-0d580365624a5c68f9e5e130f0e54fe4c8b96822.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r117395,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/gcc/config/t-netbsd')
-rw-r--r-- | contrib/gcc/config/t-netbsd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gcc/config/t-netbsd b/contrib/gcc/config/t-netbsd index d284b3e..fa2a488 100644 --- a/contrib/gcc/config/t-netbsd +++ b/contrib/gcc/config/t-netbsd @@ -1,2 +1,5 @@ # Don't run fixproto STMP_FIXPROTO = + +# Always build crtstuff with PIC. +CRTSTUFF_T_CFLAGS = -fPIC |