| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Reported by: decke@
MFC after: 1 week
Notes:
svn path=/head/; revision=236614
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
not libstdc++.
Unfortunately, it appears that libsupc++ / libstdc++ have a different idea of
the type of size_t to the rest of the world, which may cause problems later
on...
Reported by: des
MFC after: 1 week
Notes:
svn path=/head/; revision=236177
|
|
|
|
| |
Notes:
svn path=/head/; revision=235727
|
|
|
|
| |
Notes:
svn path=/head/; revision=235714
|
|
|
|
|
|
|
|
|
|
| |
That is, build crtbeginS.o and crtendS.o instead of crtbegin.So and
crtend.So. Remove the name substitution during install.
Obtained from: Juniper Networks, Inc.
Notes:
svn path=/head/; revision=235566
|
|
|
|
|
|
|
|
| |
in place allowing it to be used there and since r235388 (see also r235486)
we also have usable div/mod optimizations like libgcc has.
Notes:
svn path=/head/; revision=235487
|
|
|
|
|
|
|
|
|
| |
"bsdsort" and GNU sort will be the default "sort". When WITH_BSD_SORT
is set, BSD sort will be the default "sort" and GNU sort will be installed
as "gnusort".
Notes:
svn path=/head/; revision=235268
|
|
|
|
|
|
|
|
|
| |
PR: 167696
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
Notes:
svn path=/head/; revision=235211
|
|
|
|
|
|
|
|
|
|
|
| |
toolchain binaries as dynamically linked. Option is disabled by
default.
Reviewed by: ru (previous version)
MFC after: 2 weeks
Notes:
svn path=/head/; revision=234782
|
|
|
|
| |
Notes:
svn path=/head/; revision=234739
|
|
|
|
|
|
|
|
|
|
| |
PowerPC. Note this will break world.
Reported by: andreast
Pointy hat to: dim
Notes:
svn path=/head/; revision=234596
|
|
|
|
|
|
|
| |
environments where nm is spelled differently.
Notes:
svn path=/head/; revision=234546
|
|
|
|
|
|
|
|
|
| |
too big, causing 'relocation truncated to fit' errors at link time.
Reviewed by: nwhitehorn
Notes:
svn path=/head/; revision=234356
|
|
|
|
|
|
|
|
|
|
|
|
| |
for it.
This allows people to swap out libsupc++ for libcxxrt easily, so we can begin
the libstdc++ -> libc++ migration.
Approved by: dim (mentor)
Notes:
svn path=/head/; revision=233749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes our naming scheme more closely match other systems and the
expectations of much third-party software. MIPS builds which are little-endian
should require and exhibit no changes. Big-endian TARGET_ARCHes must be
changed:
From: To:
mipseb mips
mipsn32eb mipsn32
mips64eb mips64
An entry has been added to UPDATING and some foot-shooting protection (complete
with warnings which should become errors in the near future) to the top-level
base system Makefile.
Notes:
svn path=/head/; revision=233644
|
|
|
|
|
|
|
|
| |
This change makes object files compiled with default flags by
gcc and as compatible.
Notes:
svn path=/head/; revision=233388
|
|
|
|
| |
Notes:
svn path=/head/; revision=232910
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
installs clang as /usr/bin/cc, /usr/bin/c++ and /usr/bin/cpp.
Note this does *not* disable building and installing gcc, which will
still be available as /usr/bin/gcc, /usr/bin/g++ and /usr/bin/gcpp. If
you want to disable gcc completely, you must use WITHOUT_GCC.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=232322
|
|
|
|
|
|
|
| |
Reviewed by: cognet
Notes:
svn path=/head/; revision=231620
|
|
|
|
|
|
|
| |
MFC after: 1 month
Notes:
svn path=/head/; revision=230427
|
|
|
|
|
|
|
|
| |
Including this header file causes a compilation warning. The code builds
perfectly fine without this header file.
Notes:
svn path=/head/; revision=229809
|
|
|
|
|
|
|
|
| |
Sponsored by: Adara Networks, Inc.
MFC after: 3 days
Notes:
svn path=/head/; revision=229521
|
|
|
|
|
|
|
|
|
| |
unused input() functions emitted by lex.
MFC after: 1 week
Notes:
svn path=/head/; revision=228601
|
|
|
|
| |
Notes:
svn path=/head/; revision=228351
|
|
|
|
|
|
|
|
| |
Reviewed by: cognet
Approved by: cognet
Notes:
svn path=/head/; revision=228060
|
|
|
|
| |
Notes:
svn path=/head/; revision=227953
|
|
|
|
| |
Notes:
svn path=/head/; revision=227951
|
|
|
|
| |
Notes:
svn path=/head/; revision=227936
|
|
|
|
|
|
|
|
| |
we can also use the upstream binutils linker where we have to have a unique
name for the FreeBSD emulation.
Notes:
svn path=/head/; revision=227739
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to be gcc's default before r198344, calls to atomic builtins will not be
expanded inline. Instead, they will be generated as calls to external
functions (e.g. __sync_fetch_and_add_N), leading to linking errors later
on.
Put in a seatbelt that disables use of atomic builtins in libstdc++ and
llvm, when tuning specifically for the real i386 CPU. This does not
protect against all possible issues, but it is better than nothing.
Notes:
svn path=/head/; revision=227215
|
|
|
|
|
|
|
|
|
| |
(It is "well known" that GCC 4.2.2 is GPLv3.)
* Don't give the impression that this compiler isn't "trustable".
* Fix dependency nit.
Notes:
svn path=/head/; revision=226702
|
|
|
|
| |
Notes:
svn path=/head/; revision=226519
|
|
|
|
|
|
|
|
|
|
|
| |
- change "the the" to "the"
Approved by: lstewart
Approved by: sahil (mentor)
MFC after: 3 days
Notes:
svn path=/head/; revision=226436
|
|
|
|
|
|
|
|
|
| |
it from the 9.0-RELEASE release cycle code freeze.
Approved by: re (implicit)
Notes:
svn path=/head/; revision=225757
|
|
|
|
|
|
|
|
|
|
| |
used anyway, and it breaks the build, since sys/ptrace.h now includes
<machine/reg.h>
Approved by: re
Notes:
svn path=/head/; revision=225190
|
|
|
|
|
|
|
|
|
|
|
|
| |
and processes in a kernel image. This allows examination of threads that
have exited or are in the late stages of exiting.
Tested by: avg
Approved by: re (kib)
MFC after: 1 week
Notes:
svn path=/head/; revision=225017
|
|
|
|
|
|
|
|
|
|
|
| |
kgdb(1).
Reviewed by: marcel
Approved by: re (kib)
MFC after: 1 week
Notes:
svn path=/head/; revision=224687
|
|
|
|
| |
Notes:
svn path=/head/; revision=224014
|
|
|
|
|
|
|
| |
Reviewed by: jilles, gjb
Notes:
svn path=/head/; revision=223953
|
|
|
|
| |
Notes:
svn path=/head/; revision=222878
|
|
|
|
| |
Notes:
svn path=/head/; revision=222854
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also replaces the local fix in r219209 that made .Ac emit
ASCII angle quotes with an official fix. In the official fix,
ASCII quotes are output when using the .Aq, .Ao and .Ac calls,
but only when nested into the .An macro.
PR: gnu/154822
Notes:
svn path=/head/; revision=222852
|
|
|
|
|
|
|
| |
correct.
Notes:
svn path=/projects/largeSMP/; revision=222547
|
|
|
|
|
|
|
|
|
| |
rets.
Requested by: kib
Notes:
svn path=/projects/largeSMP/; revision=222363
|
|\
| |
| |
| | |
Notes:
svn path=/projects/largeSMP/; revision=222318
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If WITH_BSD_GREP is not set, it will be 'bsdgrep' and GNUgrep will be
'[ef]grep'. Otherwise, BSD-grep will be the grep family, and GNUgrep
will be 'gnugrep'.
Discussed with: brooks
Notes:
svn path=/head/; revision=222273
|
|\|
| |
| |
| | |
Notes:
svn path=/projects/largeSMP/; revision=222106
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
over building gcc and binutils. They default to true, unless
MK_TOOLCHAIN is no.
Reviewed by: ru@
Notes:
svn path=/head/; revision=222090
|
|\|
| |
| |
| | |
Notes:
svn path=/projects/largeSMP/; revision=221872
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Some files keep the SUN4V tags as a code reference, for the future,
if any rewamped sun4v support wants to be added again.
Reviewed by: marius
Tested by: sbruno
Approved by: re
Notes:
svn path=/head/; revision=221869
|