29 # --with-builddeps-conf=..../builddeps.conf.example |
29 # --with-builddeps-conf=..../builddeps.conf.example |
30 # --with-builddeps-dir=/localdisk/mybuilddeps |
30 # --with-builddeps-dir=/localdisk/mybuilddeps |
31 |
31 |
32 # Translate a configuration triplet/quadruplet into something |
32 # Translate a configuration triplet/quadruplet into something |
33 # known by this configuration file. |
33 # known by this configuration file. |
34 # If no rewrite was found, then rewritten_host=${host} |
34 # If no rewrite was found, then rewritten_target=${OPENJDK_TARGET_SYSTEM} |
35 REWRITE_i686_pc_linux_gnu=i686-unknown-linux-gnu |
35 REWRITE_i686_pc_linux_gnu=i686-unknown-linux-gnu |
36 REWRITE_i386_pc_solaris2_10=i686-sun-solaris2_10 |
36 REWRITE_i386_pc_solaris2_10=i686-sun-solaris2_10 |
37 |
37 |
38 # The needed cups builddeps are host independent header files. |
38 # The needed cups builddeps are platform independent header files. |
39 # I.e. they need not be part of the devkit. |
39 # I.e. they need not be part of the devkit. |
40 builddep_cups=lib/cups_1_3_9.zip |
40 builddep_cups=lib/cups_1_3_9.zip |
41 builddep_cups_CFLAGS=-I${depdir} |
41 builddep_cups_CFLAGS=-I${depdir} |
42 |
42 |
43 # The devkit is the cross compiler tools and sys-roots |
43 # The devkit is the cross compiler tools and sys-roots |
44 # for the build platform. |
44 # for the build platform. |
45 builddep_devkit=sdk/sdk-${rewritten_build}-20110921.tar.gz |
45 builddep_devkit=sdk/sdk-${rewritten_build}-20110921.tar.gz |
46 |
46 |
47 # The freetype dependency is partyl host dependent. |
47 # The freetype dependency is partly platform dependent. |
48 # It is stored inside the sys-root. |
48 # It is stored inside the sys-root. |
49 builddep_freetype2=sdk/sdk-${rewritten_build}-20110921.tar.gz |
49 builddep_freetype2=sdk/sdk-${rewritten_build}-20110921.tar.gz |
50 builddep_freetype2_CFLAGS=-I${depdir}/${rewritten_host}/sys-root/usr/include/freetype2 |
50 builddep_freetype2_CFLAGS=-I${depdir}/${rewritten_target}/sys-root/usr/include/freetype2 |
51 builddep_freetype2_LIBS=-lfreetype |
51 builddep_freetype2_LIBS=-lfreetype |
52 |
52 |
53 # There are many other build dependencies, but they are implicitly |
53 # There are many other build dependencies, but they are implicitly |
54 # found inside the devkit sys-root. |
54 # found inside the devkit sys-root. |
55 |
55 |