History log of /netbsd-src/tools/gcc/mknative-gcc (Results 101 – 118 of 118)
Revision Date Author Comments
# 445a28d5 23-May-2006 mrg <mrg@NetBSD.org>

also grab ALL_OPT_FILES from gcc/Makefile for libobjc4.


# 20a4734a 15-May-2006 mrg <mrg@NetBSD.org>

make sure that c++ headers work again.


# 642ce2be 12-May-2006 mrg <mrg@NetBSD.org>

support GCC4:
- look in gnu/dist/gcc4
- don't build fortran
- use /usr/bin/env -i so that gmake works (XXX - breaks from MAKEFLAGS
in the build.sh generated makewrapper.)
- use gmake and Makefile.g

support GCC4:
- look in gnu/dist/gcc4
- don't build fortran
- use /usr/bin/env -i so that gmake works (XXX - breaks from MAKEFLAGS
in the build.sh generated makewrapper.)
- use gmake and Makefile.gmakehost
- update .native/.configure_done target

show more ...


# ab78454e 10-Dec-2004 mrg <mrg@NetBSD.org>

mirror a fix from mknative-binutils:
>fix the sed expression that pulls VPATH out of the makefile to work
>with any number of tabs or spaces after the equal sign.


# c1c65fe4 24-Aug-2004 thorpej <thorpej@NetBSD.org>

Add code to extract make vars for GCC crtstuff.


# caf62529 01-Jul-2004 skrll <skrll@NetBSD.org>

Add some more variables used to build libgcc_s.

Part of the fix for PR 22452.


# 95cfd78c 10-Feb-2004 skrll <skrll@NetBSD.org>

Updates so that mknative gets the right things.

- Disable symbol versioning (for now)
- Make sure that libiberty knows its being configured with a
cross compiler.
- The CXX_* variables are no

Updates so that mknative gets the right things.

- Disable symbol versioning (for now)
- Make sure that libiberty knows its being configured with a
cross compiler.
- The CXX_* variables are no longer needed/used.
- LIB2FUNCS_EXTRA gets pulled in via LIB2ADD
- Get LIB1ASMFUNCS and LIB2ASMSRC
- MAYBE_USE_COLLECT2 got renamed to USE_COLLECT2 (but might not
be used)
- Get EXTRA_HEADERS so that we get generate the right paths for
CPPFLAGS
- Get some variables related to shared libgcc

show more ...


# 2879279c 02-Jan-2004 skrll <skrll@NetBSD.org>

Move libgcc3/*.mk to libgcc3/arch.

Update mknative-gcc.


# 113e3b60 27-Nov-2003 mrg <mrg@NetBSD.org>

fix a comment; normalise.


# c460f3a0 27-Nov-2003 mrg <mrg@NetBSD.org>

use mknative.common


# 72895887 27-Nov-2003 mrg <mrg@NetBSD.org>

be a little more verbose about what we're doing when running mknative.
also grab LIB2FUNCS_EXTRA for libgcc3 (old fix for m68000).


# 631719db 22-Aug-2003 mrg <mrg@NetBSD.org>

don't want auto-build.h anymore


# e222fd42 01-Aug-2003 mrg <mrg@NetBSD.org>

we need config.h an another version of gthr-default.h


# be156693 30-Jul-2003 mrg <mrg@NetBSD.org>

fix a typo in previous


# ad744ff2 30-Jul-2003 mrg <mrg@NetBSD.org>

libiberty/config.h needs to become per-arch.


# 13729119 28-Jul-2003 mrg <mrg@NetBSD.org>

fix a bug in previous - two $'s are bad


# 4ae0f1a6 28-Jul-2003 mrg <mrg@NetBSD.org>

add another transform for libobjc3


# 6c179181 25-Jul-2003 mrg <mrg@NetBSD.org>

- build "binutils" and "gcc" separately if USE_TOOLS_TOOLCHAIN is not set
to "yes".
- adjust dbsym/mdsetimage to look in the correct place for libbfd.
- new mknative-gcc based in toolchain/mknative


12345