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
mrg
8ff6613533
switch alpha to GDB 7.12. it works just as featureful as 7.7/7.10.
...
'step' and 'stepi' both fail, but 'next' and break points are ok,
so a sufficiently determined user can get somewhere..
someone should try to fix 'step'. it appears to loop forever inside
ld.elf_so for me in an atomic cas function.
2016-10-16 19:20:02 +00:00
mrg
017dc3205b
switch sparc, sparc64, arm and powerpc to gdb 7.12.
2016-10-16 05:08:59 +00:00
joerg
9aa54f9b23
Build the new X server on AArch64, it is slightly less offensive.
2016-10-13 11:57:55 +00:00
christos
87fea08a4e
amd64 switches to gdb 7.12
2016-10-12 20:22:05 +00:00
christos
8e9ca2acba
switch to gdb.old
2016-10-12 16:44:31 +00:00
macallan
c1b0d6addd
switch evbmips to new xorg
2016-10-11 17:10:22 +00:00
christos
5ddec21141
bye {gcc,gdb,binutils}.old
2016-10-07 16:14:28 +00:00
christos
1d9b0ba763
switch mips64 to pie/gcc53/binutils226/gdb710
...
switch ppc64 to binutils226/gdb710 (gcc/pie pending to toc issue)
2016-10-05 20:02:03 +00:00
mrg
254b21d863
convert the old binutils and gdb lists to only contain the
...
unconverted ports:
ppc64/mips64 for both
2016-10-04 04:58:11 +00:00
mrg
afbc10d797
enable xorg-server 1.18 for sparc64. minor consistency
2016-09-29 03:53:13 +00:00
mrg
715ec0646c
set X11SRCDIR.xf86-video-modesetting correctly for xorg-server 1.18.4.
...
should fix build errors for x86.
2016-09-27 16:47:01 +00:00
macallan
cb427fba27
switch sparc to new Xorg
2016-09-23 21:30:49 +00:00
christos
f1ff7f773f
switch arm to new binutils.
2016-09-17 15:58:21 +00:00
kre
64d9c1f971
YAF
2016-09-17 06:06:15 +00:00
kre
2d14a70f84
Fix the fix...
2016-09-17 04:01:43 +00:00
christos
bdfe760495
add \
2016-09-17 02:50:08 +00:00
christos
28b551a543
switch m68k to new gcc/gdb/binutils and pie. Tested with sun3 and tmesh.
...
Too bad there is not enough memory for ASLR :-)
2016-09-17 00:59:59 +00:00
mrg
be6cccaf0c
switch amd64, i386, shark, ofppc and macppc to xorg-server 1.18.
...
add a note to UPDATING about needing a clean objdir and destdir.
2016-09-15 07:49:08 +00:00
tsutsui
4579274562
Switch NetBSD/x68k to Xorg server 1.18 by default.
...
Build confirmed by build.sh -x release.
2016-09-11 04:59:54 +00:00
mrg
f0286f687e
oops, put mips32 back to gcc 5.3.
2016-09-05 05:58:29 +00:00
mrg
6c540367a2
reverse the GCC 5 test and only list the platforms not using it:
...
${MACHINE_CPU} == "mips" || \
${MACHINE_CPU} == "m68k" || \
${MACHINE_ARCH} == "coldfire" || \
${MACHINE_ARCH} == "m68000" || \
${MACHINE} == "or1k" || \
${MACHINE} == "riscv"
and considering riscv and or1k both need to either wait for GCC 6
or have someone who cares port their 5.x patches to our tree, that
really only means we have mips and m68k left.
2016-09-04 18:57:39 +00:00
jakllsch
e964957707
Switch shark to Xorg server 1.18.
...
The igs driver no longer builds against 1.10.
2016-09-03 16:10:34 +00:00
christos
815243be44
Switch mips32 to new binutils/gcc/gdb/pie. Tested with gxemul+pmax
2016-09-03 12:32:12 +00:00
christos
93c8afea2b
gcc-5.3 for sh3
2016-09-03 09:08:28 +00:00
christos
10aee9c29f
switch all arm to new binutils
2016-08-31 17:31:22 +00:00
christos
e14ccc6701
Turn on PIE for all arm and sh3
2016-08-28 14:22:35 +00:00
nonaka
8b67f0d04d
Add TOOL_GPT
2016-08-26 16:57:50 +00:00
christos
6cb75cb515
block sun2 from MKPIE!
2016-08-26 15:41:02 +00:00
christos
c90b9921a5
unbound additions
2016-08-20 11:21:50 +00:00
mrg
3766ee0de2
HAVE_XORG_SERVER_VER is always set, if not earlier, immediately above.
2016-08-20 00:36:03 +00:00
mrg
e0eda581f2
- introduce HAVE_XORG_GLAMOR which is set to yes on xorg-server 1.18
...
and x86 ports only so far.
- build glamor extension.
- fix debug set lists for xorg-server 1.18
- install xf86-video-amdgpu driver on xorg-server 1.8 and x86
- clean up radeon-kms Makefile and enable glamor xorg-server 1.8
- clean up various obsolete makefile parts
2016-08-19 03:59:30 +00:00
mrg
9612351379
x11: add amdgpu driver, libepoxy and remove radeonhd driver
2016-08-18 08:06:53 +00:00
mrg
9f5c81fc6e
add a HAVE_XORG_SERVER_VER for use in sets. clean up the x11
...
defines a little for modern xorg, particularly the version.
2016-08-16 01:03:07 +00:00
mrg
ba43d274eb
add libxshmfence.
2016-08-15 21:52:46 +00:00
scole
3bee3bfd27
PR port-ia64/51261
...
For ia64, don't build elf32, disable MKDYNAMICROOT and MKRUMP.
ld.elf_so and rump are not implemented yet
2016-08-05 16:44:31 +00:00