diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-02-29 03:25:51 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-02-29 03:25:51 +0000 |
| commit | 57f804675e65951d630a38d94c07be4a27ae4053 (patch) | |
| tree | 08158fea50735ed44fbd645ce7cf2c24beb7c11b /targets | |
| parent | 6be21eb77807afea19219b8fd2ee9c0a4609027d (diff) | |
Notes
Diffstat (limited to 'targets')
| -rw-r--r-- | targets/pseudo/bootstrap-tools/Makefile | 4 | ||||
| -rw-r--r-- | targets/pseudo/toolchain/Makefile.depend | 3 | ||||
| -rw-r--r-- | targets/pseudo/userland/gnu/Makefile.depend | 1 |
3 files changed, 2 insertions, 6 deletions
diff --git a/targets/pseudo/bootstrap-tools/Makefile b/targets/pseudo/bootstrap-tools/Makefile index 525320702a41b..08ed40273c174 100644 --- a/targets/pseudo/bootstrap-tools/Makefile +++ b/targets/pseudo/bootstrap-tools/Makefile @@ -48,7 +48,7 @@ BSARGS= DESTDIR= \ MK_INCLUDES=yes # We will handle building the toolchain and cross-compiler. -BSARGS+= MK_CROSS_COMPILER=no MK_CLANG=no MK_GCC=no +BSARGS+= MK_CROSS_COMPILER=no MK_CLANG=no DISTRIB_ENV= INSTALL="sh ${SRCTOP}/tools/install.sh" NO_FSCHG=1 MK_TESTS=no legacy: .MAKE ${META_DEPS} @@ -78,7 +78,7 @@ BSTCENV= \ ${BSENV:MPATH=*} BSTCARGS= \ - ${BSARGS:NDESTDIR=*:NOBJTOP=*:NOBJROOT=*:NMK_CROSS_COMPILER=*:NMK_CLANG=*:NMK_GCC=*} \ + ${BSARGS:NDESTDIR=*:NOBJTOP=*:NOBJROOT=*:NMK_CROSS_COMPILER=*:NMK_CLANG=*} \ BUILD_DIRDEPS=yes \ LLVM_TBLGEN=${TOOLSDIR}/usr/bin/llvm-tblgen \ CLANG_TBLGEN=${TOOLSDIR}/usr/bin/clang-tblgen \ diff --git a/targets/pseudo/toolchain/Makefile.depend b/targets/pseudo/toolchain/Makefile.depend index c3af1f14718aa..9ac651b4963b1 100644 --- a/targets/pseudo/toolchain/Makefile.depend +++ b/targets/pseudo/toolchain/Makefile.depend @@ -24,8 +24,5 @@ DIRDEPS= \ .if ${MK_CLANG_BOOTSTRAP} == "yes" DIRDEPS+= targets/pseudo/clang .endif -.if ${MK_GCC_BOOTSTRAP} == "yes" -DIRDEPS+= targets/pseudo/gcc -.endif .include <dirdeps.mk> diff --git a/targets/pseudo/userland/gnu/Makefile.depend b/targets/pseudo/userland/gnu/Makefile.depend index d5c025de9846c..397cc03c7f714 100644 --- a/targets/pseudo/userland/gnu/Makefile.depend +++ b/targets/pseudo/userland/gnu/Makefile.depend @@ -9,7 +9,6 @@ DIRDEPS = \ gnu/lib/libdialog \ gnu/lib/libgcov \ - gnu/lib/libgomp \ gnu/lib/libregex/doc \ gnu/lib/libstdc++ \ gnu/lib/libsupc++ \ |
