diff options
author | marino <marino@FreeBSD.org> | 2015-03-16 02:49:29 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-03-16 02:49:29 +0800 |
commit | 9b9907d4fb40f134cee4b92ae1ba6c21e47ba4b1 (patch) | |
tree | 21e048e8d4cacb2687e1bcbd5b9710cb98fdb670 /lang | |
parent | 1a3fbf48a6931449a4c279158ce4ec3ba82c6a0d (diff) | |
download | freebsd-ports-gnome-9b9907d4fb40f134cee4b92ae1ba6c21e47ba4b1.tar.gz freebsd-ports-gnome-9b9907d4fb40f134cee4b92ae1ba6c21e47ba4b1.tar.zst freebsd-ports-gnome-9b9907d4fb40f134cee4b92ae1ba6c21e47ba4b1.zip |
lang/gcc5-aux: Make DragonFly build 3 stages too
This port also fails in poudriere (but not outside it) in DragonFly,
so just make all platforms build all 3 stages until a new bootstrap
compiler is available on both FreeBSD and DragonFly.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc5-aux/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/gcc5-aux/Makefile b/lang/gcc5-aux/Makefile index dac1cc028063..1acd993f7c9e 100644 --- a/lang/gcc5-aux/Makefile +++ b/lang/gcc5-aux/Makefile @@ -149,9 +149,8 @@ EXTRA_CONFIG+= --with-stage1-ldflags=-static EXTRA_CONFIG+= --disable-shared --disable-lto EXTRA_CONFIG+= --with-boot-ldflags=-static .else -. if ${OPSYS} == DragonFly -EXTRA_CONFIG+= --disable-bootstrap -. endif +# For some reason, libcc1.a can't be build with bootstrap (only) in poudriere +#EXTRA_CONFIG+= --disable-bootstrap .endif # Establish Ada-aware compiler for use |