15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
# DeltaTau PowerPMAC with gcc 8.5
|
|
|
|
# Include definitions common to all Linux targets
|
|
include $(CONFIG)/os/CONFIG.Common.linuxCommon
|
|
|
|
ARCH_CLASS = ppc
|
|
|
|
GNU_DIR = /opt/xgcc/gcc-8.5.0
|
|
GNU_TARGET = powerpc-ppmac-linux-gnu
|
|
|
|
ARCH_DEP_CPPFLAGS = -m32 -mcpu=440fp -mhard-float
|
|
ARCH_DEP_LDFLAGS += -Wl,-rpath-link,$(GNU_DIR)/$(GNU_TARGET)/sys-root/lib/powerpc-linux-gnu
|
|
|
|
STD_CXXFLAGS = -std=c++17
|