1. 14 May, 2014 1 commit
  2. 13 May, 2014 3 commits
  3. 12 May, 2014 3 commits
  4. 11 May, 2014 2 commits
  5. 09 May, 2014 1 commit
  6. 05 May, 2014 1 commit
  7. 04 May, 2014 3 commits
  8. 02 May, 2014 1 commit
  9. 01 May, 2014 1 commit
  10. 28 Apr, 2014 3 commits
  11. 25 Apr, 2014 2 commits
  12. 24 Apr, 2014 1 commit
  13. 23 Apr, 2014 2 commits
  14. 21 Apr, 2014 1 commit
  15. 19 Apr, 2014 1 commit
  16. 18 Apr, 2014 2 commits
  17. 16 Apr, 2014 1 commit
  18. 15 Apr, 2014 2 commits
    • Lars Hammarstrand's avatar
      configure: allow the gas-preprocessor to be called with an absolute path. · add5d7a8
      Lars Hammarstrand authored
      Allow the configure tool to call the gas-preprocessor with an absolute
      path when included with either the "--as" or with a separate "--gas"
      option.  The patch is backward compatible and will not break any current
      configuration setups.
      
      The new behavior that comes with this option can be utilized in the
      following ways:
      
      Examples:
      
      - Just as single option that includes both the gas-preprocessor.pl and
        cc/as at the same time:
      
        $ configure --as="/opt/app/build-tools/gas-preprocessor.pl \
                         /Applications/Xcode.app/.../Developer/usr/bin/gcc"
      
      - Call gas-preprocessor with a separate option in conjunction with --as:
      
        $ configure --gas="/opt/app/build-tools/gas-preprocessor.pl" \
                     --as="/Applications/Xcode.app/.../Developer/usr/bin/gcc"
      
      - Address only the the gas-preprocessor and it will automatically fall
        back to as or cc whichever that's defined:
        $ configure --gas="/opt/app/build-tools/gas-preprocessor.pl"
      
      - Or if no gas-preprocessor.pl is explicitly defined, it falls back to
        the old behaivor.
      add5d7a8
    • Michael Niedermayer's avatar
      configure: fix arm osx build · 0bf25c7b
      Michael Niedermayer authored
      Fixes Ticket3561
      
      Solution suggested by jeremyhu
      Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
      0bf25c7b
  19. 11 Apr, 2014 1 commit
  20. 09 Apr, 2014 1 commit
  21. 08 Apr, 2014 1 commit
  22. 07 Apr, 2014 3 commits
  23. 06 Apr, 2014 2 commits
  24. 05 Apr, 2014 1 commit