File tree 6 files changed +1
-17
lines changed 6 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -75,12 +75,9 @@ RUN set -ex; \
75
75
# with-mode: https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-6/debian/rules.defs?revision=9487&view=markup#l376
76
76
armel) \
77
77
extraConfigureArgs="$extraConfigureArgs --with-arch=armv4t --with-float=soft" \
78
- # TODO get enough builders to test and verify arm32v5 O:)
79
78
;; \
80
79
armhf) \
81
80
extraConfigureArgs="$extraConfigureArgs --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb" \
82
- # TODO make[2]: *** No rule to make target '/usr/src/gcc/gcc/sync-builtinsndef', needed by 'tree-ssa-loop-prefetch.o'. Stop.
83
- # (which the builds takes _forever_ to get to)
84
81
;; \
85
82
\
86
83
# with-arch-32: https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-6/debian/rules2?revision=9450&view=markup#l590
Original file line number Diff line number Diff line change @@ -75,12 +75,9 @@ RUN set -ex; \
75
75
# with-mode: https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-6/debian/rules.defs?revision=9487&view=markup#l376
76
76
armel) \
77
77
extraConfigureArgs="$extraConfigureArgs --with-arch=armv4t --with-float=soft" \
78
- # TODO get enough builders to test and verify arm32v5 O:)
79
78
;; \
80
79
armhf) \
81
80
extraConfigureArgs="$extraConfigureArgs --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb" \
82
- # TODO make[2]: *** No rule to make target '/usr/src/gcc/gcc/sync-builtinsndef', needed by 'tree-ssa-loop-prefetch.o'. Stop.
83
- # (which the builds takes _forever_ to get to)
84
81
;; \
85
82
\
86
83
# with-arch-32: https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-6/debian/rules2?revision=9450&view=markup#l590
Original file line number Diff line number Diff line change @@ -75,12 +75,9 @@ RUN set -ex; \
75
75
# with-mode: https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-6/debian/rules.defs?revision=9487&view=markup#l376
76
76
armel) \
77
77
extraConfigureArgs="$extraConfigureArgs --with-arch=armv4t --with-float=soft" \
78
- # TODO get enough builders to test and verify arm32v5 O:)
79
78
;; \
80
79
armhf) \
81
80
extraConfigureArgs="$extraConfigureArgs --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb" \
82
- # TODO make[2]: *** No rule to make target '/usr/src/gcc/gcc/sync-builtinsndef', needed by 'tree-ssa-loop-prefetch.o'. Stop.
83
- # (which the builds takes _forever_ to get to)
84
81
;; \
85
82
\
86
83
# with-arch-32: https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-6/debian/rules2?revision=9450&view=markup#l590
Original file line number Diff line number Diff line change @@ -75,12 +75,9 @@ RUN set -ex; \
75
75
# with-mode: https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-6/debian/rules.defs?revision=9487&view=markup#l376
76
76
armel) \
77
77
extraConfigureArgs="$extraConfigureArgs --with-arch=armv4t --with-float=soft" \
78
- # TODO get enough builders to test and verify arm32v5 O:)
79
78
;; \
80
79
armhf) \
81
80
extraConfigureArgs="$extraConfigureArgs --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb" \
82
- # TODO make[2]: *** No rule to make target '/usr/src/gcc/gcc/sync-builtinsndef', needed by 'tree-ssa-loop-prefetch.o'. Stop.
83
- # (which the builds takes _forever_ to get to)
84
81
;; \
85
82
\
86
83
# with-arch-32: https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-6/debian/rules2?revision=9450&view=markup#l590
Original file line number Diff line number Diff line change @@ -75,12 +75,9 @@ RUN set -ex; \
75
75
# with-mode: https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-6/debian/rules.defs?revision=9487&view=markup#l376
76
76
armel) \
77
77
extraConfigureArgs="$extraConfigureArgs --with-arch=armv4t --with-float=soft" \
78
- # TODO get enough builders to test and verify arm32v5 O:)
79
78
;; \
80
79
armhf) \
81
80
extraConfigureArgs="$extraConfigureArgs --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb" \
82
- # TODO make[2]: *** No rule to make target '/usr/src/gcc/gcc/sync-builtinsndef', needed by 'tree-ssa-loop-prefetch.o'. Stop.
83
- # (which the builds takes _forever_ to get to)
84
81
;; \
85
82
\
86
83
# with-arch-32: https://anonscm.debian.org/viewvc/gcccvs/branches/sid/gcc-6/debian/rules2?revision=9450&view=markup#l590
Original file line number Diff line number Diff line change @@ -68,9 +68,8 @@ join() {
68
68
for version in " ${versions[@]} " ; do
69
69
commit=" $( dirCommit " $version " ) "
70
70
parent=" $( awk ' toupper($1) == "FROM" { print $2 }' " $version /Dockerfile" ) "
71
- # no arm32 for now: https://github.com/docker-library/gcc/issues/37
72
71
# no i386 for now: https://github.com/docker-library/gcc/issues/38
73
- arches=" $( echo " ${parentRepoToArches[$parent]} " | sed -r -e ' s/ (arm32v[^ ]+| i386) //g' ) "
72
+ arches=" $( echo " ${parentRepoToArches[$parent]} " | sed -r -e ' s/ i386//g' ) "
74
73
75
74
dockerfile=" $( git show " $commit " :" $version /Dockerfile" ) "
76
75
fullVersion=" $( echo " $dockerfile " | awk ' $1 == "ENV" && $2 == "GCC_VERSION" { print $3; exit }' ) "
You can’t perform that action at this time.
0 commit comments