forked from VincentWei/MiniGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildlib-uclinux-frv
executable file
·54 lines (51 loc) · 1.3 KB
/
buildlib-uclinux-frv
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
48
49
50
51
52
53
54
#!/bin/bash
rm config.cache config.status -f
CC=frv-uclinux-gcc \
RANLIB=frv-uclinux-ranlib \
./configure --prefix=/opt/frv_uclinux/target \
--build=i386-linux \
--host=arm-elf-linux \
--target=arm-elf-linux \
--with-osname=uclinux \
--enable-debug \
--disable-procs \
--disable-standalone \
--with-style=fashion \
--enable-incoreres \
--enable-dummyial \
--enable-videodummy \
--enable-autoial \
--enable-abssigial \
--enable-rbfgb12 \
--disable-rbf16 \
--disable-rbf24 \
--disable-rbfgb16 \
--enable-fonthelv \
--enable-purefbgfx \
--enable-videomb93493 \
--disable-ipaqial \
--disable-nativeial \
--disable-pcxsupport \
--disable-lbmsupport \
--disable-tgasupport \
--disable-qpfsupport \
--disable-ttfsupport \
--disable-type1support \
--disable-latin9support \
--disable-gbksupport \
--disable-big5support \
--disable-unicodesupport \
--disable-pngsupport \
--disable-micemoveable \
--disable-cursor \
--disable-imegb2312 \
--disable-imegb2312pinyin \
--disable-savebitmap \
--disable-savescreen \
--disable-aboutdlg \
--disable-ext-fullgif \
--disable-micemoveable \
--disable-dblclk
# --enable-shared \
# --enable-static \
# --enable-rbfgb24 \