forked from VincentWei/MiniGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildlib-hh44b0
executable file
·48 lines (45 loc) · 1.23 KB
/
buildlib-hh44b0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
#!/bin/sh
rm config.cache config.status -f
CC=arm-elf-gcc \
CFLAGS="-Os -D__uClinux__ -mcpu=arm7tdmi -fno-exceptions -fno-rtti -nostartfiles -fno-builtin " \
LDFLAGS="-Wl,-elf2flt" \
./configure --prefix=/opt/armtools/arm-elf \
--build=i386-linux \
--host=arm-elf-linux \
--target=arm-elf-linux \
--with-osname=uclinux \
--disable-shared \
--disable-procs \
--disable-standalone \
--with-style=fashion \
--enable-incoreres \
--enable-rbfgb12 \
--enable-rbf16 \
--enable-fonthelv \
--enable-adv2dapi \
--enable-videofbcon \
--disable-videoqvfb \
--disable-qvfbial \
--disable-videodummy \
--disable-videocommlcd \
--disable-micemoveable \
--enable-cursor \
--disable-textmode \
--disable-palm2ial \
--enable-embest44b0ial \
--disable-nativeial \
--disable-qpfsupport \
--disable-ttfsupport \
--disable-type1support \
--disable-latin9support \
--enable-gbsupport \
--disable-gbksupport \
--disable-big5support \
--disable-unicodesupport \
--disable-extctrlgridview \
--disable-savebitmap \
--enable-imegb2312 \
--enable-imegb2312py \
--disable-aboutdlg \
--disable-savescreen \
--enable-tinyscreen