Remove unused PORTLIBS from base.mk

This commit is contained in:
James Benton 2016-07-06 18:46:19 +01:00
parent 075d80aec8
commit ad50ef9ec6

View File

@ -6,8 +6,7 @@ ifeq ($(strip $(DEVKITPPC)),)
$(error "Please ensure DEVKITPPC is in your environment.")
endif
export PORTLIBS := $(DEVKITPRO)/portlibs/ppc
export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH)
export PATH := $(DEVKITPPC)/bin:$(PATH)
PREFIX := powerpc-eabi-
OBJCOPY := $(PREFIX)objcopy