| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
when using gdb on a remote target. The fix is to restrict PT_GETDBREGS
calls to `child' and `freebsd-uthreads' targets solely.
I've been in some conversation with Brian about this, and this solution
seems to be the most appropriate one.
PR: gnu/21685
Submitted by: bsd
|
|
|
|
|
|
|
| |
GCC 2.7.2.3 as that was the version of GCC in active use before the switch
to ELF.
The GCC 2.9[67] versions of these files carry more baggage and I'm not sure
the are appropriate for this linker.
|
| |
|
|
|
|
|
|
|
|
| |
Add the -U and --unlink-first options which are the offical verions of our
--unlink localism.
Add support for the "TAR_OPTIONS" environmental variable.
Obtained from: GNU tar 1.13.18
|
|
|
|
|
|
| |
Make -I equivalent to -T for compatiblity with Solaris.
Obtained from: GNU tar 1.13.18
|
|
|
|
|
| |
Requested by: David Malone <dwmalone@maths.tcd.ie>
PR: 18574
|
|
|
|
|
|
| |
for preprocessor directives. Avoid use of cat(1).
PR: bin/23585
|
|
|
|
| |
Submitted by: ru
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Looking in src/Makfile* it looks like all the "WANT_AOUT" support
has been removed, maybe these should just go away...
Note that the a.out `ld' reaches over into src/contrib/gcc for libiberty
bits. This is biting us because the libiberty bits have evolved beyond
what the a.out `ld' can handle.
This change fixes the broken world, but only because very few have
"WANT_AOUT" defined.
|
| |
|
|
|
|
|
|
|
| |
present questinos with a different default answer. Somebody submitted
a patch to me once which did something this but I lost it (my bad) so
I'm just going to re-implement it with thanks to whomever it was who
gave me the idea.
|
|
|
|
| |
reported grep version is wrong. The correct version is 2.4d.
|
| |
|
| |
|
|
|
|
| |
Use _PATH_* where where possible.
|
|
|
|
|
| |
and tmac.andoc files. The man(1), catman(1) and bsd.man.mk have
been modified to call groff(1) with -mandoc argument.
|
| |
|
| |
|
| |
|
|
|
|
| |
it possible to ``make all install'' in one pass.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
files. Mostly -I${.CURDIR} was needed -- especially for YACC generated
files as the new cpp does not look in the ultimate source file
(ie, the .y file)'s directory as told by the "#line" directive. Some were
misspellings of "-I${.CURDIR}" as "-I.".
|
|
|
|
|
|
|
| |
`wait.h' that was in contrib/binutils/, however this wait.h went away with
bintuils 2.10.0 so I `cvs rm'ed it. Now we find gdb will not build. This
binutils wait.h contained nothing we didn't already have in <sys/wait.h>.
So just hack a symlink to it.
|
| |
|
| |
|
|
|
|
| |
safe libc, having a threads safe libgcc isn't of much use.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
o Move building libperl and miniperl from build-tools to
cross-tools. libperl uses MACHINE_ARCH to determine the
right configuration, which doesn't match the build
machine when cross-building if they are built as build-
tools.
o Since miniperl needs to be built as a cross-tool, it
needs to be installed under /usr/obj so that it can be
used (cross-tools have a special object directory to
avoid build conflicts. As a downside, you can't easily
run cross-tools from their object directory). Remove
the install and distribute override targets. To avoid
having miniperl installed by installworld, remove it
from SUBDIR.
o We can't pickup miniperl from the object directory but
since it's installed, depend on PATH. This is save,
because the makefiles are run with a known path.
o Build libperl again as part of the library target. A
_libperl variable existed, but it was never defined.
o Add chmod to the list of saved tools, because perl
conditionally uses it during install.
The bootstrap-tools and cross-tools targets are modified to
avoid building profiled and shared libraries. While here,
have these targets build static binaries instead of shared
binaries.
Approved by: markm
|
|
|
|
| |
Clean up temporary file at runtime
|
|
|
|
| |
committed.
|
| |
|
| |
|
| |
|
|
|
|
| |
Audited by: eivind, freebsd-audit
|
| |
|
|
|
|
|
|
|
|
| |
(note we should not just use GCC's default LIBGCC_SPEC as it doesn't use
the PIC version when linking shared)
Recomended by: jdp
PR: 21983
|
|
|
|
| |
Approved by: obrien
|
|
|
|
|
|
|
|
|
| |
LinuxThreads port. Dike it out as it was removed from freebsd.h on
19-July-2000 as this option depended on bits not part of the base system
and required people to install the LinuxThreads port in a manner
non-consistent with the workings of our Ports Collection.
Requested by: jasone
|
|
|
|
|
| |
fixes the immediate segmentation violations from some multithreaded
programs built on very up-to-date systems.
|
| |
|
|
|
|
|
|
| |
crtstuff.c as they do for other platforms.
Moral support from: jdp
|
| |
|