Subversion Repositories HelenOS-historic

Rev

Rev 1747 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1747 Rev 1748
Line 29... Line 29...
29
#
29
#
30
 
30
 
31
[ "$#" -lt 1 ] && exit 1
31
[ "$#" -lt 1 ] && exit 1
32
 
32
 
33
case "$1" in
33
case "$1" in
34
	"mips")
34
	"binary")
35
		BFD="binary"
35
		BFD="binary"
36
		;;
36
		;;
37
	"ecoff")
37
	"ecoff")
38
		BFD="ecoff-littlemips"
38
		BFD="ecoff-littlemips"
39
		;;
39
		;;