File: crosstools

package info (click to toggle)
dpkg-cross 1.32
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 364 kB
  • ctags: 52
  • sloc: perl: 1,700; sh: 112; makefile: 64
file content (13 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This configuration file is used by dpkg-cross wrappers to choose
# binutils to use with different targets.
# Currently, this is used to choose 'strip' and 'objdump'.
# If no information is given here, an attempt will be made to autodetect
# proper tool, and /usr/bin/<tool> will be used if nothing better is found.

# This file may be in /etc/dpkg-cross/crosstools or ~/.dpkg-cross/crosstools

# <arch> <tool> <mode> <pathname>
#arm strip default /usr/bin/arm-linux-strip
#arm objdump default /usr/bin/arm-linux-objdump
#arm strip HardHat /usr/local/hardhat/bin/arm-linux-strip