diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2014-12-30 19:19:43 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2014-12-30 19:19:43 +0000 |
commit | 0e14fd92998c2da3e29545ce85df204c82b51642 (patch) | |
tree | 0af12dad368a4835d12e33fca8152a87e478d0a2 /lang/gcc47/Makefile | |
parent | 6877742a6f91dcaff867f461d6325467ed7c721e (diff) | |
download | ports-0e14fd92998c2da3e29545ce85df204c82b51642.tar.gz ports-0e14fd92998c2da3e29545ce85df204c82b51642.zip |
Notes
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index da96744ba7cf..07d8daa19807 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -70,6 +70,7 @@ GNU_CONFIGURE= yes .if empty(PORT_OPTIONS:MBOOTSTRAP) CONFIGURE_ARGS+=--disable-bootstrap .else +CONFIGURE_ARGS+=--with-build-config=bootstrap-debug ALL_TARGET= bootstrap-lean .endif CONFIGURE_ARGS+=--disable-nls \ |