Home
last modified time | relevance | path

Searched refs:HAIKU_NASM (Results 1 – 4 of 4) sorted by relevance

/haiku/
H A Dconfigure920 if [ "$("$HAIKU_NASM" -hf | grep -c elf'[36][24] ')" -ne "2" ]; then
921 echo "$HAIKU_NASM cannot generate ELF files. Please install a working version."
940 HAIKU_NASM=$invalidCommand
1170 HAIKU_NASM ?= ${HAIKU_NASM} ;
/haiku/src/apps/bootmanager/
H A DJamfile44 $(HAIKU_NASM) -f bin -o $(1) $(2)
/haiku/build/jam/
H A DArchitectureRules274 if ! $(HAIKU_NASM) {
275 Exit "HAIKU_NASM not set. Please re-run configure." ;
302 if ! $(HAIKU_NASM) {
303 Exit "HAIKU_NASM not set. Please re-run configure." ;
H A DMainBuildRules188 $(HAIKU_NASM) -d $(ASFLAGS) $(NASMFLAGS) -I$(2:D)/ -o $(1) $(2) ;
190 $(HAIKU_NASM) $(NASMFLAGS) -I$(2:D)/ -o $(1) $(2) ;