diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-18 21:07:38 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-18 21:07:38 +0000 |
commit | 1d7345ecd38240f5ff985cde80db1cb0f4d0099e (patch) | |
tree | 05377d2ab98ad94e92ac82041ed4a8a5ff0bc858 /debian/rules.conf | |
parent | f5268d179608f60fdc94c4b357595cc0021535df (diff) | |
download | gcc-5-1d7345ecd38240f5ff985cde80db1cb0f4d0099e.tar.gz |
* Partially apply patches to build a gnat cross compiler (submitted
by YunQiang Su).
- gnatmake: Call the versioned gnatbind and gnatlink commands.
Closes: #782257.
- Allow libgnatprj and libgnatvsn to cross build. Addresses: #783372.
- New patch ada-gnattools-cross.diff (no documentation).
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8045 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
Diffstat (limited to 'debian/rules.conf')
-rw-r--r-- | debian/rules.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.conf b/debian/rules.conf index ce6a387..8e1613c 100644 --- a/debian/rules.conf +++ b/debian/rules.conf @@ -505,7 +505,7 @@ else ifeq ($(PKGSOURCE),gnat-$(BASE_VERSION)) # Special source package just for gnat. Fail early if gnat is not present, # rather than waste CPU cycles and fail later. # Bootstrap step needs a gnatgcc symbolic link. - GNAT_BUILD_DEP := gnat (>= 4.1) | gnat-4.9 | gnat-4.6 (>= 4.6.4-2), + GNAT_BUILD_DEP := $(gnat_build_dep), GNAT_BUILD_DEP += $(SOURCE_BUILD_DEP) JAVA_BUILD_DEP := JAVA_BUILD_INDEP := |