Changeset 2431f30 in mainline for uspace/app/binutils/toolchain.sh


Ignore:
Timestamp:
2011-06-13T01:32:54Z (14 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1198c2
Parents:
df56f5c
Message:

Build process debugged and improved.
Added intrusive patches to pass configure scripts.

File:
1 edited

Legend:

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

    rdf56f5c r2431f30  
    7575                        sed 's/-W[^ ]*//g' | \
    7676                        sed 's/-pipe//g' | \
    77                         sed 's/-std=[^ ]*//g' | \
    7877                        sed 's/-g//g' | \
    7978                        sed 's/ [ ]*/ /g'`"
     79                echo '  echo' \'"$2"\' \'"$CFLAGS"\' '"$@"'
    8080                echo "  $2" "$CFLAGS" '$@'
    8181                echo 'fi'
     
    8686                (
    8787                echo '#! /bin/bash'
     88                echo 'echo' \'"$2"\' '"$@"'
    8889                echo "$2" '$@'
    8990                ) > 'as'
     
    9394                (
    9495                echo '#! /bin/bash'
     96                echo 'echo' \'"$2"\' '"$@"'
    9597                echo "$2" '$@'
    9698                ) > 'ar'
     
    100102                (
    101103                echo '#! /bin/bash'
     104                echo 'echo' \'"$2"\' '"$@"'
    102105                echo "ar -s" '$@'
    103106                ) > 'ranlib'
     
    107110                (
    108111                echo '#! /bin/bash'
     112                echo 'echo' \'"$2 -n $3 -T $4"\' '"$@"' \'"$5"\'
    109113                echo "$2 -n $3 -T $4" '$@' "$5"
    110114                ) > 'ld'
     
    114118                (
    115119                echo '#! /bin/bash'
     120                echo 'echo' \'"$2"\' '"$@"'
    116121                echo "$2" '$@'
    117122                ) > 'objdump'
     
    121126                (
    122127                echo '#! /bin/bash'
     128                echo 'echo' \'"$2"\' '"$@"'
    123129                echo "$2" '$@'
    124130                ) > 'objcopy'
     
    128134                (
    129135                echo '#! /bin/bash'
     136                echo 'echo' \'"$2"\' '"$@"'
    130137                echo "$2" '$@'
    131138                ) > 'strip'
Note: See TracChangeset for help on using the changeset viewer.