removed deprecated -lgcc_eh

This commit is contained in:
Diego Stamigni 2015-01-31 16:28:02 +01:00
parent 0e55e02c3f
commit 88eb029a29
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@ OSNAME := $(shell uname)
LDLIBS=
ifeq ($(OSNAME),Darwin)
LDLIBS += -liconv -lgcc_eh
LDLIBS += -liconv
endif