2003-08-08 11:31:04 by grant beattie | Files touched by this commit (8) |
Log message:
include major version number in COMMENT for distinction, some minor
COMMENT tweaks.
|
2003-07-28 23:49:17 by Julio Merino | Files touched by this commit (1) |
Log message:
Add PKG_GCC3_JAVA to BUILD_DEFS.
|
2003-07-26 19:37:10 by Martin Husemann | Files touched by this commit (4) |
Log message:
Bring in a patch from the base system gcc3 and adapt example gcc3.mk file
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-24 00:30:14 by grant beattie | Files touched by this commit (2) |
Log message:
fix GCC_VERSION so GCC_ARCHDIR is correctly set.
re-arrange gcc/Makefile a bit to more closely resemble gcc3/Makefile.
|
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-07-17 11:07:57 by David Brownlee | Files touched by this commit (6) |
Log message:
Update:
gcc3 to 3.3nb5
gcc3-c to 3.3nb1
gcc3-c++ to 3.3nb1
In gcc3.mk set CPP to '.../cpp -gcc' rather than '.../cpp'
Ensure __GNUC__ and similar are defined.
|
2003-07-13 15:16:05 by grant beattie | Files touched by this commit (6) |
Log message:
oops, we still want the mk files for non-pkgsrc purposes. unbump
PKGREVISIONs.
|
2003-07-13 15:04:12 by grant beattie | Files touched by this commit (8) |
Log message:
greatly simplify the handling of pkgsrc gcc, and eliminate a bug which
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-08 18:30:47 by David Brownlee | Files touched by this commit (3) |
Log message:
Update gcc3 to gcc3-3.3nb4:
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-06 17:33:37 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Specifying --infodir=... to configure is not needed anymore.
|