From d307a28f436ae7f2d80ce40589328fc64f540947 Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Fri, 14 Jun 2013 11:11:42 -0700
Subject: [PATCH] TODO: Remove bug causing libfips-32.so to not build.

The configure script now checks for this problem and won't attempt to
build a non-native-arch libfips if the toolchain pieces, (such as the
gcc-multilib package), are not in place.
---
 TODO | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/TODO b/TODO
index 8c1e65b..4a61c1b 100644
--- a/TODO
+++ b/TODO
@@ -1,25 +1,5 @@
 Known bugs
 ==========
-
-Failure to build libfips-32.so on amd64 without gcc-multilib package
-
-	Configure script should do a test-compile with "#include
-	<features.h>"
-
-	Configure script should disable compilation of
-	cross-architexture library if dependencies are missing (and
-	inform the user)
-
-	Here's a debootstap recipe that can be used for testing:
-
-	   apt-get install debootstrap
-	   mkdir /home/chroot/ubuntu
-	   debootstrap precise /home/chroot/ubuntu <Ubuntu mirror>
-	   chroot=/home/chroot/ubuntu/12.04
-	   mount --bind /dev/pts $chroot/dev/pts
-	   mount --bind /proc $chroot/proc
-	   chroot $chroot
-
 undefined symbol: glGenQueries
 
 	The problem here is code in libfips directly calling OpenGL
-- 
2.45.2