summaryrefslogtreecommitdiff
path: root/lang/gcc3/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2006-12-07Update gcc3-* to 3.3.6. Fix build of gcc3-f77 and gcc3-java onmarkd1-4/+7
NetBSD-current.
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-21update to 3.3.5drochner1-3/+3
There was just a build system fix which we weren't affected by afaict.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-2/+2
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-07-02update to 3.3.4drochner1-5/+3
bugfixes only afaict, no new features, no new files
2004-05-28pkg/23871 Ada runtime is not relocatable (same as gcc Bug ada/12950)shannonjr1-3/+6
part 1/2
2004-05-23Readd checksum for "gcc-3.3.3.tar.bz2" which got accidently removed bytron1-1/+3
"make makedistinfo".
2004-05-23Add missing checksum for new patch file "patch-ac".tron1-3/+2
2004-04-10Apply sparc64 fix from gcc cvs viaseb1-1/+2
src/gnu/dist/gcc/gcc/config/sparc/sparc.h revision 1.2. Bump PKGREVISION of gcc3-c package.
2004-04-10Make all gcc3-* packages use a single distinfo file from gcc3/distinfo andseb1-0/+15
a single patch directory from gcc3/patches/. Also Move gcc3-c/{Makefile.common,language.mk} into gcc3/.
2004-02-01"Update" lang/gcc3 to 3.3.2. This package is now a meta-package forjlam1-9/+0
lang/gcc3-*.
2003-07-26Bring in a patch from the base system gcc3 and adapt example gcc3.mk filemartin1-1/+3
accordingly. From: matthew green <mrg@netbsd.org> To: source-changes@NetBSD.org Subject: CVS commit: src/gnu/dist/gcc/gcc Message-Id: <20030725175744.B6FC4B004@cvs.netbsd.org> Module Name: src Committed By: mrg Date: Fri Jul 25 17:57:44 UTC 2003 Modified Files: src/gnu/dist/gcc/gcc: cppspec.c src/gnu/dist/gcc/gcc/config: netbsd.h Log Message: make `cpp -gcc' the default on NetBSD. To generate a diff of this commit: cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc/gcc/cppspec.c cvs rdiff -r1.1.1.1 -r1.2 src/gnu/dist/gcc/gcc/config/netbsd.h
2003-07-08Update gcc3 to gcc3-3.3nb4:abs1-1/+2
Apply http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10955 * unroll.c (unroll_loop): Fix off-by-one bug. Fixes build issue with xdm and -O3 Suggested by fredb
2003-07-04Convert to USE_NEW_TEXINFO.seb1-5/+2
Remove or trim "info related" patch files. Install info files in package specific directory. Hence the PLIST files are now nearly empty... This should finish making these two packages really non-conflicting. Bump PKGREVISION.
2003-07-02make sure libgcc is compiled -fPICdrochner1-1/+2
2003-05-25use the tar.bz2 archive, it's 8MB smaller than .tar.gzjdolecek1-3/+3
add UNLIMIT_RESOURCES=datasize, which appears to be necessary to compile the package
2003-05-25Updated gcc3 to 3.3.grant1-4/+4
Tested on NetBSD-current and Solaris 9. Caveats * The preprocessor no longer accepts multi-line string literals. They were deprecated in 3.0, 3.1, and 3.2. * The preprocessor no longer supports the -A- switch when appearing alone. -A- followed by an assertion is still supported. * Support for all the systems obsoleted in GCC 3.1 has been removed from GCC 3.3. * Checking for null format arguments has been decoupled from the rest of the format checking mechanism. Programs which use the format attribute may regain this functionality by using the new nonnull function attribute. Note that all functions for which GCC has a built-in format attribute, an appropriate built-in nonnull attribute is also applied. * The DWARF (version 1) debugging format has been deprecated and will be removed in a future version of GCC. Version 2 of the DWARF debugging format will continue to be supported for the foreseeable future. * The C and Objective-C compilers no longer accept the "Naming Types" extension (typedef foo = bar); it was already unavailable in C++. Code which uses it will need to be changed to use the "typeof" extension instead: typedef typeof(bar) foo. (We have removed this extension without a period of deprecation because it has caused the compiler to crash since version 3.0 and no one noticed until very recently. Thus we conclude it is not in widespread use.) * The -traditional C compiler option has been removed. It was deprecated in 3.1 and 3.2. (Traditional preprocessing remains available.) The <varargs.h> header, used for writing variadic functions in traditional C, still exists but will produce an error message if used. New Targets and Target Specific Improvements [trimmed for length and relevance to NetBSD] * The SPARC, HP-PA, SH4, and x86/pentium ports have been converted to use the DFA processor pipeline description. * The following NetBSD configurations for the SuperH processor family have been added: o SH3, big-endian, sh-*-netbsdelf* o SH3, little-endian, shle-*-netbsdelf* o SH5, SHmedia, big-endian, 32-bit default, sh5-*-netbsd* o SH5, SHmedia, little-endian, 32-bit default, sh5le-*-netbsd* o SH5, SHmedia, big-endian, 64-bit default, sh64-*-netbsd* o SH5, SHmedia, little-endian, 64-bit default, sh64le-*-netbsd* * The following changes have been made to the IA-32/x86-64 port: o SSE2 and 3dNOW! intrinsics are now supported. o Support for thread local storage has been added to the IA-32 and x86-64 ports. o The x86-64 port has been significantly improved. The full list of changes can be found at: http://gcc.gnu.org/gcc-3.3/changes.html
2003-05-24use ${INSTALL_INFO} rather than install-info, so that we don't accidentlyjschauma1-2/+4
use an old or non-compatible version that may be in the base system. This makes this package install flawlessly under Linux, and even though it does not directly address PR pkg/20880 (which I could not reproduce), it covers similar problems.
2003-05-22Add patch from Todd Vierling in PR 21226:wiz1-1/+2
The following method overrides "libgcc_link_spec" in the generated specs file, which gives you a compiler that automatically inserts the correct rpath argument at link time. This should work for any pkgsrc target platform, as no platform-specific config overrides it. Additionally, part of this fix changes the "scrubbed" LDFLAGS by overriding that in CONFIGURE_ENV, rather than globally. Other changes to the pkgsrc Makefile (including one I plan to submit for threads support) may need access to the "real" LDFLAGS, so overriding it wholesale in the pkg Makefile is Bad. Bump version to 3.2.2nb2.
2003-04-14GNU texinfo >= 4.1 is required to build the info files shipped, fix wrongsalo1-1/+2
check for MAKEINFO version too. Addresses PR pkg/20930. Make it PKGREVISION resilent. G/C unused variables, delint.
2003-03-22Update to 3.2.2, from Juan RP in PR 20308.wiz1-3/+3
Also build shared libs on Linux, from Jeremy C. Reed in PR 20735. Changes since 3.2.1: On the following i386-based systems GCC 3.2.1 broke the C ABI wrt. functions returning structures: Cygwin, FreeBSD (GCC 3.2.1 as shipped with FreeBSD 5.0 does not have this problem), Interix, a.out-based Linux and NetBSD, OpenBSD, and Darwin. GCC 3.2.2 reverts this ABI change, and thus restores ABI-compatibility with previous releases (except GCC 3.2.1) on these platforms. Lots of other bug fixes, see http://gcc.gnu.org/gcc-3.2/changes.html.
2003-01-09Regen distinfo.uebayasi1-6/+1
2003-01-06Initial import of GCC 3.2.1, the latest release of GNU Compileruebayasi1-0/+9
Collection, which currently contains front ends for C, C++, Objective-C, Fortran, Java, and Ada. For more detail, see http://gcc.gnu.org/gcc-3.2/ XXX Only tested on NetBSD/i386 -current. Tests on Linux and Solaris are very encouraged. XXX buildlink2.mk is not provided, meaning no other packages can depend on this for now.