diff options
| author | Warner Losh <imp@FreeBSD.org> | 2010-06-24 17:53:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2010-06-24 17:53:25 +0000 |
| commit | d58726019552843f59cd91f2abcf94416799f1ec (patch) | |
| tree | daeb1c35a815e6a7b80349a67a3a93e7a79f5578 | |
| parent | 4a5faa676e047bdcc8282d8692b08f0fb484cf50 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 1c34918fa52e..d292ea97d621 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1108,10 +1108,10 @@ _prereq_libs= gnu/lib/libssp/libssp_nonshared gnu/lib/libgcc # all shared libraries for ELF. # _startup_libs= gnu/lib/csu -.if exists(${.CURDIR}/lib/csu/${MACHINE_ARCH}-elf) -_startup_libs+= lib/csu/${MACHINE_ARCH}-elf +.if exists(${.CURDIR}/lib/csu/${MACHINE_CPUARCH}-elf) +_startup_libs+= lib/csu/${MACHINE_CPUARCH}-elf .else -_startup_libs+= lib/csu/${MACHINE_ARCH} +_startup_libs+= lib/csu/${MACHINE_CPUARCH} .endif _startup_libs+= gnu/lib/libgcc _startup_libs+= lib/libc |
