| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=119616
|
| |
|
|
|
|
|
|
|
| |
binaries in /bin and /sbin installed in /lib. Only the versioned files
reside in /lib, the .so symlink continues to live /usr/lib so the
toolchain doesn't need to be modified.
Notes:
svn path=/head/; revision=119017
|
| |
|
|
| |
Notes:
svn path=/head/; revision=118375
|
| |
|
|
|
|
|
|
|
|
|
| |
idea after all.
Fix cross-builds and ia64 builds. gnu/lib/csu/Makefile is modified to
pre-include osreldate.h and gnu/usr.bin/cc/cc_tools/auto-host.h
will avoid including sys/param.h if __FreeBSD_version is already defined.
Notes:
svn path=/head/; revision=117496
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117429
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117428
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117425
|
| |
|
|
|
|
|
| |
from stock FSF sources.
Notes:
svn path=/head/; revision=117424
|
| |
|
|
| |
Notes:
svn path=/head/; revision=117082
|
| |
|
|
|
|
|
| |
-lgcc_pic by default on -fpic stuff. I forgot about this here.
Notes:
svn path=/head/; revision=116858
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116335
|
| |
|
|
|
|
|
| |
libraries that do exception unwinding.
Notes:
svn path=/head/; revision=116318
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116020
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115680
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115664
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115663
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115646
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
shared library being built for amd64. The problem is that libstdc++.so
is produced with 'cc -shared'. This has an internal -lgcc, which is
not PIC. libstdc++.so uses exceptions and the dwarf2 unwinder, which
are in libgcc.a. As a result, non-PIC code gets pulled into libstdc++.so.
This is fatal on amd64 when certain relocation types cannot be used in
PIC mode. The official FSF solution to this is to have libgcc.so with
internal ELF symbol versioning to solve the ABI problem, but I dont want
to fight that battle yet. I tried making libgcc_pic.a (which worked
fine), but thats not something for the 11th hour before a release.
Approved by: re (amd64 "safe" stuff)
Notes:
svn path=/head/; revision=115287
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114603
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114602
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114234
|
| |
|
|
|
|
|
|
|
|
| |
not to blindly undef isnan() and other functions that became macros in C99.
Enable use of newly grown C99 functions: strtof(), strtold(), wcstof()
Submitted by: das
Notes:
svn path=/head/; revision=114037
|
| |
|
|
|
|
|
|
| |
previous commit log should have mentioned:
PR: ia64/49081
Notes:
svn path=/head/; revision=112327
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
shared object of libobjc, we end up linking in from the archive
version. This is wrong, because we don't compile the archive version
suitable for inclusion in shared objects. On ia64 this causes actual
breakages. Compile the archive version with PIC on ia64 to avoid
the breakage there and also to avoid changing the status quo on
other architectures. If other architectures have the same problem,
we probably should start building a shared library. There's no
indication however that other architectures actually need it.
Building the archive version with PIC on ia64 does pessimize linking
complete binaries (ie fully archive), but we don't use Objective-C
ourselves and so far I haven't seen non-shared executables written
in Objective-C, so I'm sure this will be nothing but academic.
Trigger case: ports/lang/gnustep-base
Notes:
svn path=/head/; revision=112324
|
| |
|
|
|
|
|
| |
should use the normal MACHINE_ARCH/MACHINE instead.
Notes:
svn path=/head/; revision=111608
|
| |
|
|
| |
Notes:
svn path=/head/; revision=111116
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110632
|
| |
|
|
|
|
|
|
|
| |
Build shared libstdc++so on sparc64 platform too.
Approved: re (rwatson)
Notes:
svn path=/head/; revision=107639
|
| |
|
|
|
|
|
| |
We also have more wide char support in libc now.
Notes:
svn path=/head/; revision=107615
|
| |
|
|
|
|
|
| |
Approved by: re(jhb)
Notes:
svn path=/head/; revision=107331
|
| |
|
|
|
|
|
|
| |
Submitted by: davidc
Requested by: obrien
Notes:
svn path=/head/; revision=106213
|
| |
|
|
|
|
|
|
|
| |
of buffer overflows.
MFC after: 3 days
Notes:
svn path=/head/; revision=104997
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104073
|
| |
|
|
|
|
|
| |
for it (via WANT_LINT). It's Just Too Noisy.
Notes:
svn path=/head/; revision=103959
|
| |
|
|
|
|
|
|
|
| |
Connect two new source and one header file to the build.
Approved by: obrien
Notes:
svn path=/head/; revision=103456
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.
Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.
Tested on: i386 (extensively), alpha
Notes:
svn path=/head/; revision=103436
|
| |
|
|
| |
Notes:
svn path=/head/; revision=103140
|
| |
|
|
|
|
|
| |
Approved by: obrien
Notes:
svn path=/head/; revision=102806
|
| |
|
|
|
|
|
|
|
| |
for a long time now.
Approved by: bde
Notes:
svn path=/head/; revision=100872
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100313
|
| |
|
|
|
|
|
| |
Binaries compiled with it segfault.
Notes:
svn path=/head/; revision=99584
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98413
|
| |
|
|
|
|
|
|
| |
exited via \r, \n, or ' ' (space); all of which are valid,
non-error responses.
Notes:
svn path=/head/; revision=98195
|
| |
|
|
|
|
|
|
| |
deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int
confusion.
Notes:
svn path=/head/; revision=97788
|
| |
|
|
|
|
|
|
| |
Submitted by: Martin Blapp <mb@imp.ch>
I believe OK with: peter
Notes:
svn path=/head/; revision=97745
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97657
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97623
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97523
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97517
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to work at least for the non-hairy stuff. The main wrinkle here is that
a whole mess of include files get installed and under different names.
An earlier version of this built a shadow include tree first in the obj
directory, but this depends on the 'make includes' functionality.
More tweaking is certainly going to be needed.
Notes:
svn path=/head/; revision=97433
|