remove bogus homebrew gzip; objdump allowed to fail in that way

This commit is contained in:
yoshibot 2016-05-18 23:52:06 -05:00
parent bb90c8366a
commit 8fbc0d7f69
2 changed files with 1 additions and 4 deletions

View File

@ -593,8 +593,7 @@ ifndef WINDOWSHELL
endif endif
endif endif
# i dont know why, but the os x executable absolutely hates # mac os x lsdlsrb2 does not like objcopy
# being touched by objcopy. so let's not do it
ifndef MACOSX ifndef MACOSX
ifndef PSP ifndef PSP
$(OBJCOPY) $(BIN)/$(EXENAME) $(BIN)/$(DBGNAME) $(OBJCOPY) $(BIN)/$(EXENAME) $(BIN)/$(DBGNAME)

View File

@ -405,13 +405,11 @@ endif
# because Apple screws with us on this # because Apple screws with us on this
# need to get bintools from homebrew # need to get bintools from homebrew
# need to get gzip from homebrew (it's in dupes)
ifdef MACOSX ifdef MACOSX
CC=clang CC=clang
CXX=clang CXX=clang
OBJCOPY=gobjcopy OBJCOPY=gobjcopy
OBJDUMP=gobjdump OBJDUMP=gobjdump
GZIP=/usr/local/bin/gzip
endif endif
OBJDUMP_OPTS?=--wide --source --line-numbers OBJDUMP_OPTS?=--wide --source --line-numbers