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.
18 lines
505 B
Plaintext
18 lines
505 B
Plaintext
# $Id$
|
|
#
|
|
# Definitions for linux-x86 host - linux-mpc82xx target builds
|
|
# Sites may override these definitions in CONFIG_SITE.linux-x86.linux-mpc82xx
|
|
#-------------------------------------------------------
|
|
|
|
# Include common gnu compiler definitions
|
|
include $(CONFIG)/CONFIG.gnuCommon
|
|
|
|
GNU_DIR = /opt/hardhat/devkit/ppc/82xx
|
|
GNU_TARGET_INCLUDE_DIR = $(GNU_DIR)/target/usr/include/
|
|
|
|
CC = $(GNU_BIN)/ppc_82xx-gcc
|
|
CCC = $(GNU_BIN)/ppc_82xx-g++
|
|
|
|
# Override the -nostdinc flag, needed here...
|
|
CROSS_CPPFLAGS =
|