1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/share/mk
Peter Wemm 333c9db6d0 We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime()
uses alloca() and alloca is impossible to implement as a callable function
on amd64.  It has to be a compiler builtin.  Note that the bigger problem
is that libc is not c99 clean internally.
2003-06-13 21:54:21 +00:00
..
bsd.cpu.mk Change -march=pentium4 to -march=pentium3 when CPUTYPE==p4, because gcc 3.2 is 2003-05-22 16:56:46 +00:00
bsd.dep.mk
bsd.doc.mk
bsd.files.mk
bsd.incs.mk
bsd.info.mk Fixed typo in a comment. 2003-05-21 12:58:28 +00:00
bsd.init.mk
bsd.kmod.mk
bsd.lib.mk Remove NOSHLIBS, users can get by with NOPIC. 2003-06-10 04:47:49 +00:00
bsd.libnames.mk Update some library names. Libraries come, libraries go. 2003-06-04 15:36:57 +00:00
bsd.links.mk
bsd.man.mk
bsd.nls.mk
bsd.obj.mk
bsd.own.mk
bsd.port.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk Remove some games/ cruft that is no longer of relevance. 2003-05-03 15:48:12 +00:00
bsd.README Apply the first in a series of patches which will bring bsd.README up to date. 2003-05-17 18:03:05 +00:00
bsd.subdir.mk
bsd.sys.mk We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime() 2003-06-13 21:54:21 +00:00
Makefile
sys.mk Use a bigger hammer -- keep all -std= out of CXXFLAGS. 2003-06-01 22:13:45 +00:00