Commit Graph

2380 Commits

Author SHA1 Message Date
mrg
db19e89e04 remove support for building (with) GCC 2.95. also:
- always install <stdbool.h>
- don't generate a fake one for vax / gettext.
2006-06-02 22:16:18 +00:00
mrg
d91ef09809 make GCC3 work for vax - without shared library support. 2006-06-02 20:00:37 +00:00
nathanw
4eb9fc62f7 mknative for amd64. 2006-06-02 15:32:09 +00:00
mrg
b435d26d50 add insn-modes.h to the list of header files the gen* programs .lo
objects depend on.  now usr.bin/gcc4 is "make -j100" safe.
2006-05-31 05:13:20 +00:00
nathanw
ea1149c828 mknative run for sparc64. 2006-05-30 21:25:32 +00:00
nathanw
d275c70520 mknative run for sparc 2006-05-30 21:24:12 +00:00
nathanw
9eca809736 More generated files for mipseb 2006-05-29 19:50:12 +00:00
nathanw
8f1f45f7a6 More generated files for arm 2006-05-29 19:50:02 +00:00
nathanw
a09a30f8de More generated files for alpha 2006-05-29 19:49:54 +00:00
nathanw
0975b7919f mknative-generated files for powerpc 2006-05-29 19:45:49 +00:00
nathanw
e1ac71aab3 mknative-generated files for mipseb 2006-05-29 19:45:09 +00:00
nathanw
d17fd32805 mknative-generated files for arm 2006-05-29 19:44:48 +00:00
nathanw
0d8bfa8fa0 mknative-generated files for alpha 2006-05-29 19:44:28 +00:00
nathanw
772c8321d8 mknative-generated files for i386. 2006-05-29 19:43:39 +00:00
nathanw
5b40db0f34 This file is now mknative-generated per arch. 2006-05-29 19:42:37 +00:00
nathanw
5516924be5 These are now per-arch generated by mknative. 2006-05-29 19:35:51 +00:00
nathanw
27dd8a33e6 Adapt to mknative. 2006-05-29 19:27:22 +00:00
nathanw
8137e86b46 Add build glue. 2006-05-29 19:26:34 +00:00
nathanw
2eb9131345 These files are now generated by the build. 2006-05-29 19:26:24 +00:00
nathanw
e1785c2582 These files are now per-arch. 2006-05-29 19:26:02 +00:00
nathanw
841d7fcb1f Adapt to mknative defs.mk. 2006-05-29 19:20:05 +00:00
nathanw
f6ec6161ba Use the mknative-generated headers and defs.mk.
(Largely copied from the analagous Makefiles under src/gnu/lib)
2006-05-29 19:18:56 +00:00
nathanw
c892b54d09 Descend into sim unconditionally; let the Makefile there take care of
picking the relevant platforms.
2006-05-29 19:15:30 +00:00
drochner
cb566fe802 sync RCS IDs in comments, no functional change 2006-05-27 13:37:04 +00:00
drochner
8bd6a6b9bd reran native-gcc, fixing the COMDAT problem 2006-05-27 12:14:33 +00:00
mrg
f421d0c91a regenerate. fixes mipsel HAVE_COMDAT_GROUP 2006-05-26 19:57:29 +00:00
mrg
16c4e2e447 generate new libobjc4 files and regenerate many many others.
XXX: re-running "make native-gcc" some times causes the
XXX: gcc/configure test for COMDAT groups to fail.  a fresh
XXX: configure (ie, with no objdir/.native tree yet) seems to
XXX: fix this.  right now mipsel and alpha have the wrong
XXX: definition in the checked in auto-host.h.
2006-05-24 21:20:32 +00:00
mrg
331828317b mknative generated files for hppa and GCC4. seems to kinda of build, not run-tested. 2006-05-21 00:48:58 +00:00
mrg
e9d0e73f70 generated sh5 mknative GCC4 files. seems to build ok, but as-yet untested. 2006-05-20 20:36:03 +00:00
mrg
4bdc7bbc2d add mknative files for sh3* and GCC4. these build the basics but bomb
out in libc due to the current implementation of va_arg() using lvalue
casts and GCC4 gets very unhappy with lvalue casts.
2006-05-20 09:57:48 +00:00
mrg
4a1ce46a44 mknative files for amd64 and GCC4. not yet known to run. 2006-05-20 04:01:34 +00:00
mrg
61772c2d25 generated sparc and m68k GCC4 mknative files. these are only build
tested and mvme68k was the m68k platform has been built.
2006-05-20 03:54:10 +00:00
mrg
173e1af775 generated mknative files for amd64 and GCC4. not tested but a release
build completes.
2006-05-19 18:41:37 +00:00
drochner
7e8ecee6be add alpha native support
(a kernel compiled with gcc4 runs for me, userland untested)
2006-05-19 11:44:24 +00:00
mrg
f97e259a75 add generated mknative files for mipseb platforms. evbmips/mipseb gets
to kernels build now (this breaks due to current -current breakage.)

(i guess christos's csu fixes fixed the builds libgcc_s build, which was
missing symbols that i recall as being weak.)

the mips* binaries are as-yet untested.
2006-05-19 05:44:16 +00:00
mrg
804d35c095 GCC4 mknative files for armeb (big endian) and mipsel (little endian.)
armeb builds but mips fails in libgcc_s.so.
2006-05-18 20:20:49 +00:00
mrg
a702cc5589 regen (just rcsid changes) 2006-05-18 18:43:37 +00:00
mrg
93f5fae775 generate arm (little endian) mknative files. "evbarm" release builds,
but this is 100% untested yet.
2006-05-17 05:52:38 +00:00
mrg
d7a5ec3490 install new header mm_malloc.h that the mmx/sse headers use now.
fixes 3rd party app build problems reported by dogcow@.
2006-05-17 03:29:45 +00:00
mrg
09bf9ad8a0 regenerate with fixed mknative-gcc. 2006-05-15 22:10:05 +00:00
nathanw
c98620e0ca Generated files for sim/ppc. 2006-05-15 19:14:20 +00:00
nathanw
53dc5d083a PowerPC generated and constructed files. 2006-05-15 19:13:22 +00:00
nathanw
b350d93baa Include xmalloc.c for psim. 2006-05-15 19:12:07 +00:00
nathanw
f5c91f0e5d Fix up psim build. 2006-05-15 19:11:51 +00:00
nathanw
092b219bf4 i386 generated and constructed files. 2006-05-15 16:39:11 +00:00
nathanw
95e242dd40 MI generated files. 2006-05-15 16:35:40 +00:00
nathanw
eb212d66cb GDB 6 reachover build machinery. 2006-05-15 16:31:37 +00:00
mrg
a281677257 properly build the version string with spaces. 2006-05-13 01:18:37 +00:00
christos
fc079150a4 prepend cvs_ to all the x* functions to avoid coverity conflicts with other
programs.
2006-05-12 15:41:53 +00:00
mrg
ef37f7a679 add the build framework for in-tree GCC4 programs, and the mknative
output for i386, sparc64 and powerpc.
2006-05-10 22:48:11 +00:00