rin
0b097c4bf6
add missing LIBCXX
2017-02-20 16:05:34 +00:00
snj
1e51c718db
prune duplicate xkeyboard-config and xkbcomp
2017-02-13 16:33:14 +00:00
christos
a4f2a376eb
add MKDIRPERM
2017-02-10 16:46:55 +00:00
christos
609217c32d
Add MKDIRMODE
2017-02-10 16:44:55 +00:00
kamil
0892a29a1a
libpthread_dbg(3) deletion from the base distribution
...
libpthread_dbg(3) is a remnant library from the M:N thread model
(pre-NetBSD-5.0) API to introspect threads within a process and for use
of debuggers.
Currently in the 1:1 model it's not used in GDB neither in LLDB and it's
not either planned to be used. It's current function to read pthread_t
structures is realizable within a regular debugger capable to
instrospect objects within a tracee (GDB, LLDB...).
Remaining users of this API can still use this library from
pkgsrc/devel/libpthread_dbg.
Sponsored by <The NetBSD Foundation>
2017-02-08 03:44:40 +00:00
christos
3048692a87
Kernel build objdirs have a kernel name after the objdir. Use a regex for
...
that. Note that debug-prefix-map and debug-regex-map insert entries in a
linked list in reverse order.
2017-02-07 21:19:13 +00:00
christos
c6003a6601
add sqlite3 to statically linked libraries for pam.
2017-01-29 21:43:56 +00:00
matt
2f6f26dc42
Resort _MKVARS.no
2017-01-18 02:33:25 +00:00
joerg
86b4c819bd
Don't randomly break the build and restrict -Wsystem-headers to gcc.
2017-01-17 11:09:10 +00:00
christos
927c23dd97
enable again system header warnings now amd64 builds.
2017-01-13 14:34:58 +00:00
christos
7ca638644a
disable until we fix the build.
2017-01-12 19:10:34 +00:00
christos
519cf8e7d5
PR/51831: Don't suppress warnings coming from system header macro expansions.
2017-01-12 16:47:18 +00:00
joerg
f9c2736326
Disable a couple of warnings until further investigation.
2017-01-11 12:19:43 +00:00
maya
3b4ebb08a0
-Wa,--fatal-warnings is a GCC flag and unknown to clang. make it
...
GCC specific, so we can (try to) build a kernel with higher WARNS
using clang.
2017-01-10 17:16:19 +00:00
skrll
6093e5eae2
binutils 2.26 is no more.
2017-01-10 13:47:18 +00:00
christos
13da18a371
- centralize setting of MK* vars in bsd.own.mk
...
- make sure that the default setting of all vars is done in _MKVARS.{yes,no}
if possible.
2017-01-08 17:40:44 +00:00
christos
44ed840a46
add nsd
2017-01-07 22:27:36 +00:00
christos
ffa88d505d
Add to lint flags for MKREPRO
2016-12-24 17:44:22 +00:00
christos
41f4de4258
Don't attempt to shorten resolved path names (via realpath) because it could
...
lead to inconsistencies between different builds.
2016-12-23 21:11:45 +00:00
christos
45fd52509c
wildcard obj dirs
2016-12-21 03:13:00 +00:00
christos
50b4b37dbe
Don't remap mkdep, otherwise we add dependencies for /usr/include instead
...
of ${DESTDIR}/usr/include and things go south.
2016-12-21 03:00:51 +00:00
scole
975ce79004
Make ia64 considered 64bit for the _XSERVER64 define so a release with x11 will at least build.
2016-12-14 16:03:19 +00:00
christos
e04e53e08d
complete the transition to binutils-2.27
2016-12-11 06:37:49 +00:00
mrg
9aed0f5ab2
aarch64 builds work with binutils 2.27. switch it. hppa builds,
...
just needs a run time test if someone wants. then we're done!
2016-12-11 03:40:57 +00:00
mrg
692b61f19e
switch mips (32 bit) and arm to binutils 2.27. hppa and aarch64 left.
2016-12-11 02:38:54 +00:00
mrg
d3581646bd
revert binutils check polarity. now we know that only these are
...
not updated to binutils 2.27: aarch64*, *arm*, hppa, mipse[lb]
2016-12-10 23:40:03 +00:00
mrg
8d6d8e66db
switch ppc* to binutils 2.27.
2016-12-10 23:19:26 +00:00
christos
34152e53bb
Back in 1993 ${MACHINE} was a unique way to define objdirs for
...
every platform. Thus setting OBJMACHINE, allowed one to keep
in-tree objdirs with multiple builds. With the advent of evb*, this
has become impossible until now. Introduce OBJMACHINE_ARCH that
adds ${MACHINE_ARCH} to the objdir so that we have unique objdirs
per build again. Until we restructure things to that this is not
necessary, it is the simplest fix.
2016-12-10 23:12:39 +00:00
christos
db332cd014
factor out expression.
2016-12-08 03:25:35 +00:00
christos
86dd6d287c
move sh3 to new binutils
2016-12-08 03:22:36 +00:00
christos
c4cb6918e1
switch sparc/sparc64 to binutils 227
2016-12-03 16:02:10 +00:00
christos
1b08d10df9
move alpha to new binutils
2016-12-03 04:06:25 +00:00
christos
2de9513676
switch mips64 to new binutils and gdb.
2016-12-03 02:18:38 +00:00
christos
0ab93415f3
switch m68k to new binutils and gdb
2016-12-02 17:54:35 +00:00
christos
787783f1e0
switch vax to new binutils and gdb.
2016-11-27 18:53:05 +00:00
snj
7ae8358cfa
nuke xf86-video-nvxbox, as xbox support went away in 2011.
2016-11-21 17:00:32 +00:00
joerg
30cf47a558
Drop remarks about AArch64 ABI being PIC following a discussion with Tim
...
Northover. The default code model is small and globals are expected to
be within the lower 4GB if not explicitly using -fPIC.
2016-11-14 20:42:46 +00:00
joerg
cbf73e02bf
Define the MKPICLIB default for aarch64 and powerpc64 only for native
...
builds, not inside src/compat.
2016-11-13 22:13:55 +00:00
skrll
00c98aaf30
enable xorg-server 1.18 for evbarm
2016-11-01 14:21:30 +00:00
christos
3dbb75efa9
add NODEBUGLIB
2016-11-01 14:01:25 +00:00
christos
ffe585daf7
switch x86 to the new binutils
2016-10-27 01:21:16 +00:00
christos
b7c2c2ac85
switch everyone to binutils.old
2016-10-26 17:32:46 +00:00
skrll
336fa725c9
Switch hppa to gdb 7.12... passes basic tests
2016-10-22 11:06:15 +00:00
mrg
ad34764861
flip the polarity of the xorg-server version: list the unconverted ports.
...
i distilled this list from the old list and the MKXORG_SERVER list, but
there may be some build fallout.
2016-10-21 06:04:16 +00:00
mrg
4f6d093233
sh3 (le) gdb 7.12 works. switch it.
...
sun2 gdb probably doesn't work any less bad. switch it.
2016-10-20 08:11:38 +00:00
mrg
de0a3ccb6a
turn off MKCOMPAT for aarch64eb builds for now.
2016-10-19 20:56:22 +00:00
mrg
b11e2a5651
set {_LIBC_COMPILER_RT,MKGDB,_NEEDS_LIBCXX}.aarch64eb=yes.
2016-10-19 20:29:58 +00:00
mrg
7793157d87
switch evbcf and powerpc64 to GDB 7.12.
...
remaining ports: hppa, sun2, vax, m68k, sh3, mips64*
2016-10-17 22:42:34 +00:00
mrg
baa792517e
reverse the HAVE_GDB test - list the unconverted ports.
2016-10-17 21:42:54 +00:00
mrg
c3c016d002
switch i386 and 32 bit mips to GDB 7.12.
2016-10-17 20:25:34 +00:00