X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff..34e8f8296870d0e8695f90e1a54240a589d41312:/i386/gen/Makefile.inc diff --git a/i386/gen/Makefile.inc b/i386/gen/Makefile.inc index 4ae845f..e9bbd61 100644 --- a/i386/gen/Makefile.inc +++ b/i386/gen/Makefile.inc @@ -1,4 +1,17 @@ .PATH: ${.CURDIR}/i386/gen -MDSRCS+= icacheinval.s \ +MDSRCS+= _ctx_start.S \ + _setcontext.S \ + getcontext.S \ + getmcontext.c \ + icacheinval.s \ + makecontext.c \ mcount.s \ - setjmperr.c + setcontext.c \ + setjmperr.c \ + swapcontext.c + +.for _src in makecontext.c setcontext.c swapcontext.c +CFLAGS-${_src} += -fomit-frame-pointer +# -pg and -fomit-frame-pointer don't work together, so just use -g +${_src:R}.po: ${_src} _STANDARD_DEBUG +.endfor