2004-01-25 18:03:27 by Krister Walfridsson | Files touched by this commit (1) |
Log message: Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compiler for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin. |
2004-01-20 13:09:10 by Alistair G. Crooks | Files touched by this commit (11) |
Log message: Move WRKSRC definition away from the first paragraph in a Makefile. |
2003-09-17 21:41:31 by grant beattie | Files touched by this commit (39) |
Log message: get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now. |
2003-09-12 22:07:36 by grant beattie | Files touched by this commit (30) |
Log message: kill all references to gcc.buildlink2.mk and compiler.mk, and define USE_GCC2 or USE_GCC3 where appropriate. the functionality of the old gcc.buildlink2.mk has been rolled into compiler.mk now, which is automatically used. more changes to come later... |
2003-07-17 23:50:07 by grant beattie | Files touched by this commit (1504) |
Log message: s/netbsd.org/NetBSD.org/ |
2003-06-11 22:51:00 by David Brownlee | Files touched by this commit (32) |
Log message: Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while now and not NetBSD-*-arm32. Changes include one or more of: - Change MACHINE_ARCH == arm32 to also match arm - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3 The last may shake out a few more broken packages the next bulk build. |
2003-06-02 16:05:10 by David Brownlee | Files touched by this commit (24) |
Log message: Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3 is accepted. Suggested by Grant. |
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message: Drop trailing whitespace. Ok'ed by wiz. |
2002-09-29 07:11:02 by Johnny C. Lam | Files touched by this commit (1) |
Log message: buildlink1 -> buildlink2 and use gcc/buildlink2.mk instead of Makefile.gcc. |
2002-04-20 17:22:26 by Chris Pinnock | Files touched by this commit (1) |
Log message: On arm32, use gcc-2.95.3 to avoid an internal egcs compiler error. |