ref: 3850484227a4d875cd45559b11be74996440a7c4
parent: 62f7dc8a82a51b9b043587ee0ca52c62c7420999
author: Ori Bernstein <[email protected]>
date: Tue Oct 16 16:13:38 EDT 2012
Disable option parser compilation. Oops, gotos are bugged.
--- a/libstd/Makefile
+++ b/libstd/Makefile
@@ -4,12 +4,14 @@
chartype.myr \
die.myr \
fmt.myr \
- option.myr \
rand.myr \
sys.myr \
types.myr \
utf.myr \
varargs.myr \
+
+ # FIXME: Temporarily disabled due to compiler bug.
+ # option.myr \
ASMSRC= \
start.s \