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
# i dont know why, but the os x executable absolutely hates
# being touched by objcopy. so let's not do it
# mac os x lsdlsrb2 does not like objcopy
ifndef MACOSX
ifndef PSP
$(OBJCOPY) $(BIN)/$(EXENAME) $(BIN)/$(DBGNAME)

View File

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