Change default prefix in top level Makefile.

This commit is contained in:
Fergus Noble 2011-09-23 13:06:07 -07:00
parent d4d7370963
commit 6ab4e561f7

View File

@ -17,8 +17,8 @@
## along with this program. If not, see <http://www.gnu.org/licenses/>. ## along with this program. If not, see <http://www.gnu.org/licenses/>.
## ##
# PREFIX ?= arm-none-eabi PREFIX ?= arm-none-eabi
PREFIX ?= arm-elf # PREFIX ?= arm-elf
DESTDIR ?= /usr/local DESTDIR ?= /usr/local
INCDIR = $(DESTDIR)/$(PREFIX)/include INCDIR = $(DESTDIR)/$(PREFIX)/include
LIBDIR = $(DESTDIR)/$(PREFIX)/lib LIBDIR = $(DESTDIR)/$(PREFIX)/lib