You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
targettype armv7nhl preun " for i in cc1 cc1plus ; do cd /usr/libexec/gcc/armv7nhl-meego-linux-gnueabi/$GCCVER ; if test -e ${i}.orig-arm ; then rm ${i} ; mv ${i}.orig-arm ${i} ; fi ; done "
345
350
346
351
352
+
353
+
cross-mipsel-gcc-accel
354
+
targettype x86 block!
355
+
targettype 32bit block!
356
+
targettype armv5tel block!
357
+
targettype armv6l block!
358
+
targettype armv7l block!
359
+
targettype armv7hl block!
360
+
targettype armv7nhl block!
361
+
362
+
targettype mipsel autoreqprov off
363
+
targettype mipsel provides "cross-arm-gcc-accel"
364
+
targettype mipsel requires "glibc-x86-arm"
365
+
targettype mipsel requires "gmp-x86-arm"
366
+
targettype mipsel requires "libgcc-x86-arm"
367
+
targettype mipsel requires "mpfr-x86-arm"
368
+
targettype mipsel requires "mpc-x86-arm"
369
+
targettype mipsel requires "gcc"
370
+
targettype mipsel requires "gcc-c++"
371
+
372
+
373
+
targettype mipsel prefix /emul/ia32-linux
374
+
targettype mipsel extension -arm
375
+
targettype mipsel +/
376
+
targettype mipsel -/usr/lib/debug
377
+
targettype mipsel -/usr/src/debug
378
+
targettype mipsel -/usr/share/man
379
+
targettype mipsel -/usr/share/doc
380
+
targettype mipsel -/usr/share/locale
381
+
targettype mipsel requires "meego-accelerator"
382
+
targettype mipsel post "#set -x"
383
+
targettype mipsel post " export GCCVER=$(LANG=C gcc --version | head -1 | sed 's/\([a-z+]*\) \((.*)\) \([1-9\.]*\)\(.*\)/\3/') "
384
+
targettype mipsel post " export GCCVER_NEW=$(LANG=C <prefix>/usr/bin/gcc --version | head -1 | sed 's/\([a-z+]*\) \((.*)\) \([1-9\.]*\)\(.*\)/\3/') "
targettype mipsel post " echo "${binary} not installed or ${binary}.orig-arm already present !" "
403
+
targettype mipsel post " fi "
404
+
targettype mipsel post " done "
405
+
targettype mipsel post " else"
406
+
targettype mipsel post " echo "GCC and GCC-accel versions don't match. Rollback also binutils..." "
407
+
targettype mipsel post " for bin in addr2line ar as c++filt gprov ld nm objcopy objdump ranlib readelf size strings strip ; do"
408
+
targettype mipsel post " binary="/usr/bin/${bin}" "
409
+
targettype mipsel post " if test -e ${binary}.orig-arm ; then"
410
+
targettype mipsel post " rm ${binary} && mv ${binary}.orig-arm ${binary}"
411
+
targettype mipsel post " else "
412
+
targettype mipsel post " echo "${binary}.orig-arm not present !" "
413
+
targettype mipsel post " fi "
414
+
targettype mipsel post " done "
415
+
targettype mipsel post " fi"
416
+
417
+
targettype mipsel preun " export GCCVER=$(LANG=C gcc --version | head -1 | sed 's/\([a-z+]*\) \((.*)\) \([1-9\.]*\)\(.*\)/\3/') "
418
+
targettype mipsel preun " for i in gcc g++ ; do if test -e /usr/bin/${i}.orig-arm ; then rm /usr/bin/${i} ; mv /usr/bin/${i}.orig-arm /usr/bin/${i}; fi ; done "
419
+
targettype mipsel preun " for i in cc1 cc1plus ; do cd /usr/libexec/gcc/mipsel-meego-linux-gnueabi/$GCCVER ; if test -e ${i}.orig-arm ; then rm ${i} ; mv ${i}.orig-arm ${i} ; fi ; done "
0 commit comments