diff options
author | Daniel Baumann <daniel@debian.org> | 2009-12-09 21:54:41 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2009-12-09 21:54:41 +0100 |
commit | 494ea2795e9e8d01ef89af92664dff7a8c6d5986 (patch) | |
tree | b2c6db6bf054ec0fdf2cdce3af4f96c62a7f86ab /functions/architecture.sh | |
parent | 2d02a479d10017e2ec4527b718e8905a606a7fb5 (diff) | |
download | vyos-live-build-494ea2795e9e8d01ef89af92664dff7a8c6d5986.tar.gz vyos-live-build-494ea2795e9e8d01ef89af92664dff7a8c6d5986.zip |
Removing lpia support, this architecture is dead.
Diffstat (limited to 'functions/architecture.sh')
-rwxr-xr-x | functions/architecture.sh | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/functions/architecture.sh b/functions/architecture.sh index 278ec6a6f..cd8e073a8 100755 --- a/functions/architecture.sh +++ b/functions/architecture.sh @@ -38,8 +38,8 @@ Check_crossarchitecture () fi case "${HOST}" in - amd64|i386|lpia|x86_64) - CROSS="amd64 i386 lpia" + amd64|i386|x86_64) + CROSS="amd64 i386" ;; powerpc|ppc64) @@ -75,12 +75,6 @@ Check_multiarchitecture () DESTDIR_INSTALL="${DESTDIR_INSTALL}.386" ;; - lpia) - DESTDIR="${DESTDIR}.lpi" - DESTDIR_LIVE="${DESTDIR_LIVE}.lpi" - DESTDIR_INSTALL="${DESTDIR_INSTALL}.lpi" - ;; - powerpc) DESTDIR="${DESTDIR}.ppc" DESTDIR_LIVE="${DESTDIR_LIVE}.ppc" |