diff --git a/debian/debian_path.h b/debian/debian_path.h index 559f23a0..539636f8 100644 --- a/debian/debian_path.h +++ b/debian/debian_path.h @@ -10,12 +10,6 @@ #ifndef DEBIAN_PATH_H #define DEBIAN_PATH_H -// To create the full path to libgcc and other. -// For example: /usr/lib/i386-linux-gnu/gcc/i486-linux-gnu/4.5/libgcc.a - -#define DEB_HOST_MULTIARCH_TRIPLET "@DEB_HOST_MULTIARCH@" -#define DEB_HOST_GNU_TYPE_TRIPLET "@DEB_HOST_GNU_TYPE@" - // Provides the debian revision #define DEB_PATCHSETVERSION "@DEB_PATCHSETVERSION@" diff --git a/debian/rules b/debian/rules index 6d90d365..d6ae49ee 100755 --- a/debian/rules +++ b/debian/rules @@ -121,9 +121,7 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL $(CC) -v mkdir -p $(TARGET_BUILD) mkdir -p clang/include/clang/Debian - sed -e "s|@DEB_HOST_MULTIARCH@|$(DEB_HOST_MULTIARCH)|" \ - -e "s|@DEB_HOST_GNU_TYPE@|$(DEB_HOST_GNU_TYPE)|" \ - -e "s|@DEB_PATCHSETVERSION@|$(DEBIAN_REVISION)|" \ + sed -e "s|@DEB_PATCHSETVERSION@|$(DEBIAN_REVISION)|" \ debian/debian_path.h > clang/include/clang/Debian/debian_path.h # Remove some old symlinks