|
|
Revision: 6859
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6859
Author: malc
Date: 2009-03-19 02:14:10 +0000 (Thu, 19 Mar 2009)
Log Message:
-----------
Remove dead code
Modified Paths:
--------------
trunk/configure
Modified: trunk/configure
===================================================================
--- trunk/configure 2009-03-17 16:05:50 UTC (rev 6858)
+++ trunk/configure 2009-03-19 02:14:10 UTC (rev 6859)
@@ -732,12 +732,6 @@
hostlongbits="64"
fi
-# check gcc options support
-cat > $TMPC <<EOF
-int main(void) {
-}
-EOF
-
# Check host NPTL support
cat > $TMPC <<EOF
#include <sched.h>
|
|