summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
...
* We don't need bsd.dep.mk here.obrien2002-06-051-1/+0
|
* SUBDIR is initially empty.ru2002-06-051-1/+1
|
* Canonicalize.ru2002-06-051-4/+1
|
* Back out addition of a plus sign.ru2002-06-054-8/+8
| | | | DPADD and LDADD belong to individual makefiles.
* Collapse lib and tar dirs into single top-level directory.sobomax2002-06-044-33/+23
| | | | Suggested by: obrien
* Remove GNU awk.obrien2002-06-041-1/+1
|
* Install the i386 MMX headers, and IA-64 intrinsics functions.obrien2002-06-042-1/+17
| | | | Requested by: peter
* We don't need this library any more.obrien2002-06-047-29/+9
|
* Don't forget to include ../Makefile.inc.sobomax2002-06-041-0/+8
|
* Add bmake bits for building GNU tar from src/contrib/tar.sobomax2002-06-046-16/+614
|
* Send our ancienv GNU tar into Attic.sobomax2002-06-0431-16129/+0
| | | | Suggested by: ps
* Use POSIX macros for wait(2)-style status information instead of themike2002-06-031-3/+2
| | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion.
* Do not overwrite mm locale files.ru2002-06-031-5/+5
|
* Turn on the math function stub stubs.obrien2002-06-021-1/+1
| | | | | Submitted by: Martin Blapp <mb@imp.ch> I believe OK with: peter
* The new bsd.incs.mk is powerful enough to handle this wrinkle.ru2002-05-318-213/+100
|
* Add used includes of <stdlib.h>.wollman2002-05-302-0/+3
|
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-301-1/+1
| | | | will be updated to only define(__i386__) for ANSI cleanliness.
* Tweak so that .o's are written into src/contrib/gccobrien2002-05-291-2/+2
|
* Build docs not out of libobc++.295obrien2002-05-291-1/+1
|
* Put on peril sensitive sunglasses and turn C++ stuff back on.peter2002-05-291-5/+1
|
* Add some build glue for libstdc++. I'm not a C++ person, but this seemspeter2002-05-2912-183/+1432
| | | | | | | | | 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.
* I missed the setting of PREFIX_INCLUDE_DIR when I visually santity checkedobrien2002-05-271-1/+1
| | | | the output from a autoconfig run.
* phsyical -> physicalbde2002-05-272-2/+2
| | | | Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
* Alpha has crtfastmath also.obrien2002-05-261-1/+1
|
* Rev 1.12 broke `make all' w/o a previous `make depends'.obrien2002-05-261-4/+5
|
* Trim out this subdir; nothing has been made in here for _ages_.markm2002-05-253-10/+1
|
* Remove /usr/share/perl/manache2002-05-241-1/+0
|
* Remove ptx. It is not used anywhere in the base system, has not beenmarkm2002-05-2141-6893/+1
| | | | | | | maintained for years and is very old code. If there is any need for it, I suspect that ports would be a better place. No objection from: current@freebsd.org
* Change parts of the source code to make it closer to style(9), mainlygad2002-05-213-1036/+1101
| | | | | | | | | | changing indentation and some comments. Main goal is not perfect style, but just to reduce differences with NetBSD. The object code is exactly the same after this change as before it (except for assert() statements which have moved). Reviewed by: /sbin/md5 on i386 Obtained from: NetBSD
* This is only WARNS=0 clean now.obrien2002-05-191-0/+1
|
* remove perl scripts from the build.markm2002-05-181-1/+3
|
* This is enough to get thru a cross-build.obrien2002-05-181-0/+55
|
* The AMD x86-64 Hammer bits.obrien2002-05-187-0/+4249
|
* Fix the sparc64 build and make the LIB1ASMSRC handling more robust.obrien2002-05-181-9/+14
|
* Improve chances that we correctly compile LIB1ASMSRC on all architectures.phk2002-05-181-2/+2
| | | | | | | | | | sparc64 looked for the nonexistent sparc64/lb1spc.asm file instead of the sparc/lb1spc.asm file. arm probably looked for arm/arm/lib1funcs.asm instead of arm/lib1funcs.asm ia64 probably looked for ia64/ia64/lib1funcs.asm instead of ia64/lib1funcs.asm i386 and alpha don't seen to use the LIB1ASMSRC.
* Segregate MD weirdness a little bit more. Improve cross buildability.obrien2002-05-186-19/+27
|
* Style sync with other platforms.obrien2002-05-182-0/+2
|
* Use a more API denoting way to handle what is in libc and what isn't.obrien2002-05-182-5/+3
|
* Don't build gperf.obrien2002-05-181-2/+2
|
* Don't depend on gperf.obrien2002-05-181-6/+2
|
* Move LIB1ASMFUNCS from the SYMS variable and explicitly add it to OBJSpeter2002-05-171-3/+2
| | | | | | | | later. Otherwise make will try and build the supposedly assembler .o files from libgcc2.c - which does not work too well (the .o's have no content) Reviewed by: obrien
* Put on peril-sensitive sunglasses and risk touching gcc related build gluepeter2002-05-171-15/+19
| | | | | | | | | again. Try and deal with platforms that provide their own crtbegin/end asm files (ia64 for example). crtstuff.c does not actually work on ia64 since libgcc.a doesn't have a few key support functions when built on ia64 so it is compulsory to use crtbegin.asm and crtend.asm. Reviewed by: obrien
* Remove some WIP bits that I didn't fully clean out before merging to HEAD.obrien2002-05-171-3/+2
|
* Back out revision 1.30 change.ru2002-05-171-2/+0
| | | | | | | cc1plus can apparently be built if you happen to have /usr/bin/gperf, or set CXX to point to a C++ compiler that can build gperf(1) in the bootstrap-tools stage of buildworld.
* Post rev 1.39, the PowerPC specific additions to OBJS was getting lost.obrien2002-05-171-1/+3
|
* Update to Binutils 2.12.0 and stick to the native emulation for now.obrien2002-05-171-13/+5
| | | | | This lets us get on the with the task at hand -- porting FreeBSD. We can get fancy later on.
* Update to Binutils 2.12.0 release.obrien2002-05-171-448/+543
|
* Update to Binutils 2.12.0 and stick to the native emulation for now.obrien2002-05-171-93/+11
| | | | | This lets us get on the with the task at hand -- porting FreeBSD. We can get fancy later on.
* bsd.lib.mk now understands what to do with .asm files.obrien2002-05-171-2/+2
| | | | | So we can refer to these files by their real name vs. playing tricks renaming them during the build.
* GCC 3.1 on PowerPC also has the crtsavres C Run Time file.obrien2002-05-171-0/+5
|
OpenPOWER on IntegriCloud