pooka
bcb1fccca0
libpuffs
2006-10-22 22:53:41 +00:00
christos
e9a36b93da
Add -Wextra -Wno-unused-parameter to WARNS > 2
2006-10-22 22:17:30 +00:00
bjh21
7fb3ea3f6c
Use GDB 6 on armeb as well.
2006-10-18 23:31:50 +00:00
bjh21
cc630e93eb
GDB 6.5 seems to be basically functional on ARM, so make it the default there.
2006-10-18 23:22:24 +00:00
mrg
b55240a473
- clean up some comments to reality.
...
- retire LIBDCK, LIBG2C and (long broken) USE_LIBSTDCXX
- in bsd.hostprog.mk's LIBSTDCPP -> LIBSTDCC
- add LIBSUPCXX
- don't default USE_LIBSTDCXX or USE_GCC4 since they are
not used in the tree any where
- same with USE_XF86_4; retire it
- remove _SUPCXX handling in bsd.prog.mk
inspired by PR#26714.
2006-10-09 08:32:11 +00:00
elad
83704dec18
PR/28368: Peter Postma: unrecognized option `-Wnetbsd-format-audit'
...
Apply patch from rivo nurges in #NetBSD-code, thanks!
2006-10-08 17:16:51 +00:00
tsutsui
cd4f2a86f4
- pc532 is ${MACHINE}, not ${MACHINE_ARCH}; use ns32k
...
- fix a comment (sh5 has been switched to gcc4)
2006-10-01 05:06:20 +00:00
martin
37b5f548a5
Default sparc64 to gdb6.
2006-09-27 06:34:07 +00:00
matt
a63ad7b671
Make GCC4 the default (except for pc532).
...
Switch powerpc to GDB6.
2006-09-26 22:11:32 +00:00
christos
a08b6e285b
switch i386 to gdb6.
2006-09-26 19:33:02 +00:00
skrll
de030205fa
Switch hppa to gcc4.
2006-09-22 13:14:59 +00:00
simonb
ee167a117b
Switch MIPS to gcc4 by default.
2006-09-19 04:16:11 +00:00
dbj
758985809b
pay attention to MKUPDATE instead of UPDATE when installing libs
2006-09-18 05:15:35 +00:00
tsutsui
3d402afffa
Switch m68k ports to gcc4.
...
Tested on most m68k ports. Still there is no report of
atari, cesfic, luna68k, and mvme68k on real machines,
but at least builds for these ports should work.
2006-09-17 04:40:04 +00:00
skrll
4f50b00c11
ia64 doesn't do gdb yet.
2006-09-14 06:28:47 +00:00
dbj
b41feff50f
fixes for installing into a case insensitive $DESTDIR
...
when files may have hard links to a a name that only differs by case
- change install to unconditionally remove its temporary file
when installing hard links with -r. This avoids problems when
built with posix rename(2) semantics and reinstalling an existing
hard link.
- rework hard link targets in bsd.man.mk and bsd.links.mk
to use makefile constructs instead of shell constructs
- always reinstall hard links that may have case conflicts, even
when MKUPDATE=yes, this ensures that they get added to METALOG
- remove man pages which were hard linked to themselves in libform
- remove improper hard link command for existing man page in libkrb5
- fix libl's makefile to include bsd.lib.mk at end
- remove shell quoting in link target for test's [.1 man page
2006-09-11 22:24:09 +00:00
cherry
05c821640b
Switch ia64 to gcc4
2006-09-10 21:04:43 +00:00
simonb
b53f76b4fe
Use -Wno-uninitialized for ns32k. For some reason, gcc on ns32k
...
doesn't detect initialisation correction in simple "for" loops like:
for (i = 0; i < 10; i++)
var = i;
2006-09-09 03:53:19 +00:00
scw
f177e531c7
Switch sh5el to gcc4.
2006-09-04 20:03:21 +00:00
matt
02f1c8b0ef
Make sure to compile things at -O2 for mips64e[bl]
2006-08-26 19:57:03 +00:00
matt
c0b0d51c8c
MACHINE_CPU for mips64e[bl] is mips
2006-08-26 19:56:37 +00:00
matt
9e051a8002
Add enough configury glue so that src/tools can build a N64 mips toolchain.
2006-08-25 23:35:04 +00:00
uwe
d4491bfa15
Switch sh3 to gcc4.
...
sh3el tested on hpcsh. sh3eb only compile-tested with an mmeye build.
2006-07-24 23:54:15 +00:00
lukem
2c9b699f2a
add reminder to sync with etc/Makefile and share/man/man5/mk.conf.5
2006-07-23 12:31:29 +00:00
lukem
cacf5bfacc
Implement MKDEBUG:
...
If "no", don't build and install separate debugging symbols
into /usr/libdata/debug.
Default: no
2006-07-23 11:41:24 +00:00
lukem
8b3ce8625c
Rename MKDEBUG to MKDEBUGLIB.
2006-07-22 05:29:03 +00:00
peter
669a86ac31
MKPAM default is "yes".
2006-07-14 21:37:10 +00:00
matt
49decd4131
Switch vax to GCC 4
2006-07-08 00:32:08 +00:00
mrg
252f1af0f5
-std=gnu99 can be applied with GCC>=3, not MACHINE != vax.
2006-07-01 06:02:51 +00:00
mrg
878c667fb1
vax needs NOPIC for >= GCC3 not just == GCC3.
2006-07-01 06:02:01 +00:00
mrg
72ccefa820
powerpc64 is big endian.
2006-06-30 05:46:33 +00:00
drochner
c89713e730
switch alpha to gcc4
2006-06-26 15:30:05 +00:00
lukem
9dde4120d5
Don't invoke LD with LDFLAGS, since the latter is for CC.
...
If we need similar support for LD, we can implement another variable.
I couldn't find any obvious need for LDFLAGS by users of <bsd.kmod.mk>.
2006-06-26 04:07:34 +00:00
lukem
6be844e18e
support MAKEVERBOSE
2006-06-25 15:17:22 +00:00
lukem
9e21440fb1
Move LDFLAGS to the CC section instead of the LD section.
2006-06-25 15:04:31 +00:00
mrg
d1d848dac8
put hppa in to the list of working but not switched to GCC4 platforms.
2006-06-25 05:14:36 +00:00
garbled
1880a81bca
Switch powerpc to gcc4. Confirmed working with prep and macppc ports.
2006-06-24 06:35:54 +00:00
mrg
157b90ce05
switch sun2 over to GCC4. however, turn off profiling for sun2 since
...
GCC4 generates bogus code when calling mcount().
2006-06-24 05:24:56 +00:00
mrg
a1299d95e9
default MKISCSI to yes.
2006-06-24 05:16:32 +00:00
mrg
2ed89a9707
add support for MKISCSI=no.
2006-06-24 05:14:01 +00:00
christos
e4cfbd8bf1
- switch arm, armeb, i386, sparc, sparc64, x86_64 to gcc4
...
as discussed with gimpy and phone.
- add glue for gdb-6 build
2006-06-23 21:51:02 +00:00
mrg
1167183c92
make powerpc64 use GCC4. the first GCC4 platform!
...
add mipsel and mipseb to the list of platforms that could have GCC4
but not done yet.
2006-06-22 20:13:14 +00:00
gdamore
a5c89047c0
Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
...
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.
The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.
Drivers for both PCMCIA and USB bluetooth controllers are included.
2006-06-19 15:44:33 +00:00
gdamore
494d0cb31a
Forgot to commit these for TOOL_SED. Thanks to tsutsui@ for pointing it out.
2006-06-18 14:38:48 +00:00
christos
79867d81ea
PR/33681: Scott Ellis: Building 'bc' with SHAREDSTRINGS=yes fails
...
We need CPPFLAGS too now.
2006-06-09 19:16:36 +00:00
rpaulo
2e83915da9
Add variables for /libdata/firmware path.
2006-06-07 18:49:36 +00:00
mrg
0b591d2dfd
delete support for USE_TOOLS_TOOLCHAIN and HAVE_GCC==2.
...
update the list of platforms that build for GCC4 (but do not switch
any of them yet.)
2006-06-02 22:21:34 +00:00
mrg
db19e89e04
remove support for building (with) GCC 2.95. also:
...
- always install <stdbool.h>
- don't generate a fake one for vax / gettext.
2006-06-02 22:16:18 +00:00
christos
2cbaed172f
Remove sendmail.
2006-05-30 00:42:29 +00:00
uwe
d5328b65a0
Enable -Wold-style-cast for sh3 now that its stadarg.h doesn't use LHS casts.
2006-05-22 00:43:04 +00:00