mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 04:14:30 +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
|
#ifndef DEBIAN_PATH_H
|
||||||
#define 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
|
// Provides the debian revision
|
||||||
#define DEB_PATCHSETVERSION "@DEB_PATCHSETVERSION@"
|
#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
|
$(CC) -v
|
||||||
mkdir -p $(TARGET_BUILD)
|
mkdir -p $(TARGET_BUILD)
|
||||||
mkdir -p clang/include/clang/Debian
|
mkdir -p clang/include/clang/Debian
|
||||||
sed -e "s|@DEB_HOST_MULTIARCH@|$(DEB_HOST_MULTIARCH)|" \
|
sed -e "s|@DEB_PATCHSETVERSION@|$(DEBIAN_REVISION)|" \
|
||||||
-e "s|@DEB_HOST_GNU_TYPE@|$(DEB_HOST_GNU_TYPE)|" \
|
|
||||||
-e "s|@DEB_PATCHSETVERSION@|$(DEBIAN_REVISION)|" \
|
|
||||||
debian/debian_path.h > clang/include/clang/Debian/debian_path.h
|
debian/debian_path.h > clang/include/clang/Debian/debian_path.h
|
||||||
|
|
||||||
# Remove some old symlinks
|
# Remove some old symlinks
|
||||||
|
Loading…
Reference in New Issue
Block a user