Changeset 79506d6 in mainline


Ignore:
Timestamp:
2011-06-22T01:43:31Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cac458f
Parents:
5c5117c
Message:

Changed order for gcc parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/binutils/toolchain.sh

    r5c5117c r79506d6  
    8181                echo '  if [ -n "$CONFTEST" ]; then'
    8282                echo '          LFLAGS="-Xlinker -z -Xlinker muldefs"'
    83                 echo '          echo' \'"$2 $CFLAGS -T $4"\' '"$LFLAGS"' '"$@"' \'"$5"\'
    84                 echo "          $2 $CFLAGS -T $4" '$LFLAGS' '$@' "$5"
     83                echo '          echo' \'"$2"\' '"$@"' \'"$CFLAGS -T $4"\' '"$LFLAGS"' \'"$5"\'
     84                echo "          $2" '$@' "$CFLAGS -T $4" '$LFLAGS' "$5"
    8585                echo '  else'
    86                 echo '          echo' \'"$2 $CFLAGS"\' '"$@"'
    87                 echo "          $2 $CFLAGS" '$@'
     86                echo '          echo' \'"$2"\' '"$@"' \'"$CFLAGS"\'
     87                echo "          $2" '$@' "$CFLAGS"
    8888                echo '  fi'
    8989                echo 'fi'
Note: See TracChangeset for help on using the changeset viewer.