diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-07 01:37:53 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-07 01:37:53 +0000 |
| commit | 25a59bcfe7d730e71d017768571d8a11faabd855 (patch) | |
| tree | 9791aa36e26036ce129d893739f50c128f86dde5 /gnu/usr.bin/binutils/ld/Makefile.powerpc | |
| parent | cfdaa886978e935ece60af2f4a6db6662bee4cea (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/ld/Makefile.powerpc')
| -rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile.powerpc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile.powerpc b/gnu/usr.bin/binutils/ld/Makefile.powerpc index ad6b63a0c501..e728098e5f07 100644 --- a/gnu/usr.bin/binutils/ld/Makefile.powerpc +++ b/gnu/usr.bin/binutils/ld/Makefile.powerpc @@ -6,7 +6,7 @@ TARGET_TUPLE?= powerpc-unknown-freebsd HOST= ${TARGET_TUPLE} CFLAGS+= -DDEFAULT_EMULATION=\"elf_powerpc\" CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\" -_powerpc_path= \"/usr/lib\" +_powerpc_path= \"${TOOLS_PREFIX}/usr/lib\" .else _powerpc_path= \"/usr/cross/powerpc-freebsd/usr/lib\" .endif |
