summaryrefslogtreecommitdiff
path: root/lang/gcc/files
AgeCommit message (Collapse)AuthorFilesLines
2003-07-13oops, we still want the mk files for non-pkgsrc purposes. unbumpgrant1-0/+7
PKGREVISIONs.
2003-07-13greatly simplify the handling of pkgsrc gcc, and eliminate a bug whichgrant1-7/+0
has allowed these packages to work :) set CC, CXX, CPP and F77 in gcc{,3}/buildlink2.mk. you now only need to define USE_GCC2 or USE_GCC3 to use the pkgsrc gcc of your choice. the share/examples/gcc/mk.conf and gcc3/mk.conf files are no longer installed. bump PKGREVISIONs.
2003-07-04Install example mk.conf in package specific directory.seb1-2/+2
Adjust and make uniform various substitution variables and MESSAGE files. No PKGREVISION bump right now.
2002-10-05add a reminder that lang/gcc-ssp needs updating when this pkg is updateddmcmahill1-1/+3
2002-09-27Use bsd.pkg.install.mk, correct the PLISTs to refer to ${PKGNAME}.mkjlam1-5/+5
(instead of hardcoding the version number), and general cleanups to the Makefile to make this package easier to maintain.
2002-09-09- pull in the last bit of changes to sync this up with the netbsd-1-6-RELEASEdmcmahill1-5/+8
gcc. - enable building shared libstdc++ - add a -R to LDFLAGS in Makefile.gcc to point to the shared libs this pkg installs
2002-08-12pull in most recent patches to gcc-2.95.3 from the netbsd-1-6dmcmahill1-0/+35
branch. Includes fixes for sparc, alpha, and others. Should help in keeping pkgsrc running on 1.5.* systems. The patches which mirror those in the main netbsd source tree have been all put into a single distribution patch file. This makes it much easier to maintain and easier to easily see which patches are specific to pkgsrc.
2002-03-28Update patch set against a sync of source from gnusrc/dist/toolchain.jmc10-6/+434
Not very many overall changes. Main ones include 1. Support for powerpc, arm32 and vax 2. Makefile.gcc can now be included by anything which depends on gcc versions. If the version installed isn't 2.95.3 it'll add itself as a BUILD_DEPENDS. (XXX: any of the makefile's in pkgsrc should be checked and change to use this) 3. Remove special PLIST.NetBSD-sparc as it's no longer needed 4. Change post-extract loop to pick up any arch files from FILESDIR without having to hardcode all the archs 5. Remove arch restrictions as this should work on any arch supported by the main source tree as of 03/28/02 6. Add PKGREVISION as this clearly isn't stock 2.95.3 (it doesn't change gcc --version so version checks won't care).
2002-02-16Add missing sparc/netbsd-elf-common.h.kent1-0/+69
2002-01-03Add RCS Id.tron1-0/+2
2002-01-03Update "gcc" package to version 2.95.3. This is a bug fix release oftron10-22/+1734
version 2.95.2. This package includes all changes to "gcc" from the new toolchain in NetBSD-current. The only tested (and enabled) platform is "NetBSD-*-i386" so far.
2001-05-04Add --enable-shared to the configuration phase so that a shared libstdc++skrll2-0/+18
gets built. Add makefile fragments to do the right thing for elf and a.out. Make sure they are used. Add @exec/@unexec install-info to the PLIST. Fixes pkg/12154 from Olaf Seibert <rhialto@polderland.nl>
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-27/+0
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-01Add LIBGCC_SPEC definition taken fromjlam1-2/+2
gnusrc/gnu/dist/toolchain/gcc/config/netbsd.h
2001-02-28Make this pkg work on NetBSD/sparc.hubertf1-5/+7
Patches contributes by Michael Rauch <mrauch@fs.tum.de> in PR 12299
2000-10-16Regen.jlam1-1/+2
2000-09-15- Add patches from NetBSD-current to fix build on i386 ELF systems.tron2-0/+30
- Install into "${LOCALBASE}/gcc-2.95.2" to avoid that e.g. "bsd.pkg.mk" picks up the new compiler by accident. - Add a file "${LOCALBASE}/etc/gcc-2.95.2.mk" which makes it possible to use the new "gcc" like this: make MAKECONF=/usr/pkg/etc/gcc-2.95.2.mk
2000-05-23- Remove broken NetBSD i386 ELF support for the moment. Something intron2-762/+0
NetBSD's "egcs" configuration files breaks the build of "libiberty" obviously. - Make this package work on NetBSD arm32. - Actually add entries to package list. Still to do: - rename binaries to avoid conflicts with base distribution - improve directory structure - support more platforms
2000-03-24Initial import of unfinished "gcc-2.95.2" package:tron3-0/+765
GNU Compiler Collection