Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: use gcc-ar / gcc-ranlib in preparation for link-time-optimization

Change-Id: If5fd9a8f15200fca9a89999605394f7527387a2b

+2 -10
+2 -10
tools/configure
··· 63 63 WINDRES=${prefix}windres 64 64 DLLTOOL=${prefix}dlltool 65 65 DLLWRAP=${prefix}dllwrap 66 - RANLIB=${prefix}ranlib 66 + RANLIB=${prefix}gcc-ranlib 67 67 LD=${prefix}ld 68 - AR=${prefix}ar 68 + AR=${prefix}gcc-ar 69 69 AS=${prefix}as 70 70 OC=${prefix}objcopy 71 71 } ··· 249 249 } 250 250 251 251 simcc () { 252 - 253 252 # default tool setup for native building 254 253 prefixtools "$CROSS_COMPILE" 255 254 ARG_ARM_THUMB=0 # can't use thumb in native builds ··· 510 509 # the gcc version should most likely match what versions we build with 511 510 # rockboxdev.sh 512 511 # 513 - calmrisccc () { 514 - prefixtools calmrisc16-unknown-elf- 515 - GCCOPTS="-Wl\,--no-check-sections $CCOPTS" 516 - GCCOPTIMIZE="-fomit-frame-pointer" 517 - endian="big" 518 - gccchoice="4.9.4" 519 - } 520 512 521 513 coldfirecc () { 522 514 prefixtools m68k-elf-