Changeset a4170d5 in mainline


Ignore:
Timestamp:
2016-10-24T20:28:24Z (7 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a75cb8
Parents:
61b208f
Message:

better support for non-standard configurations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/toolchain.sh

    r61b208f ra4170d5  
    9494        echo "}" >> "${FNAME}.c"
    9595       
    96         cc -c -o "${FNAME}.o" "${FNAME}.c" 2> "${FNAME}.log"
     96        cc $CFLAGS -c -o "${FNAME}.o" "${FNAME}.c" 2> "${FNAME}.log"
    9797        RC="$?"
    9898       
Note: See TracChangeset for help on using the changeset viewer.