Root/qiboot/config.mk

1#
2# Include the make variables (CC, etc...)
3#
4
5CROSS_PATH=/usr/local/openmoko/arm
6CROSS_COMPILE=${CROSS_PATH}/bin/arm-angstrom-linux-gnueabi-
7
8####
9COMPILER_LIB_PATH_PRE=${CROSS_PATH}/lib/gcc/arm-angstrom-linux-gnueabi
10COMPILER_LIB_PATH=${COMPILER_LIB_PATH_PRE}/`ls ${COMPILER_LIB_PATH_PRE}`
11
12AS = $(CROSS_COMPILE)as
13LD = $(CROSS_COMPILE)ld
14CC = $(CROSS_COMPILE)gcc
15OBJCOPY = $(CROSS_COMPILE)objcopy
16OBJDUMP = $(CROSS_COMPILE)objdump
17HOSTCC = gcc
18
19# we need the mkudfu tool from U-Boot build
20#MKUDFU = ../uboot/u-boot/tools/mkudfu
21
22export CROSS_COMPILE AD LD CC OBJCOPY OBJDUMP MKUDFU
23

Archive Download this file



interactive