1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-15 07:54:13 +00:00
Bruce Mitchener ab28391c18
Remove -fwrapv compiler flag. (#278)
This was making sure that the overflow in some our opcode
implementations was visible to the C code so that overflow
detection would work in gcc and clang.

This is now handled on those compilers by using some built-ins
that detect overflow.

The `-fwrapv` should no longer be needed.

Closes Interlisp/medley#90.
2021-01-24 16:55:51 -08:00
..
2021-01-23 18:39:55 +00:00
2021-01-23 18:39:55 +00:00
2021-01-23 18:39:55 +00:00
2021-01-23 18:39:55 +00:00
2021-01-23 18:39:55 +00:00
2021-01-23 18:39:55 +00:00
2021-01-23 18:39:55 +00:00
2021-01-23 18:39:55 +00:00
2021-01-19 23:47:55 -08:00
2021-01-19 23:47:55 -08:00

FILES USED IN THIS DIRECTORY

  config.guess
  config.sub	taken from GNU project's "config" directory, on
		prep.ai.mit.edu/pub/gnu/config.  Update 'em as
		needed.