Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-27 | Enable shared libs on sparc64. | Artur Grabowski | |
2001-09-25 | change another -k to ${ASPICFLAGS} missed in the previous commit. | Dale Rahn | |
ok jason@ art@. | |||
2001-09-25 | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags | Dale Rahn | |
to 'as' to make it compile pic. add defaults for sparc64 which needs picflags set to -fPIC and ASPICFLAGS to -KPIC. Also simplifies the systemcall generation for sparc64 PIC mode. ok epsie@. | |||
2001-09-25 | a bit too soon. | Marc Espie | |
2001-09-25 | Add /usr/share/gnu, for sharing config.guess, config.sub and other files | Marc Espie | |
in $ac_aux_dir. | |||
2001-09-24 | NOPIC on sparc64 | Jason Wright | |
2001-09-24 | profiling now works | Artur Grabowski | |
2001-09-11 | move to 3.0-beta | Theo de Raadt | |
2001-09-02 | sparc64 doesn't support profiling for now. | Artur Grabowski | |
2001-08-23 | sparc64 needs crtbegin and crtend | Artur Grabowski | |
2001-08-23 | sparc64 is ELF. | Artur Grabowski | |
2001-08-18 | Clean up after brad. | Miod Vallat | |
2001-08-16 | - remove libatalk | Brad Smith | |
- remove mention of architecture names in the NOPIC variable description | |||
2001-07-22 | belt-and-suspenders: define SHLIB_* from major/minor, then use | Marc Espie | |
SHLIB_* exclusively. | |||
2001-07-21 | Define SHLIB_MAJOR and SHLIB_MINOR from major/minor, so that perl library | Marc Espie | |
does install. | |||
2001-07-20 | One BINDIR too many, I don't know how I pulled that one. | Marc Espie | |
2001-07-20 | undo broken changes, i dunno a fix for these; how many times you gonna ↵ | Michael Shalayeff | |
repeat the same mistake espie@ and millert@ ? | |||
2001-07-20 | every change you make, every step you take, we'll be whatching you | Michael Shalayeff | |
2001-07-19 | Minor speed-up tweaks. | Marc Espie | |
- use .for a b in new syntax for make to handle links. - kill mips - .include shlib_version, since its contents is happy as a Makefile fragment (avoids 10 shell escapes per lib directory, roughly) okay millert@ | |||
2001-07-18 | Mention WARNINGS | Marc Espie | |
2001-07-18 | CDIAGFLAGS, added to CFLAGS if WARNINGS=Yes | Marc Espie | |
Symetrize C++ situation: add CXXOPTS, CXXDIAGFLAGS. | |||
2001-07-02 | Sync library list with bsd.prog.mk | Todd C. Miller | |
2001-06-27 | Add ELF_TOOLCHAIN makefile variable to be used to deal | Dale Rahn | |
with build differences between ELF and a.out. | |||
2001-06-27 | UVM is no longer an option | Artur Grabowski | |
2001-06-26 | Only one non-UVM arch left, not for long. | Miod Vallat | |
2001-06-26 | Enable Kerberos 5 | Hans Insulander | |
2001-06-20 | we don't use "/" in the beginning of the name in MANSUBDIR | Mike Pechkin | |
millert@ ok | |||
2001-06-13 | Reverse the logic of setting UVM. Instead of listing all archs that have it, | Artur Grabowski | |
just list the three that don't. | |||
2001-06-13 | alpha is no longer NOPIC. | Artur Grabowski | |
2001-05-08 | Substantial update from NetBSD, most notably gives us UVM support; deraadt@ ok | Aaron Campbell | |
2001-05-05 | Synch with bsd.prog.mk. | Marc Espie | |
The only client won't see the difference. | |||
2001-05-05 | Check MACHINE for hp300, not MACHINE_ARCH (which will be m68k) | Todd C. Miller | |
2001-05-04 | Substantial update from NetBSD, most notably gives us UVM support; millert@ ok | Aaron Campbell | |
2001-04-15 | move to 2.9-beta | Theo de Raadt | |
2001-04-03 | Minor clean-ups: | Marc Espie | |
- document some more things (MANPS, make oddities) - put all PHONY targets in bsd.own.mk, since it's included by everything that uses it. - remove them from bsd.lib.mk, since it includes bsd.own.mk. - ... except for load/unload, which are only in bsd.lkm.mk. - fix spell target, so that it actually depends on the generated file. okay niklas@ | |||
2001-02-17 | define UVM for mvme88k | Miod Vallat | |
2001-02-16 | Engage UVM for powerpc. It is now running fairly well (better than non UVM) | Dale Rahn | |
on my machines as well as on brad's. This change also eliminates the need for the ld.so hack for powerpc. | |||
2001-01-31 | ELF alpha has crtbegin and crtend. | Artur Grabowski | |
2000-12-12 | gmp gone | Niels Provos | |
2000-11-10 | do not change NROFF | Theo de Raadt | |
2000-11-10 | the new MANPS variable specifies that .ps versions of manual pages should | Theo de Raadt | |
also be installed in /usr/share/man/ps[0-9]/ as *.ps files. No MLINKS are made for them. | |||
2000-11-08 | UVM default on alpha | Artur Grabowski | |
2000-11-08 | Enable UVM for amiga. | Artur Grabowski | |
2000-10-29 | vax uses uvm. | Hugh Graham | |
2000-10-27 | Default to building at -O0 on vax until gcc problems can be worked out. | Hugh Graham | |
Hopefully only the short-term fix. | |||
2000-10-18 | hardcoded "gcc" -> ${CC}; ok espie@ | Brad Smith | |
2000-10-09 | Use gcc -shared -fpic to build shared libraries on all arches. | Marc Espie | |
This repairs objective C. | |||
2000-10-03 | allow ../Makefile.inc to overwrite mk.conf settings; millert@ ok | Michael Shalayeff | |
2000-09-07 | Make it official, powerpc does have shared libraries. | Dale S. Rahn | |
2000-09-03 | Boring... Add :L modifier to all tweakable variables tests. | Marc Espie | |
Closes PR 1246 |