diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-08 17:02:52 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-03-08 17:02:52 +0000 |
commit | 020d43611de67a9b4bb4ff0cf85fc58f8a47aeae (patch) | |
tree | d4844dc187ae275146fb30a541b0a5ab6b6cf42d /debian/rules.defs | |
parent | c65abf7d81bb839665e0a93c58cca79e5c69cd7d (diff) | |
download | gcc-5-020d43611de67a9b4bb4ff0cf85fc58f8a47aeae.tar.gz |
- more fixes for gccgo standalone builds
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@7875 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.defs')
-rw-r--r-- | debian/rules.defs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/rules.defs b/debian/rules.defs index 94a32d0..c4d59de 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -517,6 +517,10 @@ endif with_jit := $(call envfilt, jit, , , $(with_jit)) +ifeq (,$(findstring gcc-,$(PKGSOURCE))) + with_jit := +endif + # Build all packages needed for C development ifneq ($(with_base_only),yes) ifeq ($(with_dev),yes) @@ -752,6 +756,7 @@ go_no_cross := no ifneq (,$(findstring gccgo, $(PKGSOURCE))) with_separate_libgo := yes with_standalone_go := yes + with_java := endif go_no_cpus := avr arm hppa m68k sh4 sparc sparc64 |