Ticket #11592: use-mach-exception-handler.patch

File use-mach-exception-handler.patch, 386 bytes (added by david.m.cooke@…, 17 years ago)
  • new file customize-target-features.lisp

    - +  
     1(lambda (list)
     2    (if (and (member :x86 list) (member :darwin list))
     3        (pushnew :mach-exception-handler list))
     4    list)