platform-independent nm
authoradam <adam@megacz.com>
Wed, 14 Apr 2004 07:11:31 +0000 (07:11 +0000)
committeradam <adam@megacz.com>
Wed, 14 Apr 2004 07:11:31 +0000 (07:11 +0000)
darcs-hash:20040414071131-5007d-8f1d0b1eeac4cdcfe978ab204f0cc39cadaddf45.gz

Makefile

index 3b4ea7f..2b7f193 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,7 @@ gcj                += -foptimize-static-class-initialization -feliminate-dwarf2-
 gcjh               := $(shell pwd)/upstream/install/bin/$(shell test -e upstream/install/bin/$(target)-gcjh && echo $(target)-)gcjh
 g++                := upstream/install/bin/$(target)-gcj $(gcc_flags) -Iupstream/install/include -Wno-multichar
 gcc                := upstream/install/bin/$(target)-gcc $(gcc_flags)
 gcjh               := $(shell pwd)/upstream/install/bin/$(shell test -e upstream/install/bin/$(target)-gcjh && echo $(target)-)gcjh
 g++                := upstream/install/bin/$(target)-gcj $(gcc_flags) -Iupstream/install/include -Wno-multichar
 gcc                := upstream/install/bin/$(target)-gcc $(gcc_flags)
+nm                 := upstream/install/$(target)/bin/nm
 jar                := $(shell ((type fastjar &>/dev/null) && echo fastjar) || echo jar)
 
 gcj: .install_gcc-3.3_$(target)
 jar                := $(shell ((type fastjar &>/dev/null) && echo fastjar) || echo jar)
 
 gcj: .install_gcc-3.3_$(target)