Commit a667866bc7c1d5cfeab89b24a7cd2913d3a0641a
1 parent
aba35a6c
Remove dead code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6859 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
6 deletions
configure
| @@ -732,12 +732,6 @@ if test "$cpu" = "x86_64" \ | @@ -732,12 +732,6 @@ if test "$cpu" = "x86_64" \ | ||
| 732 | hostlongbits="64" | 732 | hostlongbits="64" |
| 733 | fi | 733 | fi |
| 734 | 734 | ||
| 735 | -# check gcc options support | ||
| 736 | -cat > $TMPC <<EOF | ||
| 737 | -int main(void) { | ||
| 738 | -} | ||
| 739 | -EOF | ||
| 740 | - | ||
| 741 | # Check host NPTL support | 735 | # Check host NPTL support |
| 742 | cat > $TMPC <<EOF | 736 | cat > $TMPC <<EOF |
| 743 | #include <sched.h> | 737 | #include <sched.h> |