28 lines
748 B
Diff
28 lines
748 B
Diff
|
---
|
||
|
make.defines | 6 +++---
|
||
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
||
|
|
||
|
--- a/make.defines
|
||
|
+++ b/make.defines
|
||
|
@@ -66,7 +66,7 @@ ifeq "$(CROSS_COMPILE)" "1"
|
||
|
CROSS ?= ppu-
|
||
|
# RPM defined default flags may not work with this cross-compiler
|
||
|
override OPTFLAGS =
|
||
|
- SYSROOT ?= ../../../sysroot
|
||
|
+ SYSROOT ?= /
|
||
|
prefix ?= /usr
|
||
|
RPM_ARCH ?= noarch
|
||
|
else
|
||
|
@@ -95,9 +95,9 @@ exec_prefix = ${prefix}
|
||
|
bindir = ${exec_prefix}/bin
|
||
|
libdir = ${exec_prefix}/lib
|
||
|
includedir = ${prefix}/include
|
||
|
-speinclude = ${prefix}/spu/include
|
||
|
+speinclude = ${prefix}/include
|
||
|
spe_ld_dir = ${libdir}/spe/
|
||
|
-adabindingdir = ${prefix}/adainclude
|
||
|
+adabindingdir = ${prefix}/include/ada
|
||
|
|
||
|
DESTDIR :=
|
||
|
ROOT := ${DESTDIR}${SYSROOT}
|