Skip to content

Commit

Permalink
Trash the horrible brp-sparc64-linux hack from the ancient past
Browse files Browse the repository at this point in the history
- kludgery like this might've been necessary back in 2000 to get started
  with multilib setup but it certainly isn't needed now
  • Loading branch information
pmatilai committed Oct 17, 2008
1 parent 927f384 commit cbbb03e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 44 deletions.
4 changes: 2 additions & 2 deletions installplatform
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ for SUBST in $SUBSTS ; do
sparcv8-linux) MULTILIBNO=1 ;;
sparcv9-linux) MULTILIBNO=1 ;;
sparcv9v-linux) MULTILIBNO=1 ;;
sparc64-linux) ARCH_INSTALL_POST=${pkglibdir}/brp-sparc64-linux; LIB=lib64; MULTILIBNO=2 ;;
sparc64v-linux) ARCH_INSTALL_PORT=${pkglibdir}/brp-sparc64-linux; LIB=lib64; MULTILIBNO=2 ;;
sparc64-linux) LIB=lib64; MULTILIBNO=2 ;;
sparc64v-linux) LIB=lib64; MULTILIBNO=2 ;;
s390-linux) MULTILIBNO=1 ;;
s390x-linux) LIB=lib64; MULTILIBNO=2 ;;
ppc-linux) MULTILIBNO=1 ;;
Expand Down
2 changes: 1 addition & 1 deletion scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EXTRA_DIST = \
rpmconfig_SCRIPTS = \
brp-compress brp-python-bytecompile brp-java-gcjcompile \
brp-strip brp-strip-comment-note \
brp-strip-shared brp-strip-static-archive brp-sparc64-linux \
brp-strip-shared brp-strip-static-archive \
check-files check-prereqs \
check-buildroot check-rpaths check-rpaths-worker \
find-lang.sh \
Expand Down
41 changes: 0 additions & 41 deletions scripts/brp-sparc64-linux

This file was deleted.

0 comments on commit cbbb03e

Please sign in to comment.