and self-hosted compilation supported (but you don't want to use the self-hosted if you can help it!). Assumes the standard Hard Hat Linux install locations for the cross-development tools.
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
# $Id$
|
|
#
|
|
# Definitions for linux-mpc82xx host - linux-mpc82xx target builds
|
|
# Sites may override these definitions in CONFIG_SITE.linux-mpc82xx.linux-mpc82xx
|
|
#-------------------------------------------------------
|
|
|
|
# Include common gnu compiler definitions
|
|
include $(CONFIG)/CONFIG.gnuCommon
|
|
|
|
GNU_DIR = /usr
|
|
|
|
CC = $(GNU_BIN)/gcc
|
|
CCC = $(GNU_BIN)/g++
|