Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 697840 | Differences between
and this patch

Collapse All | Expand All

(-)a/Configurations/10-main.conf (-1 / +7 lines)
Lines 950-955 my %targets = ( Link Here
950
        asm_arch         => 'alpha',
950
        asm_arch         => 'alpha',
951
        perlasm_scheme   => "void",
951
        perlasm_scheme   => "void",
952
    },
952
    },
953
    "linux-alpha+bwx-gcc" => {
954
        inherit_from     => [ "linux-generic64" ],
955
        lib_cppflags     => add("-DL_ENDIAN"),
956
        bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
957
        asm_arch         => 'alpha',
958
        perlasm_scheme   => "void",
959
    },
953
    "linux-c64xplus" => {
960
    "linux-c64xplus" => {
954
        inherit_from     => [ "BASE_unix" ],
961
        inherit_from     => [ "BASE_unix" ],
955
        # TI_CGT_C6000_7.3.x is a requirement
962
        # TI_CGT_C6000_7.3.x is a requirement
956
- 

Return to bug 697840