Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.10.3_2,1 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
3.10.3_2,1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.10.3_1,1 20 Dec 2022 10:25:21 |
Thierry Thomas (thierry) Author: alt2600@icloud.com |
math/atlas: build full lapack
Some symbols had been eliminated with the previous release.
PR: 268422
Reported by: alt2600 (at) icloud.com |
3.10.3,1 15 Dec 2022 16:22:25 |
Thierry Thomas (thierry) |
math/atlas: upgrade to 3.10.3
The development iof ATLAS seems stalled, but some people still use it:
upgrade it to the latest stable version, to support some more platforms.
Changelog available from
<https://sourceforge.net/projects/math-atlas/files/Stable/3.10.3/ChangeLog/download>.
Next step: resurrect atlas-devel and upgrade it to the latest "unstable
release", 3.11.41, dated 2018-10-05… |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.8.4_18,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.8.4_18,1 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
3.8.4_18,1 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
3.8.4_18,1 21 Jul 2021 20:48:14 |
Thierry Thomas (thierry) |
math/atlas: unbreak after math/lapack + various fixes
The latest upgrade of math/lapack broke ATLAS, due to the lack of the
post-target, but anyways it was broken in many others ways:
- gmake is required (the fixes ifdef / #ifdef are not sufficient)
- -fPIC is needed everywhere
- fix EXTRA_FFLAGS
- remove a conflict with atlas-devel.
PR: 257122
Reported by: alt2600 (at) icloud.com
MFH: 2021Q3 |
3.8.4_18,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.8.4_18,1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.8.4_17,1 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
3.8.4_16,1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.8.4_15,1 14 Oct 2018 18:07:47 |
yuri |
math/atlas: Fix build by removing empty directories
It was installing some empty directories under DATADIR which PORTDATA=* doesn't
handle. |
3.8.4_15,1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.8.4_14,1 10 May 2018 06:22:30 |
yuri |
math/atlas: Add PKGNAMESUFFIX to prevent the package name conflict with
devel/atlas
devel/atlas produces the package Atlas-0.5.2_2. When it is installed, 'make
install'
in math/atlas failed without an error message. This is probably a bug in
'pkg-static'.
'pkg add atlas-3.8.4_13,1.txz' complained about the package name conflict. |
3.8.4_13,1 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
3.8.4_12,1 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
3.8.4_10,1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
3.8.4_9,1 07 Dec 2016 13:24:57 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.
The first part covered ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.
PR: 214965
Reported by: thierry |
3.8.4_8,1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
3.8.4_7,1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
3.8.4_7,1 04 Apr 2015 12:58:29 |
demon |
Simplify things: always build both shared and static libs.
Some ports (py-scipy for instance) have indirect deps on ATLAS (via py-numpy)
and require specific (static) version to work. |
3.8.4_7,1 25 Mar 2015 07:37:15 |
marino |
math category: Remove $PTHREAD_LIBS
Note that math/PDL did not pass stage-QA before, so it was fixed.
approved by: PTHREAD blanket |
3.8.4_7,1 07 Dec 2014 16:31:51 |
feld |
Update "BSD" license in math category |
3.8.4_7,1 13 Nov 2014 23:24:01 |
antoine |
Cleanup plist |
3.8.4_7,1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
3.8.4_6,1 21 Aug 2014 12:58:36 |
marino |
math/atlas: Fix OPTIONS handling, add log control option
Add an option to the menu to control whether the tuning info and build
logs are installed. install these files uncompressed plain text instead
of compressed tarballs
PR: 192823
Submitted by: Don Lewis |
3.8.4_5,1 17 Aug 2014 23:19:27 |
marino |
Stage math/atlas and reset maintainer
PR: 192744
Submitted by: Don Lewis |
3.8.4_4,1 29 Jul 2014 20:55:28 |
adamw |
Repair instances, almost all courtesy of bf ;-), of spaces
and/or tabs before the =. This made doing regular expressions
on the ports tree really difficult.
Approved by: portmgr (not really, but touches unstaged ports) |
3.8.4_4,1 16 Jul 2014 08:26:26 |
bapt |
Fix some non default LIB_DEPENDS
With hat: portmgr |
3.8.4_4,1 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
3.8.4_4,1 15 Mar 2014 19:01:40 |
tijl |
Fixup for USES=fortran conversion. These ports require USE_GCC=yes
because they depend on gcc specific optimisation flags.
While here use USES=tar:bzip2.
PR: ports/187501
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> |
3.8.4_4,1 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
3.8.4_3,1 16 Feb 2014 17:15:32 |
tijl |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery) |
3.8.4_3,1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
3.8.4_2,1 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
3.8.4_2 05 Jun 2013 14:11:20 |
bapt |
Convert to new options framework |
3.8.4_2,1 14 Oct 2012 18:04:51 |
bf |
fix compiler runtime library path after recent changes to bsd.gcc.mk
Prodded by: gerald
Feature safe: yes |
3.8.4_1,1 09 Jun 2012 04:55:58 |
bf |
add some CONFLICTS [1]; minor clean-up
Reported by: S.-M. Silber [1] |
3.8.4_1,1 13 Feb 2012 22:28:14 |
bf |
restore the explicit pointer bitwidth configure argument, to prevent
misconfiguration on some machines
PR: 162686
Submitted by: truckman (different patch) |
3.8.4,1 24 Jan 2012 10:47:28 |
bf |
make a small build adjustment after the recent math/lapack changes |
3.8.4,1 24 Sep 2011 18:36:59 |
bf |
Update to 3.8.4 before the 3.10 release; clean up (substantially
reduce build times, introduce options, drop unneeded dependencies,
and make linking with ATLAS shared libraries easier)
Thanks to maho and A. Shterenlikht for review and testing, and to
mm, T. Ludwig, skreuzer, and E. Lemos de Sa for reminders or related
submissions
PR: 117923, 139169, 155650, 159876 |
3.8.3_1,1 21 Jul 2011 16:21:55 |
bf |
Tell portscout to look for stable releases only,
using the upstream convention |
3.8.3_1,1 10 May 2011 14:20:44 |
bf |
Assume maintainership: the former maintainer
is busy
Approved by: maho |
3.8.3_1,1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.8.3_1,1 10 Nov 2009 11:09:36 |
maho |
Add conflict line.
Submitted by: "b. f." <bf1783@googlemail.com> |
3.8.3_1,1 13 Sep 2009 00:08:01 |
gerald |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
3.8.3 22 Aug 2009 00:28:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with M |
3.8.3,1 21 Apr 2009 07:46:13 |
maho |
Update to 3.8.3. |
3.8.2_1,1 07 Jan 2009 16:34:27 |
gerald |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
3.8.2,1 12 Jun 2008 07:28:33 |
maho |
Update to 3.8.2.
Submitted by: Kengo Ichiki <ichiki@ualberta.ca>
Slightly modified so that his patches fit ports policy. |
3.8.0_1,1 07 Feb 2008 07:47:19 |
maho |
* Fix bug listed in http://math-atlas.sourceforge.net/errata.html#RMAAT .
* Bump portrevision.
* Fix pkg-descr. Still do not pass portlint though.
Submitted by: bf <bf2006a@yahoo.com> |
3.8.0,1 07 Jan 2008 00:24:25 |
maho |
Use MANUAL_PACKAGE_BUILD instead. |
3.8.0,1 19 Dec 2007 22:47:57 |
maho |
Update to 3.8.0.
Only verified on i386 and amd64 FreeBSD 7BETA.
Discussions with: bf <bf2006a@yahoo.com>, truckman
and Tijl Coosemans <tijl@ulyssis.org>.
PR: 118270 and 118271 |
3.6.0_4,1 30 Sep 2007 04:02:10 |
maho |
Using new LAPACK 3.1.1 port (threfore BUMPPORTREVISION)
and unbreak. |
3.6.0_3,1 29 Sep 2007 12:57:39 |
maho |
Temporary marked as broken. Creating ATLAS'ed LAPACK part is now broken. |
3.6.0_3,1 30 Jul 2007 08:04:04 |
maho |
In ATLAS/INSTALL.txt it is said that gcc42 is superior to both gcc3 and gcc41
- and FreeBSD 7 current imported gcc42.
Spotted by: Li-Lun \"Leland\" Wang" <llwang@infor.org> |
3.6.0_3,1 12 Jul 2007 08:10:55 |
maho |
Now we use USE_FORTRAN=yes to use FORTRAN compiler. |
3.6.0_3,1 08 Mar 2007 08:26:20 |
maho |
Fix errata listed at http://math-atlas.sourceforge.net/errata.html and
bump portrevision.
Submitted by: bf <bf2006a@yahoo.com> |
3.6.0_2,1 19 Feb 2007 01:49:51 |
maho |
For test target, now we use GMAKE to MAKE. In some environment
GMAKE fails. |
3.6.0_2,1 16 Jan 2007 02:39:08 |
maho |
Remove CONFLICT line as elmer-mathlibs are deprecated by migration
to gfortran. |
3.6.0_2,1 15 Jan 2007 05:45:25 |
maho |
Atlas should not depend on GNU F77. Now
it doesn't expect existence of /usr/include/g2c.h |
3.6.0_2,1 14 Jan 2007 13:26:55 |
thierry |
gmake is needed as a build dependency.
Approved by: maho |
3.6.0_2,1 11 Jan 2007 21:42:56 |
maho |
Fix build with WITH_OPTIMIZED_FLAGS. |
3.6.0_2,1 11 Jan 2007 07:03:13 |
maho |
* Migrate to gfortran. but stock GCC is used.
* lapack/blas are compiled with gforntran, thus we build TEST section as well. |
3.6.0_2,1 09 Jan 2007 22:39:17 |
maho |
* Shared lib number has been bumped 1 to 2
* Bump port revision |
3.6.0_1,1 06 Jan 2007 22:18:51 |
maho |
* Migrate to gfortran.
* portlint.
* (option) Installing benchmark tests for real FLOPS.
* Bump portrevision. |
3.6.0,1 07 Aug 2006 01:40:52 |
maho |
Fix error when WITH_OPTIMIZED_FLAGS is specified.
PR: 100991
Submitted by: Masayuki Takemura <ICG04984@nifty.com> |
3.6.0,1 09 Jul 2006 01:35:28 |
maho |
A better WITH_OPTIMIZED_FLAGS. |
3.6.0 10 May 2006 22:37:39 |
edwin |
Remove USE_REINPLACE from ports starting with M |
3.6.0,1 26 Apr 2006 05:13:41 |
maho |
Register conflicts with math/elmer-mathlibs.
Submitted by: thierry and
Pedro F. Giffuni <giffunip@asme.org> |
3.6.0,1 14 Feb 2006 02:30:16 |
maho |
o cleanups
o faster build time; 4h45m19.23s for my Pentium M 1.6G.
now static libs are build via knob, timing torerance patch is applied via
knob.
Submitted by: many |
3.6.0,1 22 Jan 2006 12:56:47 |
edwin |
SHA256ify
Approved by: krion@ |
3.6.0,1 19 Nov 2005 22:45:34 |
maho |
Currently with "cpu I686_CPU" which is default,
kernel automatically enables SSE if it is available.
so remove messages which are not necessary.
Submitted by: Darrien <darrien.l@gmail.com> |
3.6.0,1 30 Oct 2005 08:00:58 |
maho |
Add cputype of sempron; athlon type CPU
Submitted by: Pedro A M Vazquez <vazquez@iqm.unicamp.br> |
3.6.0,1 07 Sep 2005 01:52:21 |
kris |
Set NO_PACKAGE: atlas optimizes for the local machine, so a package is not
generally useful.
Reviewed by: maho (maintainer) |
3.6.0,1 28 Jun 2005 04:45:59 |
maho |
Add two patches for stable builds.
o L1 cache size is not correctly detected having a bad clock
o in some case small number of tries in tuning doesn't meet convergence
see FAQ http://math-atlas.sourceforge.net/errata.html#tol |
3.6.0 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
3.6.0 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
3.6.0,1 25 Jan 2005 05:47:56 |
maho |
Add a warning message
Suggested by: Rob D. <162144@gmail.com> |
3.6.0,1 25 Jan 2005 05:40:14 |
maho |
Reduce optimization level so that not get trapped
at infinite loop |
3.6.0,1 24 Oct 2004 03:40:23 |
maho |
Forced commit
Actually this report was submitted by mharo,
and eik kindly told me how to fix.
PR: 71095
Submitted by: mharo |
3.6.0,1 24 Oct 2004 03:37:02 |
maho |
Avoid the use of != statements in ports Makefile
PR: 71095
Submitted by: eik |
3.6.0,1 19 Oct 2004 01:10:44 |
maho |
Adding newline at the end of files
(lapack.h and blas.h)
Submitted by: thierry@ |
3.6.0,1 30 Sep 2004 05:32:00 |
kris |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
3.6.0,1 02 Sep 2004 00:25:45 |
maho |
type -> arch
Pointy hat to: maho |
3.6.0,1 01 Sep 2004 14:26:13 |
maho |
ad hoc fix for 5-STABLE, having CPU
other than Pentium4 (Opteron, Pentium III,
Athlon... etc) this was due to recent change
in make(1) |
3.6.0,1 01 Sep 2004 09:59:26 |
maho |
Build fix for 5-STABLE |
3.6.0,1 18 Aug 2004 05:46:25 |
maho |
o Significantly performance loss by overriding several
optimization flags...
o update to 3.7.8 |
3.6.0,1 14 Jul 2004 04:49:52 |
maho |
1) correct the names of shared libs for threaded version
2) Some Pentium 4 series have more caches (not 512kB, but 1M ~ 2M) |
3.6.0,1 06 May 2004 19:49:54 |
maho |
Make portlint happy by replacing space to tab
PR: 65409
Submitted by: trevor |
3.6.0,1 30 Mar 2004 14:49:20 |
maho |
make portlint happy |
3.6.0,1 30 Mar 2004 14:48:49 |
maho |
real fix for PR:64692
PR: 64692
Submitted by: Kay Lehmann <kay_lehmann@web.de> |
3.6.0,1 27 Mar 2004 05:55:45 |
maho |
unbreak for 4-STABLE i386 and alpha
PR: 64692 (loosely depended on)
Submitted by: Kay Lehmann <kay_lehmann@web.de> and kris via bento |
3.6.0,1 20 Mar 2004 05:20:47 |
maho |
Do not hardcord PICFLAG
Submitted by: ru |
3.6.0,1 19 Mar 2004 04:20:12 |
maho |
Backout previous change of PICFLAG, since
behaviour of -fPIC and -fpic are different.
Here is the comment form obrien:
--
"-fpic" is a [minor?] optimization for machines that can handle it:
-fpic
Generate position-independent code (PIC) suitable for use in a shared
library, if supported for the target machine. Such code accesses all
constant addresses through a global offset table (GOT). The dynamic
loader resolves the GOT entries when the program starts (the dynamic
loader is not part of GCC; it is part of the operating system). If
the GOT size for the linked executable exceeds a machine-specific
maximum size, you get an error message from the linker indicating (Only the first 15 lines of the commit message are shown above ) |
3.6.0,1 18 Mar 2004 23:06:12 |
maho |
-fPIC is appropreate on all architectures.
Submitted by: kris |
3.6.0,1 17 Mar 2004 09:46:36 |
maho |
Fix build on alpha 4-stable
Submitted by: kris via bento |
3.6.0,1 28 Feb 2004 09:45:06 |
maho |
Update to 3.6.0 |