From ff04e93e8054d7fbae595d0d9885177bd95c8243 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 27 Sep 2010 15:15:19 +0200 Subject: [PATCH] do not set sysroot for cross builds - closes LP: 598389 --- changelog | 7 +++++++ rules | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index 4aaef1d..d04d8db 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,10 @@ +binutils (2.20.51.20100908-0ubuntu3) maverick; urgency=low + + * Do not set sysroot for cross builds - closes LP: #598389 + It was not set in Lucid. + + -- Marcin Juszkiewicz Mon, 27 Sep 2010 15:13:19 +0200 + binutils (2.20.51.20100908-0ubuntu2) maverick; urgency=low * debian/patches/216-tilde-in-ar-filenames: Allow ar scripts to contain ~ diff --git a/rules b/rules index 20c18c6..bae2905 100755 --- a/rules +++ b/rules @@ -1120,8 +1120,6 @@ endif # sysroot options ifdef WITH_SYSROOT with_sysroot = $(WITH_SYSROOT) -else - with_sysroot = / endif ifdef WITH_BUILD_SYSROOT with_build_sysroot = $(WITH_BUILD_SYSROOT) -- 1.7.1