gcc version
yeti
Posts: 818
(yeti@aurora:2)~/wrk/propeller/propgcc-hg/propgcc$ hg branch default (yeti@aurora:2)~/wrk/propeller/propgcc-hg/propgcc$ hg branches | awk -vb=$(hg branch) '{ print ($1==b?"--> ":" ") $0 }' p2test 2020:5e17601baf1b --> default 1910:32126e5fb797 binutils-base 1907:7d2695d7a850 performance 1793:0fb8f05ee847 compressedcode 1688:955aeee6df73 (inactive) (yeti@aurora:2)~/wrk/propeller/propgcc-hg/propgcc$ /opt/parallax/bin/propeller-elf-gcc -v Using built-in specs. COLLECT_GCC=/opt/parallax/bin/propeller-elf-gcc COLLECT_LTO_WRAPPER=/opt/parallax/libexec/gcc/propeller-elf/4.6.1/lto-wrapper Target: propeller-elf Configured with: ../../propgcc/gcc/configure --target=propeller-elf --prefix=/opt/parallax --disable-nls --disable-libssp --disable-lto --disable-shared --with-pkgversion=propellergcc_v0_3_5_2020 --with-bugurl=http://code.google.com/p/propgcc/issues Thread model: single gcc version 4.6.1 (propellergcc_v0_3_5_2020)I seem not to understand gcc's versioning (-v option), hg or something else...
...because building propgcc with default as active branch, I would expect 1910 instead of 2020 in gcc's version string...
That propgcc was built by jbuild.sh with rm-all arg...
Comments
Maybe you somehow got the p2test branch? On my machine with the build of the p2test branch, I can use the -mp2 switch:
ps: In case you didn't know, if you want the most recent version of PropGCC you should build the p2test branch (it works with Propeller 1 as well).
...did what I expected without "-mp2".