|
Lines 68-75
Link Here
|
| 68 |
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a |
68 |
LIBFICL= ${.OBJDIR}/../../ficl/libficl.a |
| 69 |
.endif |
69 |
.endif |
| 70 |
|
70 |
|
| 71 |
CFLAGS+= -mcpu=powerpc64 |
|
|
| 72 |
|
| 73 |
# Always add MI sources |
71 |
# Always add MI sources |
| 74 |
.PATH: ${.CURDIR}/../../common ${.CURDIR}/../../../libkern |
72 |
.PATH: ${.CURDIR}/../../common ${.CURDIR}/../../../libkern |
| 75 |
.include "${.CURDIR}/../../common/Makefile.inc" |
73 |
.include "${.CURDIR}/../../common/Makefile.inc" |
|
Lines 85-93
Link Here
|
| 85 |
|
83 |
|
| 86 |
LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.powerpc |
84 |
LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.powerpc |
| 87 |
|
85 |
|
| 88 |
# 64-bit bridge extensions |
|
|
| 89 |
CFLAGS+= -Wa,-mppc64bridge |
| 90 |
|
| 91 |
# Pull in common loader code |
86 |
# Pull in common loader code |
| 92 |
#.PATH: ${.CURDIR}/../../ofw/common |
87 |
#.PATH: ${.CURDIR}/../../ofw/common |
| 93 |
#.include "${.CURDIR}/../../ofw/common/Makefile.inc" |
88 |
#.include "${.CURDIR}/../../ofw/common/Makefile.inc" |