Changeset 76b06f6
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (9 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- Files:
-
- 26 added
- 51 deleted
- 285 edited
- 16 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r111b12a r76b06f6 21 21 sparc sparc64 sparc64-64 \ 22 22 mips mips64 mips64-64 \ 23 ppc ppc64 ppc64-64\23 ppc ppc64 \ 24 24 alpha 25 25 … … 198 198 $(TOP)/$(arch)-index.xml 199 199 200 ARCHS_MD5LIST := $(ARCHS:%=%-md5list)201 .PHONY: md5-list $(ARCHS_MD5LIST)202 md5-list: $(ARCHS_MD5LIST)203 $(ARCHS_MD5LIST): override arch = $(@:%-md5list=%)204 $(ARCHS_MD5LIST):205 @echo "Creating md5 hash list for $(arch)..."206 $(Q)mkdir -p $(DLLISTDIR)207 $(Q)xsltproc --xinclude --nonet \208 --output $(DLLISTDIR)/$(arch).md5sum \209 $(TOP)/stylesheets/md5sum.xsl \210 $(TOP)/$(arch)-index.xml211 212 200 FG_GREEN := $(shell echo -e '\e[0;32m') 213 201 FG_BLUE := $(shell echo -e '\e[0;34m') … … 239 227 @echo "Download-List Targets" 240 228 @echo " $(FG_GREEN)download-list $(FG_BLUE)$(ARCHS_DLLIST)$(FG_DEFAULT)" 241 @echo "md5-List Targets"242 @echo " $(FG_GREEN)md5-list $(FG_BLUE)$(ARCHS_MD5LIST)$(FG_DEFAULT)" -
BOOK/appendices/dependencies/common.xml
r111b12a r76b06f6 116 116 </segmentedlist> 117 117 118 <!-- Begin Bc dependency info -->119 <bridgehead renderas="sect2" id="bc-dep">Bc</bridgehead>120 121 <segmentedlist>122 <segtitle>&dependencies;</segtitle>123 124 <seglistitem>125 <seg>Bash, Binutils, Bison, Coreutils, EGLIBC, GCC, Grep, Make,126 and Readline</seg>127 </seglistitem>128 </segmentedlist>129 130 <segmentedlist>131 <segtitle>&testsuites;</segtitle>132 133 <seglistitem>134 <seg>Gawk</seg>135 </seglistitem>136 </segmentedlist>137 138 <segmentedlist>139 <segtitle>&before;</segtitle>140 141 <seglistitem>142 <seg>None</seg>143 </seglistitem>144 </segmentedlist>145 146 118 <!-- Begin Binutils dependency info --> 147 119 <bridgehead renderas="sect2" id="binutils-dep">Binutils</bridgehead> … … 254 226 </segmentedlist> 255 227 256 <!-- Begin Check dependency info --> 257 <bridgehead renderas="sect2" id="check-dep">Check</bridgehead> 258 259 <segmentedlist> 260 <segtitle>&dependencies;</segtitle> 261 262 <seglistitem> 263 <seg>GCC, Grep, Make, Sed and Texinfo</seg> 264 </seglistitem> 265 </segmentedlist> 266 267 <segmentedlist> 268 <segtitle>&testsuites;</segtitle> 269 270 <seglistitem> 271 <seg>None</seg> 272 </seglistitem> 273 </segmentedlist> 274 275 <segmentedlist> 276 <segtitle>&before;</segtitle> 277 278 <seglistitem> 279 <seg>None</seg> 280 </seglistitem> 281 </segmentedlist> 282 283 <!-- Begin CLooG-ISL dependency info --> 284 <bridgehead renderas="sect2" id="cloog-isl-dep">CLooG-ISL</bridgehead> 228 <!-- Begin CLooG-PPL dependency info --> 229 <bridgehead renderas="sect2" id="cloog-ppl-dep">CLooG-PPL</bridgehead> 230 231 <segmentedlist> 232 <segtitle>&dependencies;</segtitle> 233 234 <seglistitem> 235 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, GMP, 236 Make, MPC, MPFR, PPL, Sed and Texinfo</seg> 237 </seglistitem> 238 </segmentedlist> 239 240 <segmentedlist> 241 <segtitle>&testsuites;</segtitle> 242 243 <seglistitem> 244 <seg>None</seg> 245 </seglistitem> 246 </segmentedlist> 247 248 <segmentedlist> 249 <segtitle>&before;</segtitle> 250 251 <seglistitem> 252 <seg>GCC</seg> 253 </seglistitem> 254 </segmentedlist> 255 256 <!-- Begin Coreutils dependency info --> 257 <bridgehead renderas="sect2" id="coreutils-dep">Coreutils</bridgehead> 258 259 <segmentedlist> 260 <segtitle>&dependencies;</segtitle> 261 262 <seglistitem> 263 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, GMP, Grep, Make, 264 Patch, Perl, Sed and Texinfo</seg> 265 </seglistitem> 266 </segmentedlist> 267 268 <segmentedlist> 269 <segtitle>&testsuites;</segtitle> 270 271 <seglistitem> 272 <seg>Diffutils, E2fsprogs, Findutils, Util-linux</seg> 273 </seglistitem> 274 </segmentedlist> 275 276 <segmentedlist> 277 <segtitle>&before;</segtitle> 278 279 <seglistitem> 280 <seg>Bash, Diffutils, Findutils, Man and Udev</seg> 281 </seglistitem> 282 </segmentedlist> 283 284 <!-- Begin DejaGNU dependency info --> 285 <bridgehead renderas="sect2" id="dejagnu-dep">DejaGNU</bridgehead> 286 287 <segmentedlist> 288 <segtitle>&dependencies;</segtitle> 289 290 <seglistitem> 291 <seg>Bash, Coreutils, Diffutils, GCC, Grep, Make and Sed</seg> 292 </seglistitem> 293 </segmentedlist> 294 295 <segmentedlist> 296 <segtitle>&testsuites;</segtitle> 297 298 <seglistitem> 299 <seg>None</seg> 300 </seglistitem> 301 </segmentedlist> 302 303 <segmentedlist> 304 <segtitle>&before;</segtitle> 305 306 <seglistitem> 307 <seg>None</seg> 308 </seglistitem> 309 </segmentedlist> 310 311 <!-- Begin DHCPCD dependency info --> 312 <bridgehead renderas="sect2" id="dhcpcd-dep">DHCPCD</bridgehead> 313 314 <segmentedlist> 315 <segtitle>&dependencies;</segtitle> 316 317 <seglistitem> 318 <seg>Bash, Coreutils, GCC, Make, Sed</seg> 319 </seglistitem> 320 </segmentedlist> 321 322 <segmentedlist> 323 <segtitle>&testsuites;</segtitle> 324 325 <seglistitem> 326 <seg>No testsuite available</seg> 327 </seglistitem> 328 </segmentedlist> 329 330 <segmentedlist> 331 <segtitle>&before;</segtitle> 332 333 <seglistitem> 334 <seg>None</seg> 335 </seglistitem> 336 </segmentedlist> 337 338 <!-- Begin Diffutils dependency info --> 339 <bridgehead renderas="sect2" id="diffutils-dep">Diffutils</bridgehead> 340 341 <segmentedlist> 342 <segtitle>&dependencies;</segtitle> 343 344 <seglistitem> 345 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, 346 Make, Patch, Sed and Texinfo</seg> 347 </seglistitem> 348 </segmentedlist> 349 350 <segmentedlist> 351 <segtitle>&testsuites;</segtitle> 352 353 <seglistitem> 354 <seg>No testsuite available</seg> 355 </seglistitem> 356 </segmentedlist> 357 358 <segmentedlist> 359 <segtitle>&before;</segtitle> 360 361 <seglistitem> 362 <seg>None</seg> 363 </seglistitem> 364 </segmentedlist> 365 366 <!-- Begin EGLIBC dependency info --> 367 <bridgehead renderas="sect2" id="eglibc-dep">EGLIBC</bridgehead> 368 369 <segmentedlist> 370 <segtitle>&dependencies;</segtitle> 371 372 <seglistitem> 373 <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext, 374 Grep, Gzip, Make, Perl, Sed and Texinfo</seg> 375 </seglistitem> 376 </segmentedlist> 377 378 <segmentedlist> 379 <segtitle>&testsuites;</segtitle> 380 381 <seglistitem> 382 <seg>None</seg> 383 </seglistitem> 384 </segmentedlist> 385 386 <segmentedlist> 387 <segtitle>&before;</segtitle> 388 389 <seglistitem> 390 <seg>None</seg> 391 </seglistitem> 392 </segmentedlist> 393 394 <!-- Begin Expect dependency info --> 395 <bridgehead renderas="sect2" id="expect-dep">Expect</bridgehead> 396 397 <segmentedlist> 398 <segtitle>&dependencies;</segtitle> 399 400 <seglistitem> 401 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, GCC, Grep, Make, 402 Patch, Sed and Tcl</seg> 403 </seglistitem> 404 </segmentedlist> 405 406 <segmentedlist> 407 <segtitle>&testsuites;</segtitle> 408 409 <seglistitem> 410 <seg>None</seg> 411 </seglistitem> 412 </segmentedlist> 413 414 <segmentedlist> 415 <segtitle>&before;</segtitle> 416 417 <seglistitem> 418 <seg>None</seg> 419 </seglistitem> 420 </segmentedlist> 421 422 <!-- Begin E2fsprogs dependency info --> 423 <bridgehead renderas="sect2" id="e2fsprogs-dep">E2fsprogs</bridgehead> 424 425 <segmentedlist> 426 <segtitle>&dependencies;</segtitle> 427 428 <seglistitem> 429 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Gettext, Grep, Gzip, 430 Make, Pkg-config, Sed, Texinfo and Util-linux</seg> 431 </seglistitem> 432 </segmentedlist> 433 434 <segmentedlist> 435 <segtitle>&testsuites;</segtitle> 436 437 <seglistitem> 438 <seg>Bzip2 and Diffutils</seg> 439 </seglistitem> 440 </segmentedlist> 441 442 <segmentedlist> 443 <segtitle>&before;</segtitle> 444 445 <seglistitem> 446 <seg>None</seg> 447 </seglistitem> 448 </segmentedlist> 449 450 <!-- Begin File dependency info --> 451 <bridgehead renderas="sect2" id="file-dep">File</bridgehead> 452 453 <segmentedlist> 454 <segtitle>&dependencies;</segtitle> 455 456 <seglistitem> 457 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, 458 Make, Sed and Zlib</seg> 459 </seglistitem> 460 </segmentedlist> 461 462 <segmentedlist> 463 <segtitle>&testsuites;</segtitle> 464 465 <seglistitem> 466 <seg>No testsuite available</seg> 467 </seglistitem> 468 </segmentedlist> 469 470 <segmentedlist> 471 <segtitle>&before;</segtitle> 472 473 <seglistitem> 474 <seg>None</seg> 475 </seglistitem> 476 </segmentedlist> 477 478 <!-- Begin Findutils dependency info --> 479 <bridgehead renderas="sect2" id="findutils-dep">Findutils</bridgehead> 480 481 <segmentedlist> 482 <segtitle>&dependencies;</segtitle> 483 484 <seglistitem> 485 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, 486 Sed and Texinfo</seg> 487 </seglistitem> 488 </segmentedlist> 489 490 <segmentedlist> 491 <segtitle>&testsuites;</segtitle> 492 493 <seglistitem> 494 <seg>DejaGNU, Diffutils and Expect</seg> 495 </seglistitem> 496 </segmentedlist> 497 498 <segmentedlist> 499 <segtitle>&before;</segtitle> 500 501 <seglistitem> 502 <seg>None</seg> 503 </seglistitem> 504 </segmentedlist> 505 506 <!-- Begin Flex dependency info --> 507 <bridgehead renderas="sect2" id="flex-dep">Flex</bridgehead> 508 509 <segmentedlist> 510 <segtitle>&dependencies;</segtitle> 511 512 <seglistitem> 513 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, M4, Make, 514 Sed and Texinfo</seg> 515 </seglistitem> 516 </segmentedlist> 517 518 <segmentedlist> 519 <segtitle>&testsuites;</segtitle> 520 521 <seglistitem> 522 <seg>Bison, Diffutils and Gawk</seg> 523 </seglistitem> 524 </segmentedlist> 525 526 <segmentedlist> 527 <segtitle>&before;</segtitle> 528 529 <seglistitem> 530 <seg>IPRoute2, Kbd and Man</seg> 531 </seglistitem> 532 </segmentedlist> 533 534 <!-- Begin Gawk dependency info --> 535 <bridgehead renderas="sect2" id="gawk-dep">Gawk</bridgehead> 536 537 <segmentedlist> 538 <segtitle>&dependencies;</segtitle> 539 540 <seglistitem> 541 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Sed and Texinfo</seg> 542 </seglistitem> 543 </segmentedlist> 544 545 <segmentedlist> 546 <segtitle>&testsuites;</segtitle> 547 548 <seglistitem> 549 <seg>Diffutils</seg> 550 </seglistitem> 551 </segmentedlist> 552 553 <segmentedlist> 554 <segtitle>&before;</segtitle> 555 556 <seglistitem> 557 <seg>None</seg> 558 </seglistitem> 559 </segmentedlist> 560 561 <!-- Begin Gcc dependency info --> 562 <bridgehead renderas="sect2" id="gcc-dep">Gcc</bridgehead> 563 564 <segmentedlist> 565 <segtitle>&dependencies;</segtitle> 566 567 <seglistitem> 568 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk, 569 GCC, GMP, Grep, Make, MPFR, Patch, Perl, Sed, Tar and Texinfo</seg> 570 </seglistitem> 571 </segmentedlist> 572 573 <segmentedlist> 574 <segtitle>&testsuites;</segtitle> 575 576 <seglistitem> 577 <seg>DejaGNU and Expect</seg> 578 </seglistitem> 579 </segmentedlist> 580 581 <segmentedlist> 582 <segtitle>&before;</segtitle> 583 584 <seglistitem> 585 <seg>None</seg> 586 </seglistitem> 587 </segmentedlist> 588 589 <!-- Begin Gettext dependency info --> 590 <bridgehead renderas="sect2" id="gettext-dep">Gettext</bridgehead> 591 592 <segmentedlist> 593 <segtitle>&dependencies;</segtitle> 594 595 <seglistitem> 596 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk, 597 GCC, Grep, Make, Sed and Texinfo</seg> 598 </seglistitem> 599 </segmentedlist> 600 601 <segmentedlist> 602 <segtitle>&testsuites;</segtitle> 603 604 <seglistitem> 605 <seg>Tar and Tcl</seg> 606 </seglistitem> 607 </segmentedlist> 608 609 <segmentedlist> 610 <segtitle>&before;</segtitle> 611 612 <seglistitem> 613 <seg>Automake</seg> 614 </seglistitem> 615 </segmentedlist> 616 617 <!-- Begin Glib dependency info --> 618 <bridgehead renderas="sect2" id="glib-dep">Glib</bridgehead> 619 620 <segmentedlist> 621 <segtitle>&dependencies;</segtitle> 622 623 <seglistitem> 624 <seg>bash, binutils, coreutils, gawk, gcc, gettext, make & M4.</seg> 625 </seglistitem> 626 </segmentedlist> 627 628 <segmentedlist> 629 <segtitle>&testsuites;</segtitle> 630 631 <seglistitem> 632 <seg>Unknown</seg> 633 </seglistitem> 634 </segmentedlist> 635 636 <segmentedlist> 637 <segtitle>&before;</segtitle> 638 639 <seglistitem> 640 <seg>Pkg-config</seg> 641 </seglistitem> 642 </segmentedlist> 643 644 <!-- Begin GMP dependency info --> 645 <bridgehead renderas="sect2" id="gmp-dep">GMP</bridgehead> 646 647 <segmentedlist> 648 <segtitle>&dependencies;</segtitle> 649 650 <seglistitem> 651 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, M4, Make, 652 Sed and Texinfo</seg> 653 </seglistitem> 654 </segmentedlist> 655 656 <segmentedlist> 657 <segtitle>&testsuites;</segtitle> 658 659 <seglistitem> 660 <seg>None</seg> 661 </seglistitem> 662 </segmentedlist> 663 664 <segmentedlist> 665 <segtitle>&before;</segtitle> 666 667 <seglistitem> 668 <seg>MPFR, GCC</seg> 669 </seglistitem> 670 </segmentedlist> 671 672 <!-- Begin Grep dependency info --> 673 <bridgehead renderas="sect2" id="grep-dep">Grep</bridgehead> 674 675 <segmentedlist> 676 <segtitle>&dependencies;</segtitle> 677 678 <seglistitem> 679 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, 680 Make, Patch, Sed and Texinfo</seg> 681 </seglistitem> 682 </segmentedlist> 683 684 <segmentedlist> 685 <segtitle>&testsuites;</segtitle> 686 687 <seglistitem> 688 <seg>Diffutils and Gawk</seg> 689 </seglistitem> 690 </segmentedlist> 691 692 <segmentedlist> 693 <segtitle>&before;</segtitle> 694 695 <seglistitem> 696 <seg>Man</seg> 697 </seglistitem> 698 </segmentedlist> 699 700 <!-- Begin Groff dependency info --> 701 <bridgehead renderas="sect2" id="groff-dep">Groff</bridgehead> 702 703 <segmentedlist> 704 <segtitle>&dependencies;</segtitle> 705 706 <seglistitem> 707 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep, Make, Perl 708 Sed and Texinfo</seg> 709 </seglistitem> 710 </segmentedlist> 711 712 <segmentedlist> 713 <segtitle>&testsuites;</segtitle> 714 715 <seglistitem> 716 <seg>No testsuite available</seg> 717 </seglistitem> 718 </segmentedlist> 719 720 <segmentedlist> 721 <segtitle>&before;</segtitle> 722 723 <seglistitem> 724 <seg>Man and Perl</seg> 725 </seglistitem> 726 </segmentedlist> 727 728 <!-- Begin Gzip dependency info --> 729 <bridgehead renderas="sect2" id="gzip-dep">Gzip</bridgehead> 730 731 <segmentedlist> 732 <segtitle>&dependencies;</segtitle> 733 734 <seglistitem> 735 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, 736 Sed and Texinfo</seg> 737 </seglistitem> 738 </segmentedlist> 739 740 <segmentedlist> 741 <segtitle>&testsuites;</segtitle> 742 743 <seglistitem> 744 <seg>Diffutils</seg> 745 </seglistitem> 746 </segmentedlist> 747 748 <segmentedlist> 749 <segtitle>&before;</segtitle> 750 751 <seglistitem> 752 <seg>Man</seg> 753 </seglistitem> 754 </segmentedlist> 755 756 <!-- Begin Iana-Etc dependency info --> 757 <bridgehead renderas="sect2" id="iana-etc-dep">Iana-Etc</bridgehead> 758 759 <segmentedlist> 760 <segtitle>&dependencies;</segtitle> 761 762 <seglistitem> 763 <seg>Coreutils, Gawk and Make</seg> 764 </seglistitem> 765 </segmentedlist> 766 767 <segmentedlist> 768 <segtitle>&testsuites;</segtitle> 769 770 <seglistitem> 771 <seg>No testsuite available</seg> 772 </seglistitem> 773 </segmentedlist> 774 775 <segmentedlist> 776 <segtitle>&before;</segtitle> 777 778 <seglistitem> 779 <seg>Perl</seg> 780 </seglistitem> 781 </segmentedlist> 782 783 <!-- Begin IProute2 dependency info --> 784 <bridgehead renderas="sect2" id="iproute2-dep">IProute2</bridgehead> 785 786 <segmentedlist> 787 <segtitle>&dependencies;</segtitle> 788 789 <seglistitem> 790 <seg>Bash, Binutils, Bison, Coreutils, EGLIBC, Findutils, Flex, GCC, 791 Make, Linux-Headers and Sed</seg> 792 </seglistitem> 793 </segmentedlist> 794 795 <segmentedlist> 796 <segtitle>&testsuites;</segtitle> 797 798 <seglistitem> 799 <seg>No testsuite available</seg> 800 </seglistitem> 801 </segmentedlist> 802 803 <segmentedlist> 804 <segtitle>&before;</segtitle> 805 806 <seglistitem> 807 <seg>None</seg> 808 </seglistitem> 809 </segmentedlist> 810 811 <!-- Begin IPutils dependency info --> 812 <bridgehead renderas="sect2" id="iputils-dep">IPutils</bridgehead> 813 814 <segmentedlist> 815 <segtitle>&dependencies;</segtitle> 816 817 <seglistitem> 818 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC and Make</seg> 819 </seglistitem> 820 </segmentedlist> 821 822 <segmentedlist> 823 <segtitle>&testsuites;</segtitle> 824 825 <seglistitem> 826 <seg>No testsuite available</seg> 827 </seglistitem> 828 </segmentedlist> 829 830 <segmentedlist> 831 <segtitle>&before;</segtitle> 832 833 <seglistitem> 834 <seg>None</seg> 835 </seglistitem> 836 </segmentedlist> 837 838 <!-- Begin Kbd dependency info --> 839 <bridgehead renderas="sect2" id="kbd-dep">Kbd</bridgehead> 840 841 <segmentedlist> 842 <segtitle>&dependencies;</segtitle> 843 844 <seglistitem> 845 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Gzip, Make and Sed</seg> 846 </seglistitem> 847 </segmentedlist> 848 849 <segmentedlist> 850 <segtitle>&testsuites;</segtitle> 851 852 <seglistitem> 853 <seg>No testsuite available</seg> 854 </seglistitem> 855 </segmentedlist> 856 857 <segmentedlist> 858 <segtitle>&before;</segtitle> 859 860 <seglistitem> 861 <seg>None</seg> 862 </seglistitem> 863 </segmentedlist> 864 865 <!-- Begin Less dependency info --> 866 <bridgehead renderas="sect2" id="less-dep">Less</bridgehead> 867 868 <segmentedlist> 869 <segtitle>&dependencies;</segtitle> 870 871 <seglistitem> 872 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, 873 Ncurses and Sed</seg> 874 </seglistitem> 875 </segmentedlist> 876 877 <segmentedlist> 878 <segtitle>&testsuites;</segtitle> 879 880 <seglistitem> 881 <seg>No testsuite available</seg> 882 </seglistitem> 883 </segmentedlist> 884 885 <segmentedlist> 886 <segtitle>&before;</segtitle> 887 888 <seglistitem> 889 <seg>None</seg> 890 </seglistitem> 891 </segmentedlist> 892 893 <!-- Begin libestr dependency info --> 894 <bridgehead renderas="sect2" id="libee-dep">Libee</bridgehead> 895 896 <segmentedlist> 897 <segtitle>&dependencies;</segtitle> 898 899 <seglistitem> 900 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk, 901 GCC, Grep, Libestr, Make, Pkg-config, Sed and Texinfo</seg> 902 </seglistitem> 903 </segmentedlist> 904 905 <segmentedlist> 906 <segtitle>&testsuites;</segtitle> 907 908 <seglistitem> 909 <seg>None</seg> 910 </seglistitem> 911 </segmentedlist> 912 913 <segmentedlist> 914 <segtitle>&before;</segtitle> 915 916 <seglistitem> 917 <seg>Rsyslog</seg> 918 </seglistitem> 919 </segmentedlist> 920 921 <!-- Begin libestr dependency info --> 922 <bridgehead renderas="sect2" id="libestr-dep">Libestr</bridgehead> 923 924 <segmentedlist> 925 <segtitle>&dependencies;</segtitle> 926 927 <seglistitem> 928 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk, 929 GCC, Grep, Make, Sed and Texinfo</seg> 930 </seglistitem> 931 </segmentedlist> 932 933 <segmentedlist> 934 <segtitle>&testsuites;</segtitle> 935 936 <seglistitem> 937 <seg>None</seg> 938 </seglistitem> 939 </segmentedlist> 940 941 <segmentedlist> 942 <segtitle>&before;</segtitle> 943 944 <seglistitem> 945 <seg>Libee and Rsyslog</seg> 946 </seglistitem> 947 </segmentedlist> 948 949 <!-- Begin Libtool dependency info --> 950 <bridgehead renderas="sect2" id="libtool-dep">Libtool</bridgehead> 951 952 <segmentedlist> 953 <segtitle>&dependencies;</segtitle> 954 955 <seglistitem> 956 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk, 957 GCC, Grep, Make, Sed and Texinfo</seg> 958 </seglistitem> 959 </segmentedlist> 960 961 <segmentedlist> 962 <segtitle>&testsuites;</segtitle> 963 964 <seglistitem> 965 <seg>Autoconf</seg> 966 </seglistitem> 967 </segmentedlist> 968 969 <segmentedlist> 970 <segtitle>&before;</segtitle> 971 972 <seglistitem> 973 <seg>None</seg> 974 </seglistitem> 975 </segmentedlist> 976 977 <!-- Begin Linux-Headers dependency info --> 978 <bridgehead renderas="sect2" id="linux-headers-dep">Linux-Headers</bridgehead> 979 980 <segmentedlist> 981 <segtitle>&dependencies;</segtitle> 982 983 <seglistitem> 984 <seg>Binutils, Coreutils, Findutils, GCC, Grep, Make, Perl and Sed</seg> 985 </seglistitem> 986 </segmentedlist> 987 988 <segmentedlist> 989 <segtitle>&testsuites;</segtitle> 990 991 <seglistitem> 992 <seg>No testsuite available</seg> 993 </seglistitem> 994 </segmentedlist> 995 996 <segmentedlist> 997 <segtitle>&before;</segtitle> 998 999 <seglistitem> 1000 <seg>None</seg> 1001 </seglistitem> 1002 </segmentedlist> 1003 1004 <!-- Begin Linux Kernel dependency info --> 1005 <bridgehead renderas="sect2" id="linux-dep">Linux Kernel</bridgehead> 1006 1007 <segmentedlist> 1008 <segtitle>&dependencies;</segtitle> 1009 1010 <seglistitem> 1011 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, GCC, Grep, 1012 Gzip, Make, Module-Init-Tools, Ncurses, Perl and Sed</seg> 1013 </seglistitem> 1014 </segmentedlist> 1015 1016 <segmentedlist> 1017 <segtitle>&testsuites;</segtitle> 1018 1019 <seglistitem> 1020 <seg>No testsuite available</seg> 1021 </seglistitem> 1022 </segmentedlist> 1023 1024 <segmentedlist> 1025 <segtitle>&before;</segtitle> 1026 1027 <seglistitem> 1028 <seg>None</seg> 1029 </seglistitem> 1030 </segmentedlist> 1031 1032 <!-- Begin M4 dependency info --> 1033 <bridgehead renderas="sect2" id="m4-dep">M4</bridgehead> 1034 1035 <segmentedlist> 1036 <segtitle>&dependencies;</segtitle> 1037 1038 <seglistitem> 1039 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep, Make, Sed 1040 and Texinfo</seg> 1041 </seglistitem> 1042 </segmentedlist> 1043 1044 <segmentedlist> 1045 <segtitle>&testsuites;</segtitle> 1046 1047 <seglistitem> 1048 <seg>Diffutils</seg> 1049 </seglistitem> 1050 </segmentedlist> 1051 1052 <segmentedlist> 1053 <segtitle>&before;</segtitle> 1054 1055 <seglistitem> 1056 <seg>Autoconf and Bison</seg> 1057 </seglistitem> 1058 </segmentedlist> 1059 1060 <!-- Begin Make dependency info --> 1061 <bridgehead renderas="sect2" id="make-dep">Make</bridgehead> 1062 1063 <segmentedlist> 1064 <segtitle>&dependencies;</segtitle> 1065 1066 <seglistitem> 1067 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, 1068 Make, Sed and Texinfo</seg> 1069 </seglistitem> 1070 </segmentedlist> 1071 1072 <segmentedlist> 1073 <segtitle>&testsuites;</segtitle> 1074 1075 <seglistitem> 1076 <seg>Perl and Procps</seg> 1077 </seglistitem> 1078 </segmentedlist> 1079 1080 <segmentedlist> 1081 <segtitle>&before;</segtitle> 1082 1083 <seglistitem> 1084 <seg>None</seg> 1085 </seglistitem> 1086 </segmentedlist> 1087 1088 <!-- Begin Man dependency info --> 1089 <bridgehead renderas="sect2" id="man-dep">Man</bridgehead> 1090 1091 <segmentedlist> 1092 <segtitle>&dependencies;</segtitle> 1093 1094 <seglistitem> 1095 <seg>Bash, Binutils, Bzip2, Coreutils, EGLIBC, Gawk, GCC, 1096 Grep, Groff, Gzip, Less, XZ-Utils, Make and Sed</seg> 1097 </seglistitem> 1098 </segmentedlist> 1099 1100 <segmentedlist> 1101 <segtitle>&testsuites;</segtitle> 1102 1103 <seglistitem> 1104 <seg>No testsuite available</seg> 1105 </seglistitem> 1106 </segmentedlist> 1107 1108 <segmentedlist> 1109 <segtitle>&before;</segtitle> 1110 1111 <seglistitem> 1112 <seg>None</seg> 1113 </seglistitem> 1114 </segmentedlist> 1115 1116 <!-- Begin Man-Pages dependency info --> 1117 <bridgehead renderas="sect2" id="man-pages-dep">Man-Pages</bridgehead> 1118 1119 <segmentedlist> 1120 <segtitle>&dependencies;</segtitle> 1121 1122 <seglistitem> 1123 <seg>Bash, Coreutils, and Make</seg> 1124 </seglistitem> 1125 </segmentedlist> 1126 1127 <segmentedlist> 1128 <segtitle>&testsuites;</segtitle> 1129 1130 <seglistitem> 1131 <seg>No testsuite available</seg> 1132 </seglistitem> 1133 </segmentedlist> 1134 1135 <segmentedlist> 1136 <segtitle>&before;</segtitle> 1137 1138 <seglistitem> 1139 <seg>None</seg> 1140 </seglistitem> 1141 </segmentedlist> 1142 1143 <!-- Begin MPC dependency info --> 1144 <bridgehead renderas="sect2" id="mpc-dep">MPC</bridgehead> 1145 1146 <segmentedlist> 1147 <segtitle>&dependencies;</segtitle> 1148 1149 <seglistitem> 1150 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, GMP, 1151 Make, MPFR, Sed and Texinfo</seg> 1152 </seglistitem> 1153 </segmentedlist> 1154 1155 <segmentedlist> 1156 <segtitle>&testsuites;</segtitle> 1157 1158 <seglistitem> 1159 <seg>None</seg> 1160 </seglistitem> 1161 </segmentedlist> 1162 1163 <segmentedlist> 1164 <segtitle>&before;</segtitle> 1165 1166 <seglistitem> 1167 <seg>GCC</seg> 1168 </seglistitem> 1169 </segmentedlist> 1170 1171 <!-- Begin MPFR dependency info --> 1172 <bridgehead renderas="sect2" id="mpfr-dep">MPFR</bridgehead> 1173 1174 <segmentedlist> 1175 <segtitle>&dependencies;</segtitle> 1176 1177 <seglistitem> 1178 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, GMP, 1179 Make, Sed and Texinfo</seg> 1180 </seglistitem> 1181 </segmentedlist> 1182 1183 <segmentedlist> 1184 <segtitle>&testsuites;</segtitle> 1185 1186 <seglistitem> 1187 <seg>None</seg> 1188 </seglistitem> 1189 </segmentedlist> 1190 1191 <segmentedlist> 1192 <segtitle>&before;</segtitle> 1193 1194 <seglistitem> 1195 <seg>GCC</seg> 1196 </seglistitem> 1197 </segmentedlist> 1198 1199 <!-- Begin Module-Init-Tools dependency info --> 1200 <bridgehead renderas="sect2" id="module-init-tools-dep">Module-Init-Tools</bridgehead> 1201 1202 <segmentedlist> 1203 <segtitle>&dependencies;</segtitle> 1204 1205 <seglistitem> 1206 <seg>Bash, Binutils, Coreutils, EGLIBC, Findutils, GCC, Grep, Make, 1207 Sed and Zlib</seg> 1208 </seglistitem> 1209 </segmentedlist> 1210 1211 <segmentedlist> 1212 <segtitle>&testsuites;</segtitle> 1213 1214 <seglistitem> 1215 <seg>Diffutils, File, Gawk and Gzip</seg> 1216 </seglistitem> 1217 </segmentedlist> 1218 1219 <segmentedlist> 1220 <segtitle>&before;</segtitle> 1221 1222 <seglistitem> 1223 <seg>None</seg> 1224 </seglistitem> 1225 </segmentedlist> 1226 1227 <!-- Begin Ncurses dependency info --> 1228 <bridgehead renderas="sect2" id="ncurses-dep">Ncurses</bridgehead> 1229 1230 <segmentedlist> 1231 <segtitle>&dependencies;</segtitle> 1232 1233 <seglistitem> 1234 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, 1235 Make and Sed</seg> 1236 </seglistitem> 1237 </segmentedlist> 1238 1239 <segmentedlist> 1240 <segtitle>&testsuites;</segtitle> 1241 1242 <seglistitem> 1243 <seg>No testsuite available</seg> 1244 </seglistitem> 1245 </segmentedlist> 1246 1247 <segmentedlist> 1248 <segtitle>&before;</segtitle> 1249 1250 <seglistitem> 1251 <seg>Bash, GRUB, Inetutils, Less, Procps, Psmisc, Readline, Texinfo, 1252 Util-linux and Vim</seg> 1253 </seglistitem> 1254 </segmentedlist> 1255 1256 <!-- Begin Patch dependency info --> 1257 <bridgehead renderas="sect2" id="patch-dep">Patch</bridgehead> 1258 1259 <segmentedlist> 1260 <segtitle>&dependencies;</segtitle> 1261 1262 <seglistitem> 1263 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make and Sed</seg> 1264 </seglistitem> 1265 </segmentedlist> 1266 1267 <segmentedlist> 1268 <segtitle>&testsuites;</segtitle> 1269 1270 <seglistitem> 1271 <seg>No testsuite available</seg> 1272 </seglistitem> 1273 </segmentedlist> 1274 1275 <segmentedlist> 1276 <segtitle>&before;</segtitle> 1277 1278 <seglistitem> 1279 <seg>None</seg> 1280 </seglistitem> 1281 </segmentedlist> 1282 1283 <!-- Begin Perl dependency info --> 1284 <bridgehead renderas="sect2" id="perl-dep">Perl</bridgehead> 1285 1286 <segmentedlist> 1287 <segtitle>&dependencies;</segtitle> 1288 1289 <seglistitem> 1290 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep, 1291 Make and Sed</seg> 1292 </seglistitem> 1293 </segmentedlist> 1294 1295 <segmentedlist> 1296 <segtitle>&testsuites;</segtitle> 1297 1298 <seglistitem> 1299 <seg>Gzip, Iana-Etc and Procps, Tar</seg> 1300 </seglistitem> 1301 </segmentedlist> 1302 1303 <segmentedlist> 1304 <segtitle>&before;</segtitle> 1305 1306 <seglistitem> 1307 <seg>Autoconf</seg> 1308 </seglistitem> 1309 </segmentedlist> 1310 1311 <!-- Begin Pkg-config dependency info --> 1312 <bridgehead renderas="sect2" id="pkg-config-dep">Pkg-config</bridgehead> 1313 1314 <segmentedlist> 1315 <segtitle>&dependencies;</segtitle> 1316 1317 <seglistitem> 1318 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, 1319 Make and Sed</seg> 1320 </seglistitem> 1321 </segmentedlist> 1322 1323 <segmentedlist> 1324 <segtitle>&testsuites;</segtitle> 1325 1326 <seglistitem> 1327 <seg>None</seg> 1328 </seglistitem> 1329 </segmentedlist> 1330 1331 <segmentedlist> 1332 <segtitle>&before;</segtitle> 1333 1334 <seglistitem> 1335 <seg>Util-linux, E2fsprogs</seg> 1336 </seglistitem> 1337 </segmentedlist> 1338 1339 <!-- Begin PPL dependency info --> 1340 <bridgehead renderas="sect2" id="ppl-dep">PPL</bridgehead> 285 1341 286 1342 <segmentedlist> … … 309 1365 </segmentedlist> 310 1366 311 <!-- Begin Coreutils dependency info --> 312 <bridgehead renderas="sect2" id="coreutils-dep">Coreutils</bridgehead> 313 314 <segmentedlist> 315 <segtitle>&dependencies;</segtitle> 316 317 <seglistitem> 318 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, GMP, Grep, Make, 319 Patch, Perl, Sed and Texinfo</seg> 320 </seglistitem> 321 </segmentedlist> 322 323 <segmentedlist> 324 <segtitle>&testsuites;</segtitle> 325 326 <seglistitem> 327 <seg>Diffutils, E2fsprogs, Findutils, Util-linux</seg> 328 </seglistitem> 329 </segmentedlist> 330 331 <segmentedlist> 332 <segtitle>&before;</segtitle> 333 334 <seglistitem> 335 <seg>Bash, Diffutils, Findutils, Man and Eudev</seg> 336 </seglistitem> 337 </segmentedlist> 338 339 <!-- Begin DejaGNU dependency info --> 340 <bridgehead renderas="sect2" id="dejagnu-dep">DejaGNU</bridgehead> 341 342 <segmentedlist> 343 <segtitle>&dependencies;</segtitle> 344 345 <seglistitem> 346 <seg>Bash, Coreutils, Diffutils, GCC, Grep, Make and Sed</seg> 347 </seglistitem> 348 </segmentedlist> 349 350 <segmentedlist> 351 <segtitle>&testsuites;</segtitle> 352 353 <seglistitem> 354 <seg>None</seg> 355 </seglistitem> 356 </segmentedlist> 357 358 <segmentedlist> 359 <segtitle>&before;</segtitle> 360 361 <seglistitem> 362 <seg>None</seg> 363 </seglistitem> 364 </segmentedlist> 365 366 <!-- Begin DHCPCD dependency info --> 367 <bridgehead renderas="sect2" id="dhcpcd-dep">DHCPCD</bridgehead> 368 369 <segmentedlist> 370 <segtitle>&dependencies;</segtitle> 371 372 <seglistitem> 373 <seg>Bash, Coreutils, GCC, Make, Sed</seg> 374 </seglistitem> 375 </segmentedlist> 376 377 <segmentedlist> 378 <segtitle>&testsuites;</segtitle> 379 380 <seglistitem> 381 <seg>No testsuite available</seg> 382 </seglistitem> 383 </segmentedlist> 384 385 <segmentedlist> 386 <segtitle>&before;</segtitle> 387 388 <seglistitem> 389 <seg>None</seg> 390 </seglistitem> 391 </segmentedlist> 392 393 <!-- Begin Diffutils dependency info --> 394 <bridgehead renderas="sect2" id="diffutils-dep">Diffutils</bridgehead> 395 396 <segmentedlist> 397 <segtitle>&dependencies;</segtitle> 398 399 <seglistitem> 400 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, 401 Make, Patch, Sed and Texinfo</seg> 402 </seglistitem> 403 </segmentedlist> 404 405 <segmentedlist> 406 <segtitle>&testsuites;</segtitle> 407 408 <seglistitem> 409 <seg>No testsuite available</seg> 410 </seglistitem> 411 </segmentedlist> 412 413 <segmentedlist> 414 <segtitle>&before;</segtitle> 415 416 <seglistitem> 417 <seg>None</seg> 418 </seglistitem> 419 </segmentedlist> 420 421 <!-- Begin EGLIBC dependency info --> 422 <bridgehead renderas="sect2" id="eglibc-dep">EGLIBC</bridgehead> 423 424 <segmentedlist> 425 <segtitle>&dependencies;</segtitle> 426 427 <seglistitem> 428 <seg>Bash, Binutils, Coreutils, Diffutils, Gawk, GCC, Gettext, 429 Grep, Gzip, Make, Perl, Sed and Texinfo</seg> 430 </seglistitem> 431 </segmentedlist> 432 433 <segmentedlist> 434 <segtitle>&testsuites;</segtitle> 435 436 <seglistitem> 437 <seg>None</seg> 438 </seglistitem> 439 </segmentedlist> 440 441 <segmentedlist> 442 <segtitle>&before;</segtitle> 443 444 <seglistitem> 445 <seg>None</seg> 446 </seglistitem> 447 </segmentedlist> 448 449 <!-- Begin Expect dependency info --> 450 <bridgehead renderas="sect2" id="expect-dep">Expect</bridgehead> 451 452 <segmentedlist> 453 <segtitle>&dependencies;</segtitle> 454 455 <seglistitem> 456 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, GCC, Grep, Make, 457 Patch, Sed and Tcl</seg> 458 </seglistitem> 459 </segmentedlist> 460 461 <segmentedlist> 462 <segtitle>&testsuites;</segtitle> 463 464 <seglistitem> 465 <seg>None</seg> 466 </seglistitem> 467 </segmentedlist> 468 469 <segmentedlist> 470 <segtitle>&before;</segtitle> 471 472 <seglistitem> 473 <seg>None</seg> 474 </seglistitem> 475 </segmentedlist> 476 477 <!-- Begin E2fsprogs dependency info --> 478 <bridgehead renderas="sect2" id="e2fsprogs-dep">E2fsprogs</bridgehead> 479 480 <segmentedlist> 481 <segtitle>&dependencies;</segtitle> 482 483 <seglistitem> 484 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Gettext, Grep, Gzip, 485 Make, Pkg-config-lite, Sed, Texinfo and Util-linux</seg> 486 </seglistitem> 487 </segmentedlist> 488 489 <segmentedlist> 490 <segtitle>&testsuites;</segtitle> 491 492 <seglistitem> 493 <seg>Bzip2 and Diffutils</seg> 494 </seglistitem> 495 </segmentedlist> 496 497 <segmentedlist> 498 <segtitle>&before;</segtitle> 499 500 <seglistitem> 501 <seg>None</seg> 502 </seglistitem> 503 </segmentedlist> 504 505 <!-- Begin File dependency info --> 506 <bridgehead renderas="sect2" id="file-dep">File</bridgehead> 507 508 <segmentedlist> 509 <segtitle>&dependencies;</segtitle> 510 511 <seglistitem> 512 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, 513 Make, Sed and Zlib</seg> 514 </seglistitem> 515 </segmentedlist> 516 517 <segmentedlist> 518 <segtitle>&testsuites;</segtitle> 519 520 <seglistitem> 521 <seg>No testsuite available</seg> 522 </seglistitem> 523 </segmentedlist> 524 525 <segmentedlist> 526 <segtitle>&before;</segtitle> 527 528 <seglistitem> 529 <seg>None</seg> 530 </seglistitem> 531 </segmentedlist> 532 533 <!-- Begin Findutils dependency info --> 534 <bridgehead renderas="sect2" id="findutils-dep">Findutils</bridgehead> 1367 1368 <!-- Begin Procps dependency info --> 1369 <bridgehead renderas="sect2" id="procps-dep">Procps</bridgehead> 1370 1371 <segmentedlist> 1372 <segtitle>&dependencies;</segtitle> 1373 1374 <seglistitem> 1375 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Make and Ncurses</seg> 1376 </seglistitem> 1377 </segmentedlist> 1378 1379 <segmentedlist> 1380 <segtitle>&testsuites;</segtitle> 1381 1382 <seglistitem> 1383 <seg>No testsuite available</seg> 1384 </seglistitem> 1385 </segmentedlist> 1386 1387 <segmentedlist> 1388 <segtitle>&before;</segtitle> 1389 1390 <seglistitem> 1391 <seg>None</seg> 1392 </seglistitem> 1393 </segmentedlist> 1394 1395 <!-- Begin Psmisc dependency info --> 1396 <bridgehead renderas="sect2" id="psmisc-dep">Psmisc</bridgehead> 1397 1398 <segmentedlist> 1399 <segtitle>&dependencies;</segtitle> 1400 1401 <seglistitem> 1402 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Ncurses 1403 and Sed</seg> 1404 </seglistitem> 1405 </segmentedlist> 1406 1407 <segmentedlist> 1408 <segtitle>&testsuites;</segtitle> 1409 1410 <seglistitem> 1411 <seg>No testsuite available</seg> 1412 </seglistitem> 1413 </segmentedlist> 1414 1415 <segmentedlist> 1416 <segtitle>&before;</segtitle> 1417 1418 <seglistitem> 1419 <seg>None</seg> 1420 </seglistitem> 1421 </segmentedlist> 1422 1423 <!-- Begin Readline dependency info --> 1424 <bridgehead renderas="sect2" id="readline-dep">Readline</bridgehead> 1425 1426 <segmentedlist> 1427 <segtitle>&dependencies;</segtitle> 1428 1429 <seglistitem> 1430 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Ncurses, 1431 Patch, Sed and Texinfo</seg> 1432 </seglistitem> 1433 </segmentedlist> 1434 1435 <segmentedlist> 1436 <segtitle>&testsuites;</segtitle> 1437 1438 <seglistitem> 1439 <seg>No testsuite available</seg> 1440 </seglistitem> 1441 </segmentedlist> 1442 1443 <segmentedlist> 1444 <segtitle>&before;</segtitle> 1445 1446 <seglistitem> 1447 <seg>Bash</seg> 1448 </seglistitem> 1449 </segmentedlist> 1450 1451 <!-- Begin Rsyslog dependency info --> 1452 <bridgehead renderas="sect2" id="rsyslog-dep">Rsyslog</bridgehead> 1453 1454 <segmentedlist> 1455 <segtitle>&dependencies;</segtitle> 1456 1457 <seglistitem> 1458 <seg>Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, libee, 1459 Libestr, Make, Sed and Zlib</seg> 1460 </seglistitem> 1461 </segmentedlist> 1462 1463 <segmentedlist> 1464 <segtitle>&testsuites;</segtitle> 1465 1466 <seglistitem> 1467 <seg>No testsuite available</seg> 1468 </seglistitem> 1469 </segmentedlist> 1470 1471 <segmentedlist> 1472 <segtitle>&before;</segtitle> 1473 1474 <seglistitem> 1475 <seg>None</seg> 1476 </seglistitem> 1477 </segmentedlist> 1478 1479 <!-- Begin Sed dependency info --> 1480 <bridgehead renderas="sect2" id="sed-dep">Sed</bridgehead> 535 1481 536 1482 <segmentedlist> … … 547 1493 548 1494 <seglistitem> 549 <seg>DejaGNU, Diffutils and Expect</seg>550 </seglistitem>551 </segmentedlist>552 553 <segmentedlist>554 <segtitle>&before;</segtitle>555 556 <seglistitem>557 <seg>None</seg>558 </seglistitem>559 </segmentedlist>560 561 <!-- Begin Flex dependency info -->562 <bridgehead renderas="sect2" id="flex-dep">Flex</bridgehead>563 564 <segmentedlist>565 <segtitle>&dependencies;</segtitle>566 567 <seglistitem>568 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, M4, Make,569 Sed and Texinfo</seg>570 </seglistitem>571 </segmentedlist>572 573 <segmentedlist>574 <segtitle>&testsuites;</segtitle>575 576 <seglistitem>577 <seg>Bison, Diffutils and Gawk</seg>578 </seglistitem>579 </segmentedlist>580 581 <segmentedlist>582 <segtitle>&before;</segtitle>583 584 <seglistitem>585 <seg>IPRoute2, Kbd and Man</seg>586 </seglistitem>587 </segmentedlist>588 589 <!-- Begin Gawk dependency info -->590 <bridgehead renderas="sect2" id="gawk-dep">Gawk</bridgehead>591 592 <segmentedlist>593 <segtitle>&dependencies;</segtitle>594 595 <seglistitem>596 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Sed and Texinfo</seg>597 </seglistitem>598 </segmentedlist>599 600 <segmentedlist>601 <segtitle>&testsuites;</segtitle>602 603 <seglistitem>604 <seg>Diffutils</seg>605 </seglistitem>606 </segmentedlist>607 608 <segmentedlist>609 <segtitle>&before;</segtitle>610 611 <seglistitem>612 <seg>None</seg>613 </seglistitem>614 </segmentedlist>615 616 <!-- Begin Gcc dependency info -->617 <bridgehead renderas="sect2" id="gcc-dep">Gcc</bridgehead>618 619 <segmentedlist>620 <segtitle>&dependencies;</segtitle>621 622 <seglistitem>623 <seg>Bash, Binutils, CLooG-ISL, Coreutils, Diffutils, EGLIBC,624 Findutils, Gawk, GCC, GMP, Grep, ISL, Make, MPFR, Patch, Perl, Sed,625 Tar and Texinfo</seg>626 </seglistitem>627 </segmentedlist>628 629 <segmentedlist>630 <segtitle>&testsuites;</segtitle>631 632 <seglistitem>633 <seg>Check, DejaGNU, and Expect</seg>634 </seglistitem>635 </segmentedlist>636 637 <segmentedlist>638 <segtitle>&before;</segtitle>639 640 <seglistitem>641 <seg>None</seg>642 </seglistitem>643 </segmentedlist>644 645 <!-- Begin Gettext dependency info -->646 <bridgehead renderas="sect2" id="gettext-dep">Gettext</bridgehead>647 648 <segmentedlist>649 <segtitle>&dependencies;</segtitle>650 651 <seglistitem>652 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk,653 GCC, Grep, Make, Sed and Texinfo</seg>654 </seglistitem>655 </segmentedlist>656 657 <segmentedlist>658 <segtitle>&testsuites;</segtitle>659 660 <seglistitem>661 <seg>Tar and Tcl</seg>662 </seglistitem>663 </segmentedlist>664 665 <segmentedlist>666 <segtitle>&before;</segtitle>667 668 <seglistitem>669 <seg>Automake</seg>670 </seglistitem>671 </segmentedlist>672 673 <!-- Begin Glib dependency info -->674 <bridgehead renderas="sect2" id="glib-dep">Glib</bridgehead>675 676 <segmentedlist>677 <segtitle>&dependencies;</segtitle>678 679 <seglistitem>680 <seg>bash, binutils, coreutils, gawk, gcc, gettext, make & M4.</seg>681 </seglistitem>682 </segmentedlist>683 684 <segmentedlist>685 <segtitle>&testsuites;</segtitle>686 687 <seglistitem>688 <seg>Unknown</seg>689 </seglistitem>690 </segmentedlist>691 692 <segmentedlist>693 <segtitle>&before;</segtitle>694 695 <seglistitem>696 <seg>Pkg-config-lite</seg>697 </seglistitem>698 </segmentedlist>699 700 <!-- Begin GMP dependency info -->701 <bridgehead renderas="sect2" id="gmp-dep">GMP</bridgehead>702 703 <segmentedlist>704 <segtitle>&dependencies;</segtitle>705 706 <seglistitem>707 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, M4, Make,708 Sed and Texinfo</seg>709 </seglistitem>710 </segmentedlist>711 712 <segmentedlist>713 <segtitle>&testsuites;</segtitle>714 715 <seglistitem>716 <seg>None</seg>717 </seglistitem>718 </segmentedlist>719 720 <segmentedlist>721 <segtitle>&before;</segtitle>722 723 <seglistitem>724 <seg>MPFR, GCC</seg>725 </seglistitem>726 </segmentedlist>727 728 <!-- Begin Grep dependency info -->729 <bridgehead renderas="sect2" id="grep-dep">Grep</bridgehead>730 731 <segmentedlist>732 <segtitle>&dependencies;</segtitle>733 734 <seglistitem>735 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep,736 Make, Patch, Sed and Texinfo</seg>737 </seglistitem>738 </segmentedlist>739 740 <segmentedlist>741 <segtitle>&testsuites;</segtitle>742 743 <seglistitem>744 <seg>Diffutils and Gawk</seg>745 </seglistitem>746 </segmentedlist>747 748 <segmentedlist>749 <segtitle>&before;</segtitle>750 751 <seglistitem>752 <seg>Man</seg>753 </seglistitem>754 </segmentedlist>755 756 <!-- Begin Groff dependency info -->757 <bridgehead renderas="sect2" id="groff-dep">Groff</bridgehead>758 759 <segmentedlist>760 <segtitle>&dependencies;</segtitle>761 762 <seglistitem>763 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep, Make, Perl764 Sed and Texinfo</seg>765 </seglistitem>766 </segmentedlist>767 768 <segmentedlist>769 <segtitle>&testsuites;</segtitle>770 771 <seglistitem>772 <seg>No testsuite available</seg>773 </seglistitem>774 </segmentedlist>775 776 <segmentedlist>777 <segtitle>&before;</segtitle>778 779 <seglistitem>780 <seg>Man and Perl</seg>781 </seglistitem>782 </segmentedlist>783 784 <!-- Begin Gzip dependency info -->785 <bridgehead renderas="sect2" id="gzip-dep">Gzip</bridgehead>786 787 <segmentedlist>788 <segtitle>&dependencies;</segtitle>789 790 <seglistitem>791 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make,792 Sed and Texinfo</seg>793 </seglistitem>794 </segmentedlist>795 796 <segmentedlist>797 <segtitle>&testsuites;</segtitle>798 799 <seglistitem>800 <seg>Diffutils</seg>801 </seglistitem>802 </segmentedlist>803 804 <segmentedlist>805 <segtitle>&before;</segtitle>806 807 <seglistitem>808 <seg>Man</seg>809 </seglistitem>810 </segmentedlist>811 812 <!-- Begin Iana-Etc dependency info -->813 <bridgehead renderas="sect2" id="iana-etc-dep">Iana-Etc</bridgehead>814 815 <segmentedlist>816 <segtitle>&dependencies;</segtitle>817 818 <seglistitem>819 <seg>Coreutils, Gawk and Make</seg>820 </seglistitem>821 </segmentedlist>822 823 <segmentedlist>824 <segtitle>&testsuites;</segtitle>825 826 <seglistitem>827 <seg>No testsuite available</seg>828 </seglistitem>829 </segmentedlist>830 831 <segmentedlist>832 <segtitle>&before;</segtitle>833 834 <seglistitem>835 <seg>Perl</seg>836 </seglistitem>837 </segmentedlist>838 839 <!-- Begin IProute2 dependency info -->840 <bridgehead renderas="sect2" id="iproute2-dep">IProute2</bridgehead>841 842 <segmentedlist>843 <segtitle>&dependencies;</segtitle>844 845 <seglistitem>846 <seg>Bash, Binutils, Bison, Coreutils, EGLIBC, Findutils, Flex, GCC,847 Make, Linux-Headers and Sed</seg>848 </seglistitem>849 </segmentedlist>850 851 <segmentedlist>852 <segtitle>&testsuites;</segtitle>853 854 <seglistitem>855 <seg>No testsuite available</seg>856 </seglistitem>857 </segmentedlist>858 859 <segmentedlist>860 <segtitle>&before;</segtitle>861 862 <seglistitem>863 <seg>None</seg>864 </seglistitem>865 </segmentedlist>866 867 <!-- Begin IPutils dependency info -->868 <bridgehead renderas="sect2" id="iputils-dep">IPutils</bridgehead>869 870 <segmentedlist>871 <segtitle>&dependencies;</segtitle>872 873 <seglistitem>874 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC and Make</seg>875 </seglistitem>876 </segmentedlist>877 878 <segmentedlist>879 <segtitle>&testsuites;</segtitle>880 881 <seglistitem>882 <seg>No testsuite available</seg>883 </seglistitem>884 </segmentedlist>885 886 <segmentedlist>887 <segtitle>&before;</segtitle>888 889 <seglistitem>890 <seg>None</seg>891 </seglistitem>892 </segmentedlist>893 894 <!-- Begin ISL dependency info -->895 <bridgehead renderas="sect2" id="isl-dep">ISL</bridgehead>896 897 <segmentedlist>898 <segtitle>&dependencies;</segtitle>899 900 <seglistitem>901 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep,902 GMP, Make, MPC, MPFR, Sed and Texinfo</seg>903 </seglistitem>904 </segmentedlist>905 906 <segmentedlist>907 <segtitle>&testsuites;</segtitle>908 909 <seglistitem>910 <seg>None</seg>911 </seglistitem>912 </segmentedlist>913 914 <segmentedlist>915 <segtitle>&before;</segtitle>916 917 <seglistitem>918 <seg>GCC</seg>919 </seglistitem>920 </segmentedlist>921 922 <!-- Begin Kbd dependency info -->923 <bridgehead renderas="sect2" id="kbd-dep">Kbd</bridgehead>924 925 <segmentedlist>926 <segtitle>&dependencies;</segtitle>927 928 <seglistitem>929 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Gzip, Make, and930 Check</seg>931 </seglistitem>932 </segmentedlist>933 934 <segmentedlist>935 <segtitle>&testsuites;</segtitle>936 937 <seglistitem>938 <seg>No testsuite available</seg>939 </seglistitem>940 </segmentedlist>941 942 <segmentedlist>943 <segtitle>&before;</segtitle>944 945 <seglistitem>946 <seg>None</seg>947 </seglistitem>948 </segmentedlist>949 950 <!-- Begin KMOD dependency info -->951 <bridgehead renderas="sect2" id="kmod-dep">KMOD</bridgehead>952 953 <segmentedlist>954 <segtitle>&dependencies;</segtitle>955 956 <seglistitem>957 <seg>Bash, Binutils, Bison, Coreutils, EGLIBC, Flex, Gawk, GCC,958 Gettext, Gzip, Make, Pkg-config-lite, Sed, XZ-Utils, and Zlib.959 </seg>960 </seglistitem>961 </segmentedlist>962 963 <segmentedlist>964 <segtitle>&testsuites;</segtitle>965 966 <seglistitem>967 <seg>No testsuite available</seg>968 </seglistitem>969 </segmentedlist>970 971 <segmentedlist>972 <segtitle>&before;</segtitle>973 974 <seglistitem>975 <seg>Eudev</seg>976 </seglistitem>977 </segmentedlist>978 979 <!-- Begin Less dependency info -->980 <bridgehead renderas="sect2" id="less-dep">Less</bridgehead>981 982 <segmentedlist>983 <segtitle>&dependencies;</segtitle>984 985 <seglistitem>986 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make,987 Ncurses and Sed</seg>988 </seglistitem>989 </segmentedlist>990 991 <segmentedlist>992 <segtitle>&testsuites;</segtitle>993 994 <seglistitem>995 <seg>No testsuite available</seg>996 </seglistitem>997 </segmentedlist>998 999 <segmentedlist>1000 <segtitle>&before;</segtitle>1001 1002 <seglistitem>1003 <seg>None</seg>1004 </seglistitem>1005 </segmentedlist>1006 1007 <!-- Begin libestr dependency info -->1008 <bridgehead renderas="sect2" id="libee-dep">Libee</bridgehead>1009 1010 <segmentedlist>1011 <segtitle>&dependencies;</segtitle>1012 1013 <seglistitem>1014 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk,1015 GCC, Grep, Libestr, Make, Pkg-config-lite, Sed and Texinfo</seg>1016 </seglistitem>1017 </segmentedlist>1018 1019 <segmentedlist>1020 <segtitle>&testsuites;</segtitle>1021 1022 <seglistitem>1023 <seg>None</seg>1024 </seglistitem>1025 </segmentedlist>1026 1027 <segmentedlist>1028 <segtitle>&before;</segtitle>1029 1030 <seglistitem>1031 <seg>Rsyslog</seg>1032 </seglistitem>1033 </segmentedlist>1034 1035 <!-- Begin libestr dependency info -->1036 <bridgehead renderas="sect2" id="libestr-dep">Libestr</bridgehead>1037 1038 <segmentedlist>1039 <segtitle>&dependencies;</segtitle>1040 1041 <seglistitem>1042 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk,1043 GCC, Grep, Make, Sed and Texinfo</seg>1044 </seglistitem>1045 </segmentedlist>1046 1047 <segmentedlist>1048 <segtitle>&testsuites;</segtitle>1049 1050 <seglistitem>1051 <seg>None</seg>1052 </seglistitem>1053 </segmentedlist>1054 1055 <segmentedlist>1056 <segtitle>&before;</segtitle>1057 1058 <seglistitem>1059 <seg>Libee and Rsyslog</seg>1060 </seglistitem>1061 </segmentedlist>1062 1063 <!-- Begin Libtool dependency info -->1064 <bridgehead renderas="sect2" id="libtool-dep">Libtool</bridgehead>1065 1066 <segmentedlist>1067 <segtitle>&dependencies;</segtitle>1068 1069 <seglistitem>1070 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, Gawk,1071 GCC, Grep, Make, Sed and Texinfo</seg>1072 </seglistitem>1073 </segmentedlist>1074 1075 <segmentedlist>1076 <segtitle>&testsuites;</segtitle>1077 1078 <seglistitem>1079 <seg>Autoconf</seg>1080 </seglistitem>1081 </segmentedlist>1082 1083 <segmentedlist>1084 <segtitle>&before;</segtitle>1085 1086 <seglistitem>1087 <seg>None</seg>1088 </seglistitem>1089 </segmentedlist>1090 1091 <!-- Begin Linux-Headers dependency info -->1092 <bridgehead renderas="sect2" id="linux-headers-dep">Linux-Headers</bridgehead>1093 1094 <segmentedlist>1095 <segtitle>&dependencies;</segtitle>1096 1097 <seglistitem>1098 <seg>Binutils, Coreutils, Findutils, GCC, Grep, Make, Perl and Sed</seg>1099 </seglistitem>1100 </segmentedlist>1101 1102 <segmentedlist>1103 <segtitle>&testsuites;</segtitle>1104 1105 <seglistitem>1106 <seg>No testsuite available</seg>1107 </seglistitem>1108 </segmentedlist>1109 1110 <segmentedlist>1111 <segtitle>&before;</segtitle>1112 1113 <seglistitem>1114 <seg>None</seg>1115 </seglistitem>1116 </segmentedlist>1117 1118 <!-- Begin Linux Kernel dependency info -->1119 <bridgehead renderas="sect2" id="linux-dep">Linux Kernel</bridgehead>1120 1121 <segmentedlist>1122 <segtitle>&dependencies;</segtitle>1123 1124 <seglistitem>1125 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Findutils, GCC, Grep,1126 Gzip, Make, KMOD, Ncurses, Perl and Sed</seg>1127 </seglistitem>1128 </segmentedlist>1129 1130 <segmentedlist>1131 <segtitle>&testsuites;</segtitle>1132 1133 <seglistitem>1134 <seg>No testsuite available</seg>1135 </seglistitem>1136 </segmentedlist>1137 1138 <segmentedlist>1139 <segtitle>&before;</segtitle>1140 1141 <seglistitem>1142 <seg>None</seg>1143 </seglistitem>1144 </segmentedlist>1145 1146 <!-- Begin M4 dependency info -->1147 <bridgehead renderas="sect2" id="m4-dep">M4</bridgehead>1148 1149 <segmentedlist>1150 <segtitle>&dependencies;</segtitle>1151 1152 <seglistitem>1153 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep, Make, Sed1154 and Texinfo</seg>1155 </seglistitem>1156 </segmentedlist>1157 1158 <segmentedlist>1159 <segtitle>&testsuites;</segtitle>1160 1161 <seglistitem>1162 <seg>Diffutils</seg>1163 </seglistitem>1164 </segmentedlist>1165 1166 <segmentedlist>1167 <segtitle>&before;</segtitle>1168 1169 <seglistitem>1170 <seg>Autoconf and Bison</seg>1171 </seglistitem>1172 </segmentedlist>1173 1174 <!-- Begin Make dependency info -->1175 <bridgehead renderas="sect2" id="make-dep">Make</bridgehead>1176 1177 <segmentedlist>1178 <segtitle>&dependencies;</segtitle>1179 1180 <seglistitem>1181 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep,1182 Make, Sed and Texinfo</seg>1183 </seglistitem>1184 </segmentedlist>1185 1186 <segmentedlist>1187 <segtitle>&testsuites;</segtitle>1188 1189 <seglistitem>1190 <seg>Perl and Procps</seg>1191 </seglistitem>1192 </segmentedlist>1193 1194 <segmentedlist>1195 <segtitle>&before;</segtitle>1196 1197 <seglistitem>1198 <seg>None</seg>1199 </seglistitem>1200 </segmentedlist>1201 1202 <!-- Begin Man dependency info -->1203 <bridgehead renderas="sect2" id="man-dep">Man</bridgehead>1204 1205 <segmentedlist>1206 <segtitle>&dependencies;</segtitle>1207 1208 <seglistitem>1209 <seg>Bash, Binutils, Bzip2, Coreutils, EGLIBC, Gawk, GCC,1210 Grep, Groff, Gzip, Less, XZ-Utils, Make and Sed</seg>1211 </seglistitem>1212 </segmentedlist>1213 1214 <segmentedlist>1215 <segtitle>&testsuites;</segtitle>1216 1217 <seglistitem>1218 <seg>No testsuite available</seg>1219 </seglistitem>1220 </segmentedlist>1221 1222 <segmentedlist>1223 <segtitle>&before;</segtitle>1224 1225 <seglistitem>1226 <seg>None</seg>1227 </seglistitem>1228 </segmentedlist>1229 1230 <!-- Begin Man-Pages dependency info -->1231 <bridgehead renderas="sect2" id="man-pages-dep">Man-Pages</bridgehead>1232 1233 <segmentedlist>1234 <segtitle>&dependencies;</segtitle>1235 1236 <seglistitem>1237 <seg>Bash, Coreutils, and Make</seg>1238 </seglistitem>1239 </segmentedlist>1240 1241 <segmentedlist>1242 <segtitle>&testsuites;</segtitle>1243 1244 <seglistitem>1245 <seg>No testsuite available</seg>1246 </seglistitem>1247 </segmentedlist>1248 1249 <segmentedlist>1250 <segtitle>&before;</segtitle>1251 1252 <seglistitem>1253 <seg>None</seg>1254 </seglistitem>1255 </segmentedlist>1256 1257 <!-- Begin MPC dependency info -->1258 <bridgehead renderas="sect2" id="mpc-dep">MPC</bridgehead>1259 1260 <segmentedlist>1261 <segtitle>&dependencies;</segtitle>1262 1263 <seglistitem>1264 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, GMP,1265 Make, MPFR, Sed and Texinfo</seg>1266 </seglistitem>1267 </segmentedlist>1268 1269 <segmentedlist>1270 <segtitle>&testsuites;</segtitle>1271 1272 <seglistitem>1273 <seg>None</seg>1274 </seglistitem>1275 </segmentedlist>1276 1277 <segmentedlist>1278 <segtitle>&before;</segtitle>1279 1280 <seglistitem>1281 <seg>GCC</seg>1282 </seglistitem>1283 </segmentedlist>1284 1285 <!-- Begin MPFR dependency info -->1286 <bridgehead renderas="sect2" id="mpfr-dep">MPFR</bridgehead>1287 1288 <segmentedlist>1289 <segtitle>&dependencies;</segtitle>1290 1291 <seglistitem>1292 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, GMP,1293 Make, Sed and Texinfo</seg>1294 </seglistitem>1295 </segmentedlist>1296 1297 <segmentedlist>1298 <segtitle>&testsuites;</segtitle>1299 1300 <seglistitem>1301 <seg>None</seg>1302 </seglistitem>1303 </segmentedlist>1304 1305 <segmentedlist>1306 <segtitle>&before;</segtitle>1307 1308 <seglistitem>1309 <seg>GCC</seg>1310 </seglistitem>1311 </segmentedlist>1312 1313 <!-- Begin KMOD dependency info -->1314 <bridgehead renderas="sect2" id="module-init-tools-dep">KMOD</bridgehead>1315 1316 <segmentedlist>1317 <segtitle>&dependencies;</segtitle>1318 1319 <seglistitem>1320 <seg>Bash, Binutils, Coreutils, EGLIBC, Findutils, GCC, Grep, Make,1321 Sed and Zlib</seg>1322 </seglistitem>1323 </segmentedlist>1324 1325 <segmentedlist>1326 <segtitle>&testsuites;</segtitle>1327 1328 <seglistitem>1329 <seg>Diffutils, File, Gawk and Gzip</seg>1330 </seglistitem>1331 </segmentedlist>1332 1333 <segmentedlist>1334 <segtitle>&before;</segtitle>1335 1336 <seglistitem>1337 <seg>None</seg>1338 </seglistitem>1339 </segmentedlist>1340 1341 <!-- Begin Ncurses dependency info -->1342 <bridgehead renderas="sect2" id="ncurses-dep">Ncurses</bridgehead>1343 1344 <segmentedlist>1345 <segtitle>&dependencies;</segtitle>1346 1347 <seglistitem>1348 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep,1349 Make and Sed</seg>1350 </seglistitem>1351 </segmentedlist>1352 1353 <segmentedlist>1354 <segtitle>&testsuites;</segtitle>1355 1356 <seglistitem>1357 <seg>No testsuite available</seg>1358 </seglistitem>1359 </segmentedlist>1360 1361 <segmentedlist>1362 <segtitle>&before;</segtitle>1363 1364 <seglistitem>1365 <seg>Bash, GRUB, Inetutils, Less, Procps, Psmisc, Readline, Texinfo,1366 Util-linux and Vim</seg>1367 </seglistitem>1368 </segmentedlist>1369 1370 <!-- Begin Patch dependency info -->1371 <bridgehead renderas="sect2" id="patch-dep">Patch</bridgehead>1372 1373 <segmentedlist>1374 <segtitle>&dependencies;</segtitle>1375 1376 <seglistitem>1377 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make and Sed</seg>1378 </seglistitem>1379 </segmentedlist>1380 1381 <segmentedlist>1382 <segtitle>&testsuites;</segtitle>1383 1384 <seglistitem>1385 <seg>No testsuite available</seg>1386 </seglistitem>1387 </segmentedlist>1388 1389 <segmentedlist>1390 <segtitle>&before;</segtitle>1391 1392 <seglistitem>1393 <seg>None</seg>1394 </seglistitem>1395 </segmentedlist>1396 1397 <!-- Begin Perl dependency info -->1398 <bridgehead renderas="sect2" id="perl-dep">Perl</bridgehead>1399 1400 <segmentedlist>1401 <segtitle>&dependencies;</segtitle>1402 1403 <seglistitem>1404 <seg>Bash, Binutils, Coreutils, EGLIBC, Gawk, GCC, Grep,1405 Make and Sed</seg>1406 </seglistitem>1407 </segmentedlist>1408 1409 <segmentedlist>1410 <segtitle>&testsuites;</segtitle>1411 1412 <seglistitem>1413 <seg>Gzip, Iana-Etc and Procps, Tar</seg>1414 </seglistitem>1415 </segmentedlist>1416 1417 <segmentedlist>1418 <segtitle>&before;</segtitle>1419 1420 <seglistitem>1421 <seg>Autoconf</seg>1422 </seglistitem>1423 </segmentedlist>1424 1425 <!-- Begin Pkg-config-lite dependency info -->1426 <bridgehead renderas="sect2" id="pkg-config-lite-dep">Pkg-config-lite</bridgehead>1427 1428 <segmentedlist>1429 <segtitle>&dependencies;</segtitle>1430 1431 <seglistitem>1432 <seg>Bash, Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep,1433 Make and Sed</seg>1434 </seglistitem>1435 </segmentedlist>1436 1437 <segmentedlist>1438 <segtitle>&testsuites;</segtitle>1439 1440 <seglistitem>1441 <seg>None</seg>1442 </seglistitem>1443 </segmentedlist>1444 1445 <segmentedlist>1446 <segtitle>&before;</segtitle>1447 1448 <seglistitem>1449 <seg>Util-linux, E2fsprogs</seg>1450 </seglistitem>1451 </segmentedlist>1452 1453 <!-- Begin Procps dependency info -->1454 <bridgehead renderas="sect2" id="procps-dep">Procps</bridgehead>1455 1456 <segmentedlist>1457 <segtitle>&dependencies;</segtitle>1458 1459 <seglistitem>1460 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Make and Ncurses</seg>1461 </seglistitem>1462 </segmentedlist>1463 1464 <segmentedlist>1465 <segtitle>&testsuites;</segtitle>1466 1467 <seglistitem>1468 <seg>No testsuite available</seg>1469 </seglistitem>1470 </segmentedlist>1471 1472 <segmentedlist>1473 <segtitle>&before;</segtitle>1474 1475 <seglistitem>1476 <seg>None</seg>1477 </seglistitem>1478 </segmentedlist>1479 1480 <!-- Begin Psmisc dependency info -->1481 <bridgehead renderas="sect2" id="psmisc-dep">Psmisc</bridgehead>1482 1483 <segmentedlist>1484 <segtitle>&dependencies;</segtitle>1485 1486 <seglistitem>1487 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Ncurses1488 and Sed</seg>1489 </seglistitem>1490 </segmentedlist>1491 1492 <segmentedlist>1493 <segtitle>&testsuites;</segtitle>1494 1495 <seglistitem>1496 <seg>No testsuite available</seg>1497 </seglistitem>1498 </segmentedlist>1499 1500 <segmentedlist>1501 <segtitle>&before;</segtitle>1502 1503 <seglistitem>1504 <seg>None</seg>1505 </seglistitem>1506 </segmentedlist>1507 1508 <!-- Begin Readline dependency info -->1509 <bridgehead renderas="sect2" id="readline-dep">Readline</bridgehead>1510 1511 <segmentedlist>1512 <segtitle>&dependencies;</segtitle>1513 1514 <seglistitem>1515 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make, Ncurses,1516 Patch, Sed and Texinfo</seg>1517 </seglistitem>1518 </segmentedlist>1519 1520 <segmentedlist>1521 <segtitle>&testsuites;</segtitle>1522 1523 <seglistitem>1524 <seg>No testsuite available</seg>1525 </seglistitem>1526 </segmentedlist>1527 1528 <segmentedlist>1529 <segtitle>&before;</segtitle>1530 1531 <seglistitem>1532 <seg>Bash</seg>1533 </seglistitem>1534 </segmentedlist>1535 1536 <!-- Begin Rsyslog dependency info -->1537 <bridgehead renderas="sect2" id="rsyslog-dep">Rsyslog</bridgehead>1538 1539 <segmentedlist>1540 <segtitle>&dependencies;</segtitle>1541 1542 <seglistitem>1543 <seg>Binutils, Coreutils, Diffutils, EGLIBC, Gawk, GCC, Grep, libee,1544 Libestr, Make, Sed and Zlib</seg>1545 </seglistitem>1546 </segmentedlist>1547 1548 <segmentedlist>1549 <segtitle>&testsuites;</segtitle>1550 1551 <seglistitem>1552 <seg>No testsuite available</seg>1553 </seglistitem>1554 </segmentedlist>1555 1556 <segmentedlist>1557 <segtitle>&before;</segtitle>1558 1559 <seglistitem>1560 <seg>None</seg>1561 </seglistitem>1562 </segmentedlist>1563 1564 <!-- Begin Sed dependency info -->1565 <bridgehead renderas="sect2" id="sed-dep">Sed</bridgehead>1566 1567 <segmentedlist>1568 <segtitle>&dependencies;</segtitle>1569 1570 <seglistitem>1571 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, Make,1572 Sed and Texinfo</seg>1573 </seglistitem>1574 </segmentedlist>1575 1576 <segmentedlist>1577 <segtitle>&testsuites;</segtitle>1578 1579 <seglistitem>1580 1495 <seg>Diffutils and Gawk</seg> 1581 1496 </seglistitem> … … 1729 1644 </segmentedlist> 1730 1645 1731 <!-- Begin Eudev dependency info -->1732 <bridgehead renderas="sect2" id="udev-dep"> Eudev</bridgehead>1646 <!-- Begin Udev dependency info --> 1647 <bridgehead renderas="sect2" id="udev-dep">Udev</bridgehead> 1733 1648 1734 1649 <segmentedlist> … … 1765 1680 <seglistitem> 1766 1681 <seg>Bash, Binutils, Coreutils, EGLIBC, GCC, Grep, 1767 Make, Ncurses, Pkg-config -lite, Sed, Texinfo and Zlib</seg>1682 Make, Ncurses, Pkg-config, Sed, Texinfo and Zlib</seg> 1768 1683 </seglistitem> 1769 1684 </segmentedlist> … … 1864 1779 1865 1780 <seglistitem> 1866 <seg>File, KMODand Util-linux</seg>1781 <seg>File, Module-Init-Tools and Util-linux</seg> 1867 1782 </seglistitem> 1868 1783 </segmentedlist> -
BOOK/appendices/rationale/common.xml
r111b12a r76b06f6 40 40 41 41 <listitem> 42 <para>Bc</para>43 <para>This package contains a precision calculator. The Linux kernel44 uses Bc to render the timeconst header.</para>45 </listitem>46 47 48 <listitem>49 42 <para>Binutils</para> 50 43 <para>This package contains programs for handling object files. The … … 73 66 74 67 <listitem> 75 <para>Check</para> 76 <para>This package contains a test harness for other programs.</para> 77 </listitem> 78 79 <listitem> 80 <para>CLooG-ISL</para> 68 <para>CLooG-PPL</para> 81 69 <para>This package is used by GCC.</para> 82 70 </listitem> … … 205 193 206 194 <listitem> 207 <para>ISL</para>208 <para>This package is required by CLooG.</para>209 </listitem>210 211 <listitem>212 195 <para>Kbd</para> 213 196 <para>Contains keytable files and keyboard utilities compatible with the … … 304 287 305 288 <listitem> 306 <para>Pkg-config -lite</para>289 <para>Pkg-config</para> 307 290 <para>Needed by E2fsprogs</para> 291 </listitem> 292 293 <listitem> 294 <para>PPL</para> 295 <para>This package i used by GCC.</para> 308 296 </listitem> 309 297 … … 373 361 374 362 <listitem> 375 <para> Eudev</para>376 <para>The Eudev package contains programs for dynamic creation of device363 <para>Udev</para> 364 <para>The Udev package contains programs for dynamic creation of device 377 365 nodes.</para> 378 366 </listitem> -
BOOK/boot/64/grub-build.xml
r111b12a r76b06f6 26 26 href="../../final-system/x86/grub.xml" 27 27 xpointer="xpointer(//*[@os='n1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/x86/grub.xml"31 xpointer="xpointer(//*[@os='s1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../final-system/x86/grub.xml"35 xpointer="xpointer(//*[@os='s2'])"/>36 28 37 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/64/shadow.xml
r111b12a r76b06f6 33 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 34 href="../common/shadow.xml" 35 xpointer="xpointer(//*[@os='t1'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/shadow.xml" 39 xpointer="xpointer(//*[@os='t2'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/shadow.xml" 35 43 xpointer="xpointer(//*[@os='d'])"/> 36 44 37 45 <screen os="e"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 38 --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc</userinput></screen> 46 --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc \ 47 --cache-file=config.cache</userinput></screen> 39 48 40 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/64/util-linux.xml
r111b12a r76b06f6 30 30 ./configure --prefix=/tools --exec-prefix=/tools \ 31 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --disable-makeinstall-chown --disable-login --disable-su</userinput></screen> 32 --disable-makeinstall-chown --disable-login --disable-su \ 33 --config-cache</userinput></screen> 33 34 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/alpha-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/kernel.xml"/> -
BOOK/boot/alpha/kernel.xml
r111b12a r76b06f6 83 83 84 84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 85 href="../../bootable/x86/kernel.xml"86 xpointer="xpointer(//*[@os='s2'])"/>87 88 <screen><userinput>make ARCH=alpha CROSS_COMPILE=${CLFS_TARGET}- \89 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>90 91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"92 85 href="../x86/kernel.xml" 93 86 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/common/fstab.xml
r111b12a r76b06f6 32 32 devpts /dev/pts devpts gid=&gid-tty;,mode=620 0 0 33 33 shm /dev/shm tmpfs defaults 0 0 34 tmpfs /run tmpfsdefaults 0 035 devtmpfs /dev devtmpfsmode=0755,nosuid 0 034 tmpfs /run tmpfs defaults 0 0 35 devtmpfs /dev devtmpfs mode=0755,nosuid 0 0 36 36 37 37 # End /etc/fstab</literal> -
BOOK/boot/common/kmod.xml
r111b12a r76b06f6 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \ 30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \ 31 ./configure --prefix=/tools --bindir=/bin \ 32 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib \ 33 --disable-manpages</userinput></screen> 29 <screen os="b"><userinput>./configure --prefix=/tools --bindir=/bin \ 30 --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 34 31 35 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/common/pwdgroup.xml
r111b12a r76b06f6 190 190 191 191 <para os="e">The created groups are not part of any standard—they are 192 groups decided on in part by the requirements of the Eudev configuration192 groups decided on in part by the requirements of the Udev configuration 193 193 in the final system, and in part by common convention employed by a 194 194 number of existing Linux distributions. The Linux Standard Base (LSB, -
BOOK/boot/common/shadow.xml
r111b12a r76b06f6 29 29 sed -e 's/groups$(EXEEXT) //' src/Makefile.in.orig > src/Makefile.in</userinput></screen> 30 30 31 <para os="t1">The following cache entries set the values for tests that do 32 not run while cross-compiling:</para> 33 34 <screen os="t2"><userinput>echo "ac_cv_func_setpgrp_void=yes" > config.cache</userinput></screen> 35 31 36 <para os="d">Prepare Shadow for compilation:</para> 32 37 33 38 <screen os="e"><userinput>./configure --prefix=/tools \ 34 --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc</userinput></screen> 39 --build=${CLFS_HOST} --host=${CLFS_TARGET} --sysconfdir=/etc \ 40 --cache-file=config.cache</userinput></screen> 35 41 36 42 <para os="f">The meaning of the configure options:</para> -
BOOK/boot/common/sysvinit.xml
r111b12a r76b06f6 86 86 87 87 <screen><userinput>cat >> ${CLFS}/etc/inittab << "EOF" 88 <literal>1:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty1 960089 2:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty2 960090 3:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty3 960091 4:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty4 960092 5:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty5 960093 6:2345:respawn:/sbin/agetty - -noclear -I '\033(K' tty6 960088 <literal>1:2345:respawn:/sbin/agetty -I '\033(K' tty1 9600 89 2:2345:respawn:/sbin/agetty -I '\033(K' tty2 9600 90 3:2345:respawn:/sbin/agetty -I '\033(K' tty3 9600 91 4:2345:respawn:/sbin/agetty -I '\033(K' tty4 9600 92 5:2345:respawn:/sbin/agetty -I '\033(K' tty5 9600 93 6:2345:respawn:/sbin/agetty -I '\033(K' tty6 9600 94 94 </literal> 95 95 EOF</userinput></screen> … … 99 99 100 100 <screen><userinput>cat >> ${CLFS}/etc/inittab << "EOF" 101 <literal>c0:12345:respawn:/sbin/agetty --noclear115200 ttyS0 vt100101 <literal>c0:12345:respawn:/sbin/agetty 115200 ttyS0 vt100 102 102 </literal> 103 103 EOF</userinput></screen> -
BOOK/boot/common/util-linux.xml
r111b12a r76b06f6 30 30 ./configure --prefix=/tools --exec-prefix=/tools \ 31 31 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 32 --disable-makeinstall-chown --disable-login --disable-su</userinput></screen> 32 --disable-makeinstall-chown --disable-login --disable-su \ 33 --config-cache</userinput></screen> 33 34 34 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/mips-chapter.xml
r111b12a r76b06f6 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sysvinit.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/kernel.xml"/> -
BOOK/boot/mips/kernel.xml
r111b12a r76b06f6 75 75 76 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 77 href="../../bootable/x86/kernel.xml"78 xpointer="xpointer(//*[@os='s2'])"/>79 80 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \81 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>82 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"84 77 href="../x86/kernel.xml" 85 78 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/mips64-64-chapter.xml
r111b12a r76b06f6 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/> 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/ eudev.xml"/>23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/udev.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/kernel.xml"/> -
BOOK/boot/mips64-chapter.xml
r111b12a r76b06f6 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/> 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/kernel.xml"/> -
BOOK/boot/mips64/kernel.xml
r111b12a r76b06f6 79 79 80 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 81 href="../../bootable/x86/kernel.xml"82 xpointer="xpointer(//*[@os='s2'])"/>83 84 <screen><userinput>make ARCH=mips CROSS_COMPILE=${CLFS_TARGET}- \85 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>86 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"88 81 href="../x86/kernel.xml" 89 82 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/multilib/grub-build.xml
r111b12a r76b06f6 26 26 href="../../final-system/x86/grub.xml" 27 27 xpointer="xpointer(//*[@os='n1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/x86/grub.xml"31 xpointer="xpointer(//*[@os='s1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../final-system/x86/grub.xml"35 xpointer="xpointer(//*[@os='s2'])"/>36 28 37 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/multilib/kmod.xml
r111b12a r76b06f6 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib64 -llzma" \ 30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \ 31 CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 32 30 --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 33 --libdir=/tools/lib64 --with-xz --with-zlib --disable-manpages</userinput></screen>31 --libdir=/tools/lib64</userinput></screen> 34 32 35 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/multilib/util-linux.xml
r111b12a r76b06f6 31 31 --host=${CLFS_TARGET} --libdir=/tools/lib64 --bindir=/tools/bin \ 32 32 --sbindir=/tools/sbin --disable-makeinstall-chown --disable-login \ 33 --disable-su </userinput></screen>33 --disable-su --config-cache</userinput></screen> 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/ppc-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/kernel.xml"/> -
BOOK/boot/ppc/kernel.xml
r111b12a r76b06f6 80 80 81 81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 82 href="../../bootable/x86/kernel.xml"83 xpointer="xpointer(//*[@os='s2'])"/>84 85 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- \86 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>87 88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"89 82 href="../x86/kernel.xml" 90 83 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/ppc64-chapter.xml
r111b12a r76b06f6 22 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/> 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/kernel.xml"/> -
BOOK/boot/ppc64/kernel.xml
r111b12a r76b06f6 79 79 80 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 81 href="../../bootable/x86/kernel.xml"82 xpointer="xpointer(//*[@os='s2'])"/>83 84 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${CLFS_TARGET}- \85 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>86 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"88 81 href="../x86/kernel.xml" 89 82 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/ppc64/util-linux-32.xml
r111b12a r76b06f6 31 31 --prefix=/tools --exec-prefix=/tools \ 32 32 --build=${CLFS_HOST} --host=${CLFS_TARGET32} \ 33 --without-ncurses --disable-makeinstall-chown </userinput></screen>33 --without-ncurses --disable-makeinstall-chown --config-cache</userinput></screen> 34 34 35 35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/sparc-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/elftoaout.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> -
BOOK/boot/sparc/fstab.xml
r111b12a r76b06f6 29 29 proc /proc proc defaults 0 0 30 30 sysfs /sys sysfs defaults 0 0 31 devpts /dev/pts devpts gid= &gid-tty;,mode=620 0 031 devpts /dev/pts devpts gid=4,mode=620 0 0 32 32 shm /dev/shm tmpfs defaults 0 0 33 33 tmpfs /run tmpfs defaults 0 0 -
BOOK/boot/sparc/kernel.xml
r111b12a r76b06f6 75 75 76 76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 77 href="../../bootable/x86/kernel.xml"78 xpointer="xpointer(//*[@os='s2'])"/>79 80 <screen><userinput>make ARCH=sparc CROSS_COMPILE=${CLFS_TARGET}- \81 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>82 83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"84 77 href="../x86/kernel.xml" 85 78 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/boot/sparc64-64-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/elftoaout.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> -
BOOK/boot/sparc64-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc/elftoaout.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> -
BOOK/boot/sparc64/kernel.xml
r111b12a r76b06f6 73 73 xpointer="xpointer(//*[@os='s'])"/> 74 74 75 <screen><userinput>make ARCH=sparc64 INSTALL_MOD_PATH=${CLFS}\75 <screen><userinput>make INSTALL_MOD_PATH=${CLFS} ARCH=sparc64 \ 76 76 CROSS_COMPILE=${CLFS_TARGET}- modules_install</userinput></screen> 77 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"79 href="../../bootable/x86/kernel.xml"80 xpointer="xpointer(//*[@os='s2'])"/>81 82 <screen><userinput>make ARCH=sparc64 CROSS_COMPILE=${CLFS_TARGET}- \83 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>84 77 85 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/x86-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/kernel.xml"/> -
BOOK/boot/x86/grub-build.xml
r111b12a r76b06f6 26 26 href="../../final-system/x86/grub.xml" 27 27 xpointer="xpointer(//*[@os='n1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"30 href="../../final-system/x86/grub.xml"31 xpointer="xpointer(//*[@os='s1'])"/>32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"34 href="../../final-system/x86/grub.xml"35 xpointer="xpointer(//*[@os='s2'])"/>36 28 37 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/x86/kernel.xml
r111b12a r76b06f6 82 82 INSTALL_MOD_PATH=${CLFS} modules_install</userinput></screen> 83 83 84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"85 href="../../bootable/x86/kernel.xml"86 xpointer="xpointer(//*[@os='s2'])"/>87 88 <screen><userinput>make ARCH=i386 CROSS_COMPILE=${CLFS_TARGET}- \89 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>90 91 84 <para os="u">After kernel compilation is complete, additional steps are 92 85 required to complete the installation. Some files need to be copied to -
BOOK/boot/x86_64-64-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/kernel.xml"/> -
BOOK/boot/x86_64-64/kmod.xml
r111b12a r76b06f6 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \ 30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \ 31 CC="${CC} ${BUILD64}" ./configure --prefix=/tools --bindir=/bin \ 32 --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib \ 33 --disable-manpages</userinput></screen> 29 <screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen> 34 31 35 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/boot/x86_64-chapter.xml
r111b12a r76b06f6 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/sysvinit.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/kmod.xml"/> 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/ eudev.xml"/>22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/udev.xml"/> 23 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/pwdgroup.xml"/> 24 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/kernel.xml"/> -
BOOK/boot/x86_64/kernel.xml
r111b12a r76b06f6 79 79 80 80 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 81 href="../../bootable/x86/kernel.xml"82 xpointer="xpointer(//*[@os='s2'])"/>83 84 <screen><userinput>make ARCH=x86_64 CROSS_COMPILE=${CLFS_TARGET}- \85 INSTALL_FW_PATH=${CLFS}/lib/firmware firmware_install</userinput></screen>86 87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"88 81 href="../x86/kernel.xml" 89 82 xpointer="xpointer(//*[@os='u'])"/> -
BOOK/bootable/alpha/fstab.xml
r111b12a r76b06f6 29 29 proc /proc proc defaults 0 0 30 30 sysfs /sys sysfs defaults 0 0 31 devpts /dev/pts devpts gid= &gid-tty;,mode=620 0 031 devpts /dev/pts devpts gid=10,mode=620 0 0 32 32 shm /dev/shm tmpfs defaults 0 0 33 33 tmpfs /run tmpfs defaults 0 0 -
BOOK/bootable/common/fstab.xml
r111b12a r76b06f6 32 32 devpts /dev/pts devpts gid=&gid-tty;,mode=620 0 0 33 33 shm /dev/shm tmpfs defaults 0 0 34 tmpfs /run tmpfsdefaults 0 035 devtmpfs /dev devtmpfsmode=0755,nosuid 0 034 tmpfs /run tmpfs defaults 0 0 35 devtmpfs /dev devtmpfs mode=0755,nosuid 0 0 36 36 37 37 # End /etc/fstab</literal> -
BOOK/bootable/sparc/fstab.xml
r111b12a r76b06f6 29 29 proc /proc proc defaults 0 0 30 30 sysfs /sys sysfs defaults 0 0 31 devpts /dev/pts devpts gid= &gid-tty;,mode=620 0 031 devpts /dev/pts devpts gid=10,mode=620 0 0 32 32 shm /dev/shm tmpfs defaults 0 0 33 33 tmpfs /run tmpfs defaults 0 0 -
BOOK/bootable/x86/kernel.xml
r111b12a r76b06f6 72 72 kernel modules because it usually applies to 2.4.x kernels only. As 73 73 far as we know, kernel configuration issues specific to Hotplug and 74 Eudev are not documented. The problem is that Eudev will create a device74 Udev are not documented. The problem is that Udev will create a device 75 75 node only if Hotplug or a user-written script inserts the corresponding 76 76 module into the kernel, and not all modules are detectable by Hotplug. 77 77 Note that statements like the one below in the 78 <filename>/etc/modprobe.conf</filename> file do not work with Eudev:</para>78 <filename>/etc/modprobe.conf</filename> file do not work with Udev:</para> 79 79 80 80 <screen os="q"><literal>alias char-major-XXX some-module</literal></screen> 81 81 82 <para os="r">Because of the complications with Eudev and modules,82 <para os="r">Because of the complications with Udev and modules, 83 83 we strongly recommend starting with a completely non-modular kernel 84 configuration, especially if this is the first time using Eudev.</para>84 configuration, especially if this is the first time using Udev.</para> 85 85 86 86 <para os="s">Install the modules, if the kernel configuration uses -
BOOK/bootscripts/alpha-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/common/bootscripts.xml
r111b12a r76b06f6 262 262 </varlistentry> 263 263 264 <varlistentry id=" eudev-bootscripts">264 <varlistentry id="udev-bootscripts"> 265 265 <term><command>udev</command></term> 266 266 <listitem> 267 <para>Starts and stops the Eudev daemon</para>268 <indexterm zone="ch-scripts-bootscripts eudev-bootscripts">269 <primary sortas="d- eudev">udev</primary>267 <para>Starts and stops the Udev daemon</para> 268 <indexterm zone="ch-scripts-bootscripts udev-bootscripts"> 269 <primary sortas="d-udev">udev</primary> 270 270 </indexterm> 271 271 </listitem> -
BOOK/bootscripts/common/symlinks.xml
r111b12a r76b06f6 45 45 <note> 46 46 <para>Although the examples in this book work properly, be aware 47 that Eudev does not recognize the backslash for line continuation.48 If modifying Eudev rules with an editor, be sure to leave each rule47 that Udev does not recognize the backslash for line continuation. 48 If modifying Udev rules with an editor, be sure to leave each rule 49 49 on one physical line.</para> 50 50 </note> … … 89 89 <title>Dealing with duplicate devices</title> 90 90 91 <para>As explained in <xref linkend="ch-scripts- eudev"/>, the order in91 <para>As explained in <xref linkend="ch-scripts-udev"/>, the order in 92 92 which devices with the same function appear in 93 93 <filename class="directory">/dev</filename> is essentially random. … … 134 134 device.</para> 135 135 136 <para>More information on writing Eudev rules can be found in136 <para>More information on writing Udev rules can be found in 137 137 <filename>/usr/share/doc/udev/writing_udev_rules/index.html</filename>.</para> 138 138 -
BOOK/bootscripts/common/udev.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-scripts- eudev">9 <?dbhtml filename=" eudev.html"?>8 <sect1 id="ch-scripts-udev"> 9 <?dbhtml filename="udev.html"?> 10 10 11 11 <title>Device and Module Handling on a CLFS System</title> 12 12 13 <indexterm zone="ch-scripts- eudev">14 <primary sortas="a- Eudev">Eudev</primary>13 <indexterm zone="ch-scripts-udev"> 14 <primary sortas="a-Udev">Udev</primary> 15 15 <secondary>usage</secondary> 16 16 </indexterm> 17 17 18 <para>In <xref linkend="chapter-building-system"/>, we installed the Eudev18 <para>In <xref linkend="chapter-building-system"/>, we installed the Udev 19 19 package. Before we go into the details regarding how this works, 20 20 a brief history of previous methods of handling devices is in … … 30 30 the world.</para> 31 31 32 <para>Using the Eudev method, only those devices which are detected by the32 <para>Using the Udev method, only those devices which are detected by the 33 33 kernel get device nodes created for them. Because these device nodes will be 34 34 created each time the system boots, they will be stored on a <systemitem … … 71 71 72 72 <sect2> 73 <title> Eudev Implementation</title>73 <title>Udev Implementation</title> 74 74 75 75 <sect3> … … 93 93 94 94 <sect3> 95 <title> Eudev Bootscript</title>95 <title>Udev Bootscript</title> 96 96 97 97 <para>The <command>S10udev</command> initscript takes care of creating … … 109 109 class="directory">/lib/udev/devices</filename> also provides an easy 110 110 workaround for devices that are not supported by the dynamic device 111 handling infrastructure. The bootscript then starts the Eudev daemon,111 handling infrastructure. The bootscript then starts the Udev daemon, 112 112 <command>udevd</command>, which will act on any uevents it receives. 113 113 Finally, the bootscript forces the kernel to replay uevents for any … … 120 120 <title>Device Node Creation</title> 121 121 122 <para>To obtain the right major and minor number for a device, Eudev relies122 <para>To obtain the right major and minor number for a device, Udev relies 123 123 on the information provided by <systemitem 124 124 class="filesystem">sysfs</systemitem> in <filename … … 134 134 <command>udevd</command> can't find a rule for the device it is creating, 135 135 it will default permissions to <emphasis>660</emphasis> and ownership to 136 <emphasis>root:root</emphasis>. Documentation on the syntax of the Eudev136 <emphasis>root:root</emphasis>. Documentation on the syntax of the Udev 137 137 rules configuration files is available in 138 138 <filename>/usr/share/doc/udev/writing_udev_rules/index.html</filename></para> … … 155 155 might contain the string 156 156 <quote>pci:v00001319d00000801sv00001319sd00001319bc04sc01i00</quote>. 157 The default rules provided by Eudev will cause <command>udevd</command>157 The default rules provided by Udev will cause <command>udevd</command> 158 158 to call out to <command>/sbin/modprobe</command> with the contents of the 159 159 <envar>MODALIAS</envar> uevent environment variable (that should be the … … 194 194 <title>A kernel module is not loaded automatically</title> 195 195 196 <para> Eudev will only load a module if it has a bus-specific alias and the196 <para>Udev will only load a module if it has a bus-specific alias and the 197 197 bus driver properly exports the necessary aliases to <systemitem 198 198 class="filesystem">sysfs</systemitem>. In other cases, one should 199 arrange module loading by other means. With Linux-&linux-version;, Eudev is199 arrange module loading by other means. With Linux-&linux-version;, Udev is 200 200 known to load properly-written drivers for INPUT, IDE, PCI, USB, SCSI, 201 201 SERIO and FireWire devices.</para> 202 202 203 203 <para>To determine if the device driver you require has the necessary 204 support for Eudev, run <command>modinfo</command> with the module name as204 support for Udev, run <command>modinfo</command> with the module name as 205 205 the argument. Now try locating the device directory under 206 206 <filename class="directory">/sys/bus</filename> and check whether there is … … 210 210 class="filesystem">sysfs</systemitem>, the driver supports the device and 211 211 can talk to it directly, but doesn't have the alias, it is a bug in the 212 driver. Load the driver without the help from Eudev and expect the issue212 driver. Load the driver without the help from Udev and expect the issue 213 213 to be fixed later.</para> 214 214 … … 219 219 busses. Expect this issue to be fixed in later kernel versions.</para> 220 220 221 <para> Eudev is not intended to load <quote>wrapper</quote> drivers such as221 <para>Udev is not intended to load <quote>wrapper</quote> drivers such as 222 222 <emphasis>snd-pcm-oss</emphasis> and non-hardware drivers such as 223 223 <emphasis>loop</emphasis> at all.</para> … … 226 226 227 227 <sect3> 228 <title>A kernel module is not loaded automatically, and Eudev is not228 <title>A kernel module is not loaded automatically, and Udev is not 229 229 intended to load it</title> 230 230 … … 233 233 enhances the functionality of <emphasis>snd-pcm</emphasis> by making the 234 234 sound cards available to OSS applications), configure 235 <command>modprobe</command> to load the wrapper after Eudev loads the235 <command>modprobe</command> to load the wrapper after Udev loads the 236 236 wrapped module. To do this, add an <quote>install</quote> line in 237 237 <filename>/etc/modprobe.conf</filename>. For example:</para> … … 249 249 250 250 <sect3> 251 <title> Eudev loads some unwanted module</title>251 <title>Udev loads some unwanted module</title> 252 252 253 253 <para>Either don't build the module, or blacklist it in … … 263 263 264 264 <sect3> 265 <title> Eudev creates a device incorrectly, or makes a wrong symlink</title>265 <title>Udev creates a device incorrectly, or makes a wrong symlink</title> 266 266 267 267 <para>This usually happens if a rule unexpectedly matches a device. For … … 274 274 275 275 <sect3> 276 <title> Eudev rule works unreliably</title>276 <title>Udev rule works unreliably</title> 277 277 278 278 <para>This may be another manifestation of the previous problem. If not, … … 288 288 289 289 <sect3> 290 <title> Eudev does not create a device</title>290 <title>Udev does not create a device</title> 291 291 292 292 <para>Further text assumes that the driver is built statically into the 293 293 kernel or already loaded as a module, and that you have already checked 294 that Eudev doesn't create a misnamed device.</para>295 296 <para> Eudev has no information needed to create a device node if a kernel294 that Udev doesn't create a misnamed device.</para> 295 296 <para>Udev has no information needed to create a device node if a kernel 297 297 driver does not export its data to <systemitem 298 298 class="filesystem">sysfs</systemitem>. … … 311 311 <title>Device naming order changes randomly after rebooting</title> 312 312 313 <para>This is due to the fact that Eudev, by design, handles uevents and313 <para>This is due to the fact that Udev, by design, handles uevents and 314 314 loads modules in parallel, and thus in an unpredictable order. This will 315 315 never be <quote>fixed</quote>. You should not rely upon the kernel device 316 316 names being stable. Instead, create your own rules that make symlinks with 317 317 stable names based on some stable attributes of the device, such as a 318 serial number or the output of various *_id utilities installed by Eudev.318 serial number or the output of various *_id utilities installed by Udev. 319 319 See <xref linkend="ch-scripts-symlinks"/> and 320 320 <xref linkend="chapter-network"/> for examples.</para> -
BOOK/bootscripts/mips-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/mips64-64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/mips64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/ppc-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/ppc64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/sparc-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/sparc64-64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/sparc64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/x86-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/x86_64-64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/bootscripts/x86_64-chapter.xml
r111b12a r76b06f6 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/setclock.xml"/> 18 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/console.xml"/> 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ eudev.xml"/>19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/udev.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/symlinks.xml"/> 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/profile.xml"/> -
BOOK/chroot/common/devices.xml
r111b12a r76b06f6 30 30 31 31 <para>This file—<filename>/etc/fstab</filename>—has not 32 been created yet (unless using the boot method), but is also not required 33 for the file systems to be properly mounted. The warning can be safely 34 ignored.</para> 32 been created yet but is also not required for the file systems to be 33 properly mounted. As such, the warning can be safely ignored.</para> 35 34 36 35 </sect2> -
BOOK/chroot/common/kernfs.xml
r111b12a r76b06f6 36 36 <para>Two device nodes, /dev/console and /dev/null, are required to be 37 37 present on the filesystem. These are needed by the kernel even before 38 starting Eudev early in the boot process, so we create them here:</para>38 starting Udev early in the boot process, so we create them here:</para> 39 39 40 40 <screen><userinput>mknod -m 600 ${CLFS}/dev/console c 5 1 … … 42 42 43 43 <para>Once the system is complete and booting, the rest of our device 44 nodes are created by the Eudev package. Since this package is not44 nodes are created by the Udev package. Since this package is not 45 45 available to us right now, we must take other steps to provide device 46 46 nodes under on the CLFS filesystem. We will use the <quote>bind</quote> … … 54 54 for each of these now:</para> 55 55 56 <screen><userinput>if [ -h ${CLFS}/dev/shm ]; then 57 link=$(readlink ${CLFS}/dev/shm) 58 mkdir -p ${CLFS}/$link 59 mount -f -vt tmpfs shm ${CLFS}/$link 60 unset link 61 else 62 mount -f -vt tmpfs shm ${CLFS}/dev/shm 63 fi 56 <screen><userinput>mount -f -vt tmpfs tmpfs ${CLFS}/dev/shm 64 57 mount -f -vt devpts -o gid=&gid-tty;,mode=620 devpts ${CLFS}/dev/pts</userinput></screen> 65 58 -
BOOK/chroot/common/util-linux.xml
r111b12a r76b06f6 29 29 <screen os="b"><userinput>./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-makeinstall-chown --disable-su --disable-login</userinput></screen> 31 --disable-makeinstall-chown --disable-su --disable-login \ 32 --config-cache</userinput></screen> 32 33 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/chroot/multilib/util-linux.xml
r111b12a r76b06f6 29 29 <screen os="be"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \ 30 30 --build=${CLFS_HOST} --host=${CLFS_TARGET} \ 31 --disable-makeinstall-chown --disable-login --disable-su</userinput></screen> 31 --disable-makeinstall-chown --disable-login --disable-su \ 32 --config-cache</userinput></screen> 32 33 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/chroot/x86/before-chroot.xml
r111b12a r76b06f6 35 35 <command>config.guess</command>:</para> 36 36 37 <screen><userinput> build-aux/config.guess</userinput></screen>37 <screen><userinput>lib/config.guess</userinput></screen> 38 38 39 39 <para>If the output of that command does not equal what is in … … 55 55 directory:</para> 56 56 57 <screen><userinput>setarch linux32 build-aux/config.guess</userinput></screen>57 <screen><userinput>setarch linux32 lib/config.guess</userinput></screen> 58 58 59 59 <para>If the output of the command above equals what is in … … 125 125 directory:</para> 126 126 127 <screen os="uui"><userinput> build-aux/config.guess</userinput></screen>127 <screen os="uui"><userinput>lib/config.guess</userinput></screen> 128 128 129 129 <para os="uuj">The output of the above command should be the same as the -
BOOK/cross-tools/64/eglibc.xml
r111b12a r76b06f6 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../common/eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 31 39 xpointer="xpointer(//*[@os='e'])"/> 32 40 … … 53 61 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 54 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 55 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>63 --cache-file=config.cache</userinput></screen> 56 64 57 65 <variablelist os="dg"> … … 132 140 xpointer="xpointer(//*[@os='dn'])"/> 133 141 142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 143 href="../../final-system/common/eglibc.xml" 144 xpointer="xpointer(//*[@os='ra'])"/> 145 146 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 147 href="../common/eglibc.xml" 148 xpointer="xpointer(//*[@os='rb'])"/> 149 134 150 </sect2> 135 151 -
BOOK/cross-tools/64/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 46 46 href="gcc-static.xml" 47 47 xpointer="xpointer(//*[@os='ah'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="gcc-static.xml" 51 xpointer="xpointer(//*[@os='ai'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="gcc-static.xml" 55 xpointer="xpointer(//*[@os='aj'])"/> 48 56 49 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/64/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../common/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 45 45 href="../common/gcc-static.xml" 46 46 xpointer="xpointer(//*[@os='ah'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/gcc-static.xml" 50 xpointer="xpointer(//*[@os='ai'])"/> 51 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 53 href="../common/gcc-static.xml" 54 xpointer="xpointer(//*[@os='aj'])"/> 47 55 48 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/alpha-chapter.xml
r111b12a r76b06f6 15 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/linux-headers.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/linux-headers.xml"/> 19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> 20 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/m4.xml"/> … … 23 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> -
BOOK/cross-tools/alpha/eglibc-headers.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="eglibc.xml" 32 xpointer="xpointer(//*[@os='g1'])"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 35 href="../../final-system/mips/eglibc.xml" 36 xpointer="xpointer(//*[@os='g2'])"/> 37 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 39 href="../common/eglibc.xml" 40 xpointer="xpointer(//*[@os='db'])"/> 41 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../common/eglibc.xml" 44 xpointer="xpointer(//*[@os='dc'])"/> 28 45 29 46 <para os="s1">EGLIBC's <filename>configure</filename> script checks the … … 66 83 --host=${CLFS_TARGET} --build=${CLFS_HOST} \ 67 84 --disable-sanity-checks --enable-kernel=2.6.32 \ 68 --with-headers=/tools/include --enable-obsolete-rpc \ 69 --cache-file=config.cache \ 85 --with-headers=/tools/include --cache-file=config.cache \ 70 86 --with-binutils=/cross-tools/${CLFS_TARGET}/bin</userinput></screen> 71 87 -
BOOK/cross-tools/alpha/eglibc.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <para os="g1">ALPHA is not supported in the main EGLIBC tree, so 30 we need the eglibc-ports tarball. Unpack <filename>eglibc-ports-&eglibc-version;-r&eglibc-revision;</filename>:</para> 31 32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 33 href="../../final-system/mips/eglibc.xml" 34 xpointer="xpointer(//*[@os='g2'])"/> 35 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 href="../common/eglibc.xml" 38 xpointer="xpointer(//*[@os='db'])"/> 39 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href="../common/eglibc.xml" 42 xpointer="xpointer(//*[@os='dc'])"/> 28 43 29 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 83 98 xpointer="xpointer(//*[@os='dn'])"/> 84 99 100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 101 href="../../final-system/common/eglibc.xml" 102 xpointer="xpointer(//*[@os='ra'])"/> 103 104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 105 href="../common/eglibc.xml" 106 xpointer="xpointer(//*[@os='rb'])"/> 107 85 108 </sect2> 86 109 -
BOOK/cross-tools/alpha/linux-headers.xml
r111b12a r76b06f6 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="c"><userinput>make mrproper 33 <screen os="c"><userinput>install -dv /tools/include 34 make mrproper 34 35 make ARCH=alpha headers_check 35 make ARCH=alpha INSTALL_HDR_PATH=/tools headers_install</userinput></screen> 36 make ARCH=alpha INSTALL_HDR_PATH=dest headers_install 37 cp -rv dest/include/* /tools/include</userinput></screen> 36 38 37 39 <variablelist os="d"> … … 51 53 52 54 <varlistentry os="d3"> 53 <term><parameter>make ARCH=alpha INSTALL_HDR_PATH= /toolsheaders_install</parameter></term>55 <term><parameter>make ARCH=alpha INSTALL_HDR_PATH=dest headers_install</parameter></term> 54 56 <listitem> 55 <para>This will install the kernel headers into 56 <filename class="directory">/tools/include</filename>.</para> 57 <para>Normally the headers_install target removes the entire 58 destination directory (default 59 <filename class="directory">/usr/include</filename>) before 60 installing the headers. To prevent this, we tell the kernel to 61 install the headers to a directory inside the source dir.</para> 57 62 </listitem> 58 63 </varlistentry> -
BOOK/cross-tools/common/binutils-32.xml
r111b12a r76b06f6 37 37 xpointer="xpointer(//*[@os='p2'])"/> 38 38 --> 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"40 href="../common/binutils.xml"41 xpointer="xpointer(//*[@os='s1'])"/>42 43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"44 href="../common/binutils.xml"45 xpointer="xpointer(//*[@os='s2'])"/>46 39 47 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/common/binutils.xml
r111b12a r76b06f6 37 37 xpointer="xpointer(//*[@os='p2'])"/> 38 38 --> 39 <para os="s1">Apply the following sed for hosts using Texinfo-5.x:</para>40 41 <screen os="s2"><userinput>sed -i -e 's/@colophon/@@colophon/' \42 -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen>43 39 44 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/common/cloog.xml
r111b12a r76b06f6 23 23 <title>Installation of CLooG</title> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../../temp-system/common/cloog.xml" 27 xpointer="xpointer(//*[@os='s1'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../temp-system/common/cloog.xml" 31 xpointer="xpointer(//*[@os='s2'])"/> 32 25 33 <para os="a">Prepare CLooG for compilation:</para> 26 34 27 35 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ 28 36 ./configure --prefix=/cross-tools --enable-shared --disable-static \ 29 --with-gmp-prefix=/cross-tools --with-isl-prefix=/cross-tools</userinput></screen>37 --with-gmp-prefix=/cross-tools</userinput></screen> 30 38 31 39 <para os="c">Compile the package:</para> -
BOOK/cross-tools/common/eglibc.xml
r111b12a r76b06f6 27 27 risk.</para> 28 28 29 <para os="db">Disable linking to <filename>libgcc_eh</filename>:</para> 30 31 <screen os="dc"><userinput>cp -v Makeconfig{,.orig} 32 sed -e 's/-lgcc_eh//g' Makeconfig.orig > Makeconfig</userinput></screen> 33 29 34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 35 href="../../final-system/common/eglibc.xml" … … 35 40 xpointer="xpointer(//*[@os='f'])"/> 36 41 37 <para os="dd"> Add the following to <filename>config.cache</filename>38 to disable ssp when building EGLIBC:</para>42 <para os="dd">The following lines need to be added to 43 <filename>config.cache</filename> for EGLIBC to support NPTL:</para> 39 44 40 <screen os="de"><userinput>echo "libc_cv_ssp=no" > config.cache</userinput></screen> 45 <screen os="de"><userinput>cat > config.cache << "EOF" 46 libc_cv_forced_unwind=yes 47 libc_cv_c_cleanup=yes 48 libc_cv_gnu89_inline=yes 49 libc_cv_ssp=no 50 EOF</userinput></screen> 41 51 42 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 50 60 --disable-profile --with-tls --enable-kernel=2.6.32 \ 51 61 --with-__thread --with-binutils=/cross-tools/bin \ 52 --with-headers=/tools/include --enable-obsolete-rpc \ 53 --cache-file=config.cache</userinput></screen> 62 --with-headers=/tools/include --cache-file=config.cache</userinput></screen> 54 63 55 64 <variablelist os="dg"> … … 164 173 <para os="dm">Install the package:</para> 165 174 166 <screen os="dn"><userinput>make install</userinput></screen> 175 <screen os="dn"><userinput>make install inst_vardbdir=/tools/var/db</userinput></screen> 176 177 <para os="do"><parameter>inst_vardbdir=...</parameter> ensures that db-Makefile is not 178 installed on the host system</para> 179 180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 181 href="../../final-system/common/eglibc.xml" 182 xpointer="xpointer(//*[@os='ra'])"/> 183 184 <screen os="rb"><userinput>cp -v ../eglibc-&eglibc-version;/sunrpc/rpc/*.h /tools/include/rpc 185 cp -v ../eglibc-&eglibc-version;/sunrpc/rpcsvc/*.h /tools/include/rpcsvc 186 cp -v ../eglibc-&eglibc-version;/nis/rpcsvc/*.h /tools/include/rpcsvc</userinput></screen> 167 187 168 188 </sect2> -
BOOK/cross-tools/common/file.xml
r111b12a r76b06f6 6 6 ]> 7 7 8 <sect1 id="ch-cross-tools-file" role="wrap">8 <sect1 id="ch-cross-tools-file"> 9 9 <?dbhtml filename="file.html"?> 10 10 -
BOOK/cross-tools/common/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 50 href="gcc-static.xml" 51 xpointer="xpointer(//*[@os='ai'])"/> 52 53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 54 href="gcc-static.xml" 55 xpointer="xpointer(//*[@os='aj'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="gcc-static.xml" 51 59 xpointer="xpointer(//*[@os='f'])"/> 52 60 … … 62 70 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 63 71 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include --disable-nls \ 72 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 66 73 --enable-shared --disable-static --enable-languages=c,c++ \ 67 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ 68 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \ 69 --with-gmp=/cross-tools --with-cloog=/cross-tools \ 70 --enable-cloog-backend=isl --with-isl=/cross-tools \ 71 --disable-isl-version-check --with-system-zlib --enable-checking=release \ 72 --enable-libstdcxx-time</userinput></screen> 74 --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 75 --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 76 --enable-cloog-backend=isl --enable-long-long --enable-threads=posix \ 77 --disable-multilib</userinput></screen> 73 78 74 79 <variablelist os="bg"> -
BOOK/cross-tools/common/gcc-static.xml
r111b12a r76b06f6 24 24 and no Threads</title> 25 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../../final-system/common/gcc.xml" 28 xpointer="xpointer(//*[@os='p1'])"/> 26 <para os="p1">The following patch contains a number of updates to the 27 &gcc-version; branch by the GCC developers:</para> 29 28 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../../final-system/common/gcc.xml" 32 xpointer="xpointer(//*[@os='p2'])"/> 29 <screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen> 33 30 34 31 <para os="aa">Make a couple of essential adjustments to the … … 38 35 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs-patch;</userinput></screen> 39 36 40 <para os="ag">Change the StartFile Spec so that GCC looks in41 <filename class="directory">/tools</filename>:</para>37 <para os="ag">Change the StartFile Spec and Standard Include Dir so that 38 GCC looks in <filename class="directory">/tools</filename>:</para> 42 39 43 <screen os="ah"><userinput>echo -en '\n#undef STANDARD_STARTFILE_PREFIX_1\n#define STANDARD_STARTFILE_PREFIX_1 "/tools/lib/"\n' >> gcc/config/linux.h 40 <screen os="ah"><userinput>echo -en '#undef STANDARD_INCLUDE_DIR\n#define STANDARD_INCLUDE_DIR "/tools/include/"\n\n' >> gcc/config/linux.h 41 echo -en '\n#undef STANDARD_STARTFILE_PREFIX_1\n#define STANDARD_STARTFILE_PREFIX_1 "/tools/lib/"\n' >> gcc/config/linux.h 44 42 echo -en '\n#undef STANDARD_STARTFILE_PREFIX_2\n#define STANDARD_STARTFILE_PREFIX_2 ""\n' >> gcc/config/linux.h</userinput></screen> 43 44 <para os="ai">Now alter <command>gcc</command>'s c preprocessor's default 45 include search path to use <filename class="directory">/tools</filename> only:</para> 46 47 <screen os="aj"><userinput>cp -v gcc/Makefile.in{,.orig} 48 sed -e "s@\(^CROSS_SYSTEM_HEADER_DIR =\).*@\1 /tools/include@g" \ 49 gcc/Makefile.in.orig > gcc/Makefile.in</userinput></screen> 45 50 46 51 <para os="t1">We will create a dummy <filename>limits.h</filename> so … … 64 69 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 65 70 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 66 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 67 --with-native-system-header-dir=/tools/include --disable-nls \ 71 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 68 72 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 69 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \ 70 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 71 --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \ 72 --disable-libatomic --disable-libitm --disable-libsanitizer \ 73 --disable-libquadmath --disable-target-libiberty --disable-target-zlib \ 74 --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \ 75 --enable-languages=c --enable-checking=release</userinput></screen> 73 --with-ppl=/cross-tools --with-cloog=/cross-tools --without-headers \ 74 --with-newlib --disable-decimal-float --disable-libgomp \ 75 --disable-libmudflap --disable-libssp --disable-threads \ 76 --enable-languages=c --disable-multilib --enable-cloog-backend=isl</userinput></screen> 76 77 77 78 <variablelist os="am"> … … 96 97 </varlistentry> 97 98 98 99 <varlistentry>100 <term><parameter>--with-native-system-headers-dir=/tools/include</parameter></term>101 <listitem>102 <para>This switch ensures that GCC will search for the system headers103 in <filename class="directory">/tools/include</filename> and that104 host system headers will not be searched.</para>105 </listitem>106 </varlistentry>107 108 99 <varlistentry> 109 100 <term><parameter>--disable-nls</parameter></term> 110 101 <listitem> 111 <para>This disables internationalization as i18n is not needed for the 102 <para>This disables internationalization as i18n is not needed for the 112 103 cross-compile tools.</para> 113 104 </listitem> … … 167 158 168 159 <varlistentry> 169 <term><parameter>--disable-libatomic</parameter></term>170 <listitem>171 <para>The atomic library isn't needed at this time.</para>172 </listitem>173 </varlistentry>174 175 <varlistentry>176 <term><parameter>--disable-libitm</parameter></term>177 <listitem>178 <para>The itm library isn't neeeded at this tiem.</para>179 </listitem>180 </varlistentry>181 182 <varlistentry>183 <term><parameter>--disable-libsanitizer</parameter></term>184 <listitem>185 <para>The sanitizer library isn't needed at this time.</para>186 </listitem>187 </varlistentry>188 189 <varlistentry>190 <term><parameter>--disable-libquadmath</parameter></term>191 <listitem>192 <para>The quadmath library isn't needed at this time.</para>193 </listitem>194 </varlistentry>195 196 <varlistentry>197 160 <term><parameter>--enable-languages=c</parameter></term> 198 161 <listitem> 199 162 <para>This option ensures that only the C compiler is built.</para> 200 </listitem>201 </varlistentry>202 203 <varlistentry>204 <term><parameter>--enable-checking=release</parameter></term>205 <listitem>206 <para>This option selects the complexity of the internal consistency checks and adds error checking within the compiler.</para>207 163 </listitem> 208 164 </varlistentry> -
BOOK/cross-tools/common/gmp.xml
r111b12a r76b06f6 35 35 <para os="a">Prepare GMP for compilation:</para> 36 36 37 <screen os="b"><userinput> ./configure --prefix=/cross-tools --enable-cxx\38 --disable-static</userinput></screen>37 <screen os="b"><userinput>CPPFLAGS=-fexceptions ./configure \ 38 --prefix=/cross-tools --enable-cxx --disable-static</userinput></screen> 39 39 40 40 <variablelist os="b1"> 41 41 <title>The meaning of the new configure options:</title> 42 43 <varlistentry> 44 <term><parameter>CPPFLAGS=-fexceptions</parameter></term> 45 <listitem> 46 <para>Allows GMP to handle C++ exceptions thrown by PPL.</para> 47 </listitem> 48 </varlistentry> 42 49 43 50 <varlistentry> -
BOOK/cross-tools/common/m4.xml
r111b12a r76b06f6 23 23 <title>Installation of M4</title> 24 24 25 26 <para os="p1">The following patch contains a fix when building 27 with a host having Glibc or EGLIBC 2.16 or later.</para> 28 29 <screen os="p2"><userinput>patch -Np1 -i ../&m4-gets-patch;</userinput></screen> 30 25 31 <para os="a">Prepare M4 for compilation:</para> 26 32 -
BOOK/cross-tools/mips-chapter.xml
r111b12a r76b06f6 15 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cflags.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/variables.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>18 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/linux-headers.xml"/> 19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 23 22 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 26 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/> -
BOOK/cross-tools/mips/eglibc.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../../final-system/mips/eglibc.xml" 31 xpointer="xpointer(//*[@os='g1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../../final-system/mips/eglibc.xml" 35 xpointer="xpointer(//*[@os='g2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 83 99 xpointer="xpointer(//*[@os='dn'])"/> 84 100 101 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 102 href="../../final-system/common/eglibc.xml" 103 xpointer="xpointer(//*[@os='ra'])"/> 104 105 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 106 href="../common/eglibc.xml" 107 xpointer="xpointer(//*[@os='rb'])"/> 108 85 109 </sect2> 86 110 -
BOOK/cross-tools/mips/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 42 href="gcc-static.xml" 43 xpointer="xpointer(//*[@os='f1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="gcc-static.xml" 47 xpointer="xpointer(//*[@os='f2'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="gcc-static.xml" 43 51 xpointer="xpointer(//*[@os='ag'])"/> 44 52 … … 46 54 href="gcc-static.xml" 47 55 xpointer="xpointer(//*[@os='ah'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="gcc-static.xml" 59 xpointer="xpointer(//*[@os='ai'])"/> 60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href="gcc-static.xml" 63 xpointer="xpointer(//*[@os='aj'])"/> 48 64 49 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../64/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 40 40 xpointer="xpointer(//*[@os='ab'])"/> 41 41 42 <para os="f1">The following patch fixes and issue that causes GCC 43 to segfault when compilling for Mips.</para> 44 45 <screen os="f2"><userinput>patch -Np1 -i ../&gcc-mips-fix-patch;</userinput></screen> 46 42 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 48 href="../common/gcc-static.xml" … … 47 52 href="../common/gcc-static.xml" 48 53 xpointer="xpointer(//*[@os='ah'])"/> 54 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 56 href="../common/gcc-static.xml" 57 xpointer="xpointer(//*[@os='ai'])"/> 58 59 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 60 href="../common/gcc-static.xml" 61 xpointer="xpointer(//*[@os='aj'])"/> 49 62 50 63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips/linux-headers.xml
r111b12a r76b06f6 31 31 xpointer="xpointer(//*[@os='b'])"/> 32 32 33 <screen os="c"><userinput>make mrproper 33 <screen os="c"><userinput>install -dv /tools/include 34 make mrproper 34 35 make ARCH=mips headers_check 35 make ARCH=mips INSTALL_HDR_PATH=/tools headers_install</userinput></screen> 36 make ARCH=mips INSTALL_HDR_PATH=dest headers_install 37 cp -rv dest/include/* /tools/include</userinput></screen> 36 38 37 39 <variablelist os="d"> … … 51 53 52 54 <varlistentry os="d3"> 53 <term><parameter>make ARCH=mips INSTALL_HDR_PATH= /toolsheaders_install</parameter></term>55 <term><parameter>make ARCH=mips INSTALL_HDR_PATH=dest headers_install</parameter></term> 54 56 <listitem> 55 <para>This will install the kernel headers into 56 <filename class="directory">/tools/include</filename>.</para> 57 <para>Normally the headers_install target removes the entire 58 destination directory (default 59 <filename class="directory">/usr/include</filename>) before 60 installing the headers. To prevent this, we tell the kernel to 61 install the headers to a directory inside the source dir.</para> 57 62 </listitem> 58 63 </varlistentry> -
BOOK/cross-tools/mips64-64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64-64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64-64/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/linux-headers.xml"/> 20 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 25 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 28 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/> -
BOOK/cross-tools/mips64-64/eglibc.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../mips/eglibc.xml" 31 xpointer="xpointer(//*[@os='g1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../mips/eglibc.xml" 35 xpointer="xpointer(//*[@os='g2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 92 108 93 109 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 94 href="../ x86_64-64/eglibc.xml"95 xpointer="xpointer(//*[@os=' do'])"/>110 href="../../final-system/common/eglibc.xml" 111 xpointer="xpointer(//*[@os='ra'])"/> 96 112 97 113 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 98 href="../ x86_64-64/eglibc.xml"99 xpointer="xpointer(//*[@os=' dp'])"/>114 href="../common/eglibc.xml" 115 xpointer="xpointer(//*[@os='rb'])"/> 100 116 101 117 </sect2> -
BOOK/cross-tools/mips64-64/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 42 href="gcc-static.xml" 43 xpointer="xpointer(//*[@os='f1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="gcc-static.xml" 47 xpointer="xpointer(//*[@os='f2'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="gcc-static.xml" 43 51 xpointer="xpointer(//*[@os='ag'])"/> 44 52 … … 46 54 href="gcc-static.xml" 47 55 xpointer="xpointer(//*[@os='ah'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="gcc-static.xml" 59 xpointer="xpointer(//*[@os='ai'])"/> 60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href="gcc-static.xml" 63 xpointer="xpointer(//*[@os='aj'])"/> 48 64 49 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 62 78 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 63 79 --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \ 64 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 65 --with-native-system-header-dir=/tools/include --disable-nls \ 66 --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 67 --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \ 68 --without-headers --with-newlib --disable-decimal-float --disable-libgomp \ 69 --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \ 70 --disable-libatomic --disable-libitm --disable-libsanitizer \ 71 --disable-libquadmath --disable-target-libiberty --disable-target-zlib \ 72 --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \ 73 --enable-languages=c --enable-checking=release --with-abi=64 74 </userinput></screen> 80 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 81 --enable-shared --disable-static --enable-languages=c,c++ \ 82 --enable-__cxa_atexit --with-mpfr=/cross-tools --with-gmp=/cross-tools \ 83 --enable-c99 --with-ppl=/cross-tools --with-cloog=/cross-tools \ 84 --enable-long-long --enable-threads=posix --with-abi=64\ 85 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 75 86 76 87 <variablelist os="bg"> -
BOOK/cross-tools/mips64-64/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../64/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../mips/gcc-static.xml" 44 xpointer="xpointer(//*[@os='f1'])"/> 45 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 47 href="../mips/gcc-static.xml" 48 xpointer="xpointer(//*[@os='f2'])"/> 49 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 51 href="../common/gcc-static.xml" 44 52 xpointer="xpointer(//*[@os='ag'])"/> … … 47 55 href="../common/gcc-static.xml" 48 56 xpointer="xpointer(//*[@os='ah'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='ai'])"/> 61 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 63 href="../common/gcc-static.xml" 64 xpointer="xpointer(//*[@os='aj'])"/> 49 65 50 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 71 87 ../gcc-&gcc-version;/configure --prefix=/cross-tools \ 72 88 --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ 73 --with-sysroot=${CLFS} --with-local-prefix=/tools \ 74 --with-native-system-header-dir=/tools/include --disable-nls \ 75 --enable-shared --disable-static --enable-languages=c,c++ \ 76 --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ 77 --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \ 78 --with-gmp=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \ 79 --with-isl=/cross-tools --disable-isl-version-check --with-system-zlib \ 80 --enable-checking=release --enable-libstdcxx-time --with-abi=64</userinput></screen> 89 --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \ 90 --disable-shared --with-mpfr=/cross-tools \ 91 --with-gmp=/cross-tools --with-ppl=/cross-tools --with-cloog=/cross-tools \ 92 --without-headers --with-newlib --disable-decimal-float \ 93 --disable-libgomp --disable-libmudflap --disable-libssp \ 94 --disable-threads --enable-languages=c --with-abi=64\ 95 --disable-multilib --enable-cloog-backend=isl</userinput></screen> 81 96 82 97 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips64-chapter.xml
r111b12a r76b06f6 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/variables.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/flags.xml"/> 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/bc.xml"/>19 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/linux-headers.xml"/> 20 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/file.xml"/> … … 24 23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpfr.xml"/> 25 24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/mpc.xml"/> 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ isl.xml"/>25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/ppl.xml"/> 27 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/> 28 27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/> -
BOOK/cross-tools/mips64/eglibc-64bit.xml
r111b12a r76b06f6 26 26 href="eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="eglibc.xml" 31 xpointer="xpointer(//*[@os='g1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="eglibc.xml" 35 xpointer="xpointer(//*[@os='g2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 99 115 xpointer="xpointer(//*[@os='dn'])"/> 100 116 117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 118 href="../../final-system/common/eglibc.xml" 119 xpointer="xpointer(//*[@os='ra'])"/> 120 121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 122 href="../common/eglibc.xml" 123 xpointer="xpointer(//*[@os='rb'])"/> 124 101 125 </sect2> 102 126 -
BOOK/cross-tools/mips64/eglibc-n32.xml
r111b12a r76b06f6 26 26 href="eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="eglibc.xml" 31 xpointer="xpointer(//*[@os='g1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="eglibc.xml" 35 xpointer="xpointer(//*[@os='g2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 66 82 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 67 83 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 68 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>84 --cache-file=config.cache</userinput></screen> 69 85 70 86 <variablelist os="fa"> -
BOOK/cross-tools/mips64/eglibc.xml
r111b12a r76b06f6 26 26 href="../common/eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="../mips/eglibc.xml" 31 xpointer="xpointer(//*[@os='g1'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../mips/eglibc.xml" 35 xpointer="xpointer(//*[@os='g2'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 39 xpointer="xpointer(//*[@os='db'])"/> 40 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 href="../common/eglibc.xml" 43 xpointer="xpointer(//*[@os='dc'])"/> 28 44 29 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips64/gcc-final.xml
r111b12a r76b06f6 24 24 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href=" ../../final-system/common/gcc.xml"26 href="gcc-static.xml" 27 27 xpointer="xpointer(//*[@os='p1'])"/> 28 28 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href=" ../../final-system/common/gcc.xml"30 href="gcc-static.xml" 31 31 xpointer="xpointer(//*[@os='p2'])"/> 32 32 … … 41 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 42 42 href="gcc-static.xml" 43 xpointer="xpointer(//*[@os='f1'])"/> 44 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 46 href="gcc-static.xml" 47 xpointer="xpointer(//*[@os='f2'])"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 50 href="gcc-static.xml" 43 51 xpointer="xpointer(//*[@os='ag'])"/> 44 52 … … 46 54 href="gcc-static.xml" 47 55 xpointer="xpointer(//*[@os='ah'])"/> 56 57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 58 href="gcc-static.xml" 59 xpointer="xpointer(//*[@os='ai'])"/> 60 61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 62 href="gcc-static.xml" 63 xpointer="xpointer(//*[@os='aj'])"/> 48 64 49 65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips64/gcc-static.xml
r111b12a r76b06f6 25 25 26 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../ ../final-system/common/gcc.xml"27 href="../common/gcc-static.xml" 28 28 xpointer="xpointer(//*[@os='p1'])"/> 29 29 30 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 31 href="../ ../final-system/common/gcc.xml"31 href="../common/gcc-static.xml" 32 32 xpointer="xpointer(//*[@os='p2'])"/> 33 33 … … 41 41 42 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 href="../mips/gcc-static.xml" 44 xpointer="xpointer(//*[@os='f1'])"/> 45 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 47 href="../mips/gcc-static.xml" 48 xpointer="xpointer(//*[@os='f2'])"/> 49 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 43 51 href="../common/gcc-static.xml" 44 52 xpointer="xpointer(//*[@os='ag'])"/> … … 47 55 href="../ppc/gcc-static.xml" 48 56 xpointer="xpointer(//*[@os='ah'])"/> 57 58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 59 href="../common/gcc-static.xml" 60 xpointer="xpointer(//*[@os='ai'])"/> 61 62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 63 href="../common/gcc-static.xml" 64 xpointer="xpointer(//*[@os='aj'])"/> 49 65 50 66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/binutils.xml
r111b12a r76b06f6 36 36 xpointer="xpointer(//*[@os='p2'])"/> 37 37 --> 38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"39 href="../common/binutils.xml"40 xpointer="xpointer(//*[@os='s1'])"/>41 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"43 href="../common/binutils.xml"44 xpointer="xpointer(//*[@os='s2'])"/>45 38 46 39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/eglibc-64bit.xml
r111b12a r76b06f6 26 26 href="eglibc.xml" 27 27 xpointer="xpointer(//*[@os='da'])"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 href="eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 28 36 29 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 58 66 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 59 67 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 60 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>68 --cache-file=config.cache</userinput></screen> 61 69 62 70 <variablelist os="dg"> … … 108 116 xpointer="xpointer(//*[@os='dn'])"/> 109 117 118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 119 href="../../final-system/common/eglibc.xml" 120 xpointer="xpointer(//*[@os='ra'])"/> 121 122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 123 href="../common/eglibc.xml" 124 xpointer="xpointer(//*[@os='rb'])"/> 125 110 126 </sect2> 111 127 -
BOOK/cross-tools/multilib/eglibc.xml
r111b12a r76b06f6 29 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 30 30 href="../common/eglibc.xml" 31 xpointer="xpointer(//*[@os='db'])"/> 32 33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 34 href="../common/eglibc.xml" 35 xpointer="xpointer(//*[@os='dc'])"/> 36 37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 38 href="../common/eglibc.xml" 31 39 xpointer="xpointer(//*[@os='e'])"/> 32 40 … … 53 61 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ 54 62 --with-binutils=/cross-tools/bin --with-headers=/tools/include \ 55 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>63 --cache-file=config.cache</userinput></screen> 56 64 57 65 <variablelist os="dg"> -
BOOK/cross-tools/multilib/gcc-final.xml
r