mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-06 09:53:20 +00:00
Remove old stuff
This commit is contained in:
parent
85ad7aafba
commit
675894d19a
6
debian/debian_path.h
vendored
6
debian/debian_path.h
vendored
@ -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@"
|
||||
|
||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user