diff options
Diffstat (limited to 'hardinfo2/configure')
-rwxr-xr-x | hardinfo2/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hardinfo2/configure b/hardinfo2/configure index ef2ed8ba..9ad12b2d 100755 --- a/hardinfo2/configure +++ b/hardinfo2/configure @@ -81,6 +81,10 @@ case $PROC in m68k) ln -sf linux/m68k arch/this ARCH="ARCH_m68k" ;; + sh*) + ln -sf linux/sh arch/this + ARCH="ARCH_sh" ;; + esac if [ "x$ARCH" == "x" ]; then |