mirror of
https://git.proxmox.com/git/mirror_smartmontools-debian
synced 2025-05-16 13:20:59 +00:00
10 lines
304 B
Bash
10 lines
304 B
Bash
#! /bin/sh
|
|
CFLAGS="-s -Zomf -O3 -march=pentium -mcpu=pentium3" \
|
|
CXXFLAGS="-s -Zomf -O3 -march=pentium -mcpu=pentium3" \
|
|
LDFLAGS="-s -Zmap -Zhigh-mem -Zomf -Zexe -Zstack 0x100" \
|
|
LIBS=" -lsyslog -lsocket" \
|
|
LN_CP_F="cp.exe" \
|
|
RANLIB="echo" \
|
|
AR="emxomfar" \
|
|
./configure --prefix=/usr/local/smartmontools
|