Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/cesfic/conf/Makefile.cesfic
RevisionDateAuthorComments
 1.20  22-Sep-2018  rin - Determine KERN_AS automatically depending on whether OPT_MODULAR is
set or not, in the same way as libcompat.

- Specify OPT_MODULAR in the port Makefile instead of KERN_AS.

Now, KERN_AS=library is used for kernels without module(7) for all ports.

OK christos
 1.19  06-Sep-2015  uebayasi branches: 1.19.16; 1.19.18;
Declare dependency on fpsp.o via newly introduced ${MD_LIBS} instead of
${MD_OBJS}.

${MD_OBJS} should be used only for objects that must be linked first (i.e.,
start code). Objects have to be compiled following common compile rules,
and have to be generated into common places (i.e., top of kernel build
directory).

${MD_LIBS} defines libraries that are built by separate makefiles, under
separate directories. `Makefile.kern.inc' doesn't know intermediate library
objects.
 1.18  31-Aug-2015  uebayasi Fix build of .s files.
 1.17  23-Jan-2015  chs fix build with gcc48.
 1.16  21-Jan-2011  joerg branches: 1.16.14; 1.16.30; 1.16.32;
Switch remaining platforms to modern CPP for assembler.
 1.15  01-Sep-2006  matt branches: 1.15.82; 1.15.88; 1.15.90;
Reorder AFLAGS to avoid assembler warnings
 1.14  11-Dec-2005  christos branches: 1.14.4; 1.14.8;
merge ktrace-lwp.
 1.13  31-May-2005  christos branches: 1.13.2;
s/GENASSYM/GENASSYM_CONF/ so we can use "GENASSYM" as the program name.
 1.12  04-Jun-2004  thorpej Add the %MAKEOPTIONSAPPEND token at the end of the file, after the
common Makefile.kern.inc has been included.
 1.11  28-Sep-2003  cl branches: 1.11.4;
always use -traditional-cpp
 1.10  14-Sep-2003  cl make compile: fix GCC3 check and add defflag PANICBUTTON
 1.9  05-Oct-2002  chs branches: 1.9.6;
fix void * math, turn on -Wpointer-arith.
 1.8  04-Jun-2002  thorpej Don't use -traditional-cpp if HAVE_GCC3.
 1.7  09-Dec-2001  atatat branches: 1.7.8;
Roll the rest of the ports over to the new MI kernel build machinery.
Any problems reported by testers have been fixed, and massive
cross-compiling of kernels has shown that any problems that remain
with actually building kernels are not related to this.
 1.6  20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.5  26-Oct-2001  jmc branches: 1.5.2;
Change defaults for kernel compiles. Default all to USETOOLS?=no and have
the etc Makefile override that by putting USETOOLS into $.MAKEOVERRIDES
This way the default for kernel compiles is still to use the installed
toolchain instead of depending on $TOOLDIR. $TOOLDIR can be used by
simply adding USETOOLS=yes to the command line as usual.

Adjust each ports template to set the default no setting and also pull in
bsd.own.mk if they weren't already to ensure they'll build correctly
with the new toolchain setup.
 1.4  23-Oct-2001  thorpej branches: 1.4.2;
Set MACHINE_ARCH explicitly in Makefiles for which it is constant.
Also, since config(8) now explcitly sets MACHINE, there is no need
to do it here in the Makefile.
 1.3  25-Aug-2001  chs remove -mwarn-no-reg-prefixes, it doesn't work with new gas.
 1.2  29-May-2001  mrg branches: 1.2.2;
define _KERNEL_OPT as well as _KERNEL. we will use this in the future to
get kernel "opt_foo.h" headers, rather than _KERNEL && !_LKM.
 1.1  14-May-2001  drochner Initial import of the known working kernel bits for the NetBSD/cesfic
port. cesfic is a VME board with one or two mc68040 processors. See
the README file for details.
The port is working well with a.out userland, there are some problems
with ELF still, like applications running out of memory where it is not
expected. Some parts, in particular the pmap (which was taken from hp300
four years ago), need updating, but this is easier done within the NetBSD
CVS tree.
 1.2.2.3  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.2.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.2.1  13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.4.2.1  12-Nov-2001  thorpej Sync the thorpej-mips-cache branch with -current.
 1.5.2.4  18-Oct-2002  nathanw Catch up to -current.
 1.5.2.3  20-Jun-2002  nathanw Catch up to -current.
 1.5.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.5.2.1  26-Oct-2001  nathanw file Makefile.cesfic was added on branch nathanw_sa on 2002-01-08 00:23:58 +0000
 1.7.8.1  14-Jul-2002  gehenna catch up with -current.
 1.9.6.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.9.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.9.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.9.6.1  03-Aug-2004  skrll Sync with HEAD
 1.11.4.1  06-Feb-2005  jmc Pull up patch (requested by martti in ticket #1086)
Move ipf to sys/dist/ipf and sync w. trunk
 1.13.2.1  30-Dec-2006  yamt sync with head.
 1.14.8.1  03-Sep-2006  yamt sync with head.
 1.14.4.1  09-Sep-2006  rpaulo sync with head
 1.15.90.1  08-Feb-2011  bouyer Sync with HEAD
 1.15.88.1  06-Jun-2011  jruoho Sync with HEAD.
 1.15.82.1  05-Mar-2011  rmind sync with head
 1.16.32.2  22-Sep-2015  skrll Sync with HEAD
 1.16.32.1  06-Apr-2015  skrll Sync with HEAD
 1.16.30.1  04-Feb-2015  snj Pull up following revision(s) (requested by chs in ticket #483):
sys/arch/cesfic/conf/Makefile.cesfic: revision 1.17
fix build with gcc48.
 1.16.14.1  03-Dec-2017  jdolecek update from HEAD
 1.19.18.1  10-Jun-2019  christos Sync with HEAD
 1.19.16.1  30-Sep-2018  pgoyette Ssync with HEAD

RSS XML Feed