summaryrefslogtreecommitdiff
path: root/lang/gcc3-c
AgeCommit message (Collapse)AuthorFilesLines
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-22Now that no package uses USE_GCC_SHLIB any longer, remove supportwiz1-2/+2
for it from compiler.mk. Move the variable of the same name used by compiler/gcc.mk and the gcc* buildlink3 files into private namespace (_USE_GCC_SHLIB).
2004-08-13Include "/usr/pkg/gcc3/lib" in the list of directories that contain gcc3jlam1-3/+9
libraries.
2004-07-06Unused.wiz1-40/+0
2004-07-02update to 3.3.4drochner1-2/+1
bugfixes only afaict, no new features, no new files
2004-05-22Update gcc3-ada to 3.3.3nb1abs1-2/+2
Update gcc3-c++ to 3.3.3nb1 Update gcc3-c to 3.3.3nb2 Update gcc3-f77 to 3.3.3nb1 Update gcc3-java to 3.3.3nb1 Update gcc3-objc to 3.3.3nb1 Update gcc3 to 3.3.3nb1 gcc arm: fix GCC _P_R_ target/14302 Apply gcc fix for gcc PR target/14302 to fix ARM compiler issues triggered by at least glib, glib2, and pkgconfig. 2004-02-26 Richard Earnshaw <rearnsha@arm.com> Daniel Jacobowitz <drow@mvista.com> PR target/14302 * arm.h (ARM_GO_IF_LEGITIMATE_ADDRESS): Don't check the mode size for minipool references.
2004-05-20Set the CC variable to .../bin/gcc (not .../bin/cc): on some systems,jschauma1-2/+2
there exists a 'cc', leading to buildlink creating a 'cc' wrapper pointing to the original 'cc', which then won't work with the gcc flags, while the 'gcc' wrapper does work (since packages simply call 'cc' (or 'gcc') and rely on buildlink having prepended the path to the right wrapper).
2004-05-17Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymoreseb1-2/+1
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
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 andseb9-207/+6
a single patch directory from gcc3/patches/. Also Move gcc3-c/{Makefile.common,language.mk} into gcc3/.
2004-03-25When building devel/gmake as a build dependency, build it without localejlam1-1/+2
support. This makes it easier to "bootstrap" the installation of a pkgsrc compiler without a lot of additional indirect build dependencies on gettext, libiconv, libtool, etc.
2004-03-22The internal buildlink variable name is now "gcc3-c".jlam1-3/+3
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-5/+4
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18Rename the internal package variable referred to by buildlink[23]. Nojlam2-33/+33
functional change.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam1-6/+9
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-02update to gcc-3.3.3drochner2-6/+6
2004-02-22Previous change broke build on NetBSD because it tried to "rm -f" akristerw1-2/+2
directory instead of just the file that was intended.
2004-02-21Buildlink the gcc3-c libraries and headers early so that fake-la can findjlam1-2/+2
them.
2004-02-21Play it safe -and be Solaris friendly: don't rely on 'ln -sf' to properlyseb1-3/+4
remove an existing file, use 'rm -f' then 'ln -s'.
2004-02-20Use stricter dependency patterns so that we only match ones with the samejlam1-2/+2
distribution version number.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-1/+3
testing it.
2004-02-13Bump the PKGREVISION after fixing up the installed *.la files to removejlam2-3/+14
references to the buildlink work directories.
2004-02-12Use "sunos"-style shared library numbering whenever a platform wants thejlam1-1/+12
"linux"-style one. This matches our pkgsrc libtool behaviour so that we can get a consistent numbering across different platforms so that we don't have to fiddle with the PLIST. This fixes PR 22556 and PR 23684.
2004-02-12Include gcc3-c/buildlink3.mk to get the gcc3-c library and header filesjlam1-3/+6
symlinked into ${BUILDLINK_DIR}.
2004-02-10Honor GCC3_PKGMODIF for alternate gcc3 install location.jlam1-2/+2
2004-02-10Add an explicit dependency on gcc3-c so that gcc3-* sub-language packagesjlam1-4/+2
will depend on gcc3-c instead perhaps of just using the system compiler.
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam1-2/+2
spaces, use the :Q modifier instead of double-quoting the value. This avoids breakage when executing the just-in-time su targets.
2004-02-06Correctly depend on binutils if binutils is already installed andjlam1-4/+21
${LOCALBASE}/bin is in the ${PATH}.
2004-02-06We should only ever append to DEPENDS, not set it.jlam1-2/+2
2004-02-05Fix lossage from buildlink3.mk files not being included by bsd.prefs.mkjlam1-1/+7
as a result of recent changes in mk/compiler. This fixes seeing the mysterious "_gcc3" when building gcc3-* packages.
2004-02-05bsd.compiler.mk no longer adds dependencies or includes buildlink*.mk filesjlam1-2/+5
if it's being included by bsd.prefs.mk, so we can safely move the BUILDLINK_DEPENDS line to its usual location.
2004-02-05List the correct directories for finding GCC libraries so that they willjlam1-1/+3
be added automatically to library and run-time library search paths.
2004-02-02There was an extra slash where there shouldn't have been.jlam1-2/+2
2004-02-01bl3ify the gcc3-* packages. Also provide buildlink[23].mk files for usejlam7-67/+102
by bsd.compiler.mk. Note that in the buildlink3.mk files, the dependency is always added regardless of the BUILDLINK_DEPTH. This is because these buildlink3.mk files may be included by bsd.prefs.mk, which is often included other buildlink3.mk files, and we need to ensure that regardless of the depth, we are using the correct compiler.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-03update to gcc-3.3.2 (bugfix release)drochner3-7/+7
2003-09-16the USE_GCC3 make variable causes conflicts with the monolithicdrochner1-2/+1
gcc3 pkg. Until we have a sane solution, delete it for now. Addresses PR pkg/22773 by John R. Shannon.
2003-08-11update to 3.3.1drochner5-26/+8
2003-08-09USE_NEW_TEXINFO is unnecessary now.seb1-2/+1
2003-08-08include major version number in COMMENT for distinction, some minorgrant1-2/+2
COMMENT tweaks.
2003-07-29Sync with ../gcc3 (cpp defaults to -gcc).martin4-3/+36
2003-07-23sync with PKGREVISION bump of gcc3-c-3.3drochner1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-17Update:abs2-3/+4
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-16elaborate the INSTALLTO_SUBPREFIX thing a bit more: modify thedrochner3-5/+8
PKGNAME if we are installing to an alternative location so that the pkg system doesn't complain about conflicts. Now it is possible to install a gcc3 tree to some location where it can be used to bootstrap another instance of itself...
2003-07-09-as abs did to lang/gcc3:drochner3-4/+21
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 -${prefix} is the same like ${GCC_PREFIX}, but the former is already there
2003-07-09There is no point in buildlinking gcc's private include files: Theydrochner1-5/+1
are not for the host compiler, but for the stage-1 "xgcc", which is not subject to buildlink's redirection. (The gcc libs are needed because ld is redirected.)
2003-07-08No need to include texinfo.mk, bsd.pkg.mk does it.seb1-2/+1
2003-07-08some cleanup:drochner10-179/+131
-USE_NEW_TEXINFO, saves some patches -symlink libiberty.a into build tree instead of buildlink/lib, saves some patches -put common make rules into Makefile.common (for all) and buildaddon.mk (for all but the base "c" pkg)