Skip to content
Snippets Groups Projects
Commit 2b55aca6 authored by Ben Hutchings's avatar Ben Hutchings
Browse files

mkinitramfs: Remove special case for Arm OABI ports


This reverts commit 879602b2.  The
arm (OABI little-endian) port was replaced by armel and was last
released in Debian 5.0.  The armeb (OABI big-endian) port never made
it into a Debian release and has died off completely.

Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
parent 9d8b6908
No related branches found
No related tags found
No related merge requests found
......@@ -349,11 +349,6 @@ for file in /etc/modprobe.d/*.conf /lib/modprobe.d/*.conf ; do
fi
done
# workaround: libgcc always needed on old-abi arm
if [ "$DPKG_ARCH" = arm ] || [ "$DPKG_ARCH" = armeb ]; then
cp -a /lib/libgcc_s.so.1 "${DESTDIR}/lib/"
fi
run_scripts /usr/share/initramfs-tools/hooks
run_scripts "${CONFDIR}"/hooks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment