diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-06-28 11:54:22 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-06-28 11:54:22 -0400 |
commit | b5365341dad167e314023df95d2c5e0f955962f0 (patch) | |
tree | 0e82d1dbf5ef01ce0fc3266e4c3c043814bc5910 /cnf/make.conf.example.sparc.diff | |
parent | repoman: use https to fetch metadata.xsd (diff) | |
download | portage-b5365341dad167e314023df95d2c5e0f955962f0.tar.gz portage-b5365341dad167e314023df95d2c5e0f955962f0.tar.bz2 portage-b5365341dad167e314023df95d2c5e0f955962f0.zip |
refresh many URIs in the code base
Use https where available, and update old links (like www.gentoo.org)
to point to the new location.
Diffstat (limited to 'cnf/make.conf.example.sparc.diff')
-rw-r--r-- | cnf/make.conf.example.sparc.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cnf/make.conf.example.sparc.diff b/cnf/make.conf.example.sparc.diff index c68a95aa9..1055b4a22 100644 --- a/cnf/make.conf.example.sparc.diff +++ b/cnf/make.conf.example.sparc.diff @@ -8,7 +8,7 @@ +# ============ +# This should be left to the default value of sparc-unknown-linux-gnu unless +# you are absolutely certain of the consequences. In addition to potentially -+# destroying your system, you will receive no support and your bugs will be ++# destroying your system, you will receive no support and your bugs will be +# marked INVALID if you change this. +# +# CHOST="sparc-unknown-linux-gnu" @@ -25,8 +25,8 @@ -#CFLAGS="-O2 -pipe" -# +# Sparc specific cpu optimizatiobn flags can be found here: -+# http://gcc.gnu.org/onlinedocs/gcc-3.3/gcc/SPARC-Options.html#SPARC%20Options -+# ++# https://gcc.gnu.org/onlinedocs/gcc-4.9.3/gcc/SPARC-Options.html ++# +# -mcpu=<cpu-type> means optimize code for the particular type of CPU without +# breaking compatibility with other CPUs. +# |