diff options
author | John Baldwin <jhb@FreeBSD.org> | 2018-06-08 16:06:49 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2018-06-08 16:06:49 +0000 |
commit | f3d7145d033f6b78662892d8b6d9e66883ca6ce8 (patch) | |
tree | 0a34199e8f597e6e0322cdb27010cc5cf4da4775 /base | |
parent | 577259b6f1e50f9ebe2a94b95ba72ac3cb0b5f08 (diff) |
Notes
Diffstat (limited to 'base')
-rw-r--r-- | base/gcc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/base/gcc/Makefile b/base/gcc/Makefile index 494cfb39413a..7c807974a213 100644 --- a/base/gcc/Makefile +++ b/base/gcc/Makefile @@ -31,8 +31,7 @@ LICENSE_COMB= multi GCC_TARGET= ${ARCH}-unknown-${OPSYS:tl}${OSREL} PREFIX= /usr -CONFIGURE_ENV= gcc_gxx_include_dir="/usr/include/c++/v1" \ - NM=/usr/bin/nm \ +CONFIGURE_ENV= NM=/usr/bin/nm \ AS_FOR_TARGET=/usr/bin/as \ LD_FOR_TARGET=/usr/bin/ld \ NM_FOR_TARGET=/usr/bin/nm |