blob: b8b6738beaabb270edf39d3a0b147ff14d3a87f6 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#!/bin/sh
2
3
4export PATH=/opt/home/arm/4.3.2/bin:$PATH
5
6
7
8./configure -C --host=arm-linux
9
10make clean && make
11