diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-16 14:29:54 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2015-05-16 14:29:54 +0000 |
commit | 481c9cb247ce586b94f51f6727c029fd277cd534 (patch) | |
tree | ed21ec9fe742dfa489fa061796f117e236308592 /debian/rules.conf | |
parent | 9c9fe022200029d18016f50e9a068f809b6ebd89 (diff) | |
download | gcc-5-481c9cb247ce586b94f51f6727c029fd277cd534.tar.gz |
* Remove reference to .ico file in NEWS.html.
* Fix gcc's dependency on libcc1-0 for native builds.
* Fix stripping the rpath when cross-building cross compilers.
git-svn-id: svn://anonscm.debian.org/gcccvs/branches/sid/gcc-5@8040 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 0ce8a00..ce6a387 100644 --- a/debian/rules.conf +++ b/debian/rules.conf @@ -1204,7 +1204,7 @@ ifeq ($(with_cc1),yes) echo 'dep:libcc1=libcc1-$(CC1_SONAME) (>= $(GCC_VERSION))' \ >> debian/substvars.local.tmp else - echo 'dep:libcc1=libcc1-$(CC1_SONAME) (>= $${gcc:Version})' + echo 'dep:libcc1=libcc1-$(CC1_SONAME) (>= $${gcc:Version})' \ >> debian/substvars.local.tmp endif endif |