common/autoconf/builddeps.conf.example

Print this page

        

*** 29,55 **** # --with-builddeps-conf=..../builddeps.conf.example # --with-builddeps-dir=/localdisk/mybuilddeps # Translate a configuration triplet/quadruplet into something # known by this configuration file. ! # If no rewrite was found, then rewritten_host=${host} REWRITE_i686_pc_linux_gnu=i686-unknown-linux-gnu REWRITE_i386_pc_solaris2_10=i686-sun-solaris2_10 ! # The needed cups builddeps are host independent header files. # I.e. they need not be part of the devkit. builddep_cups=lib/cups_1_3_9.zip builddep_cups_CFLAGS=-I${depdir} # The devkit is the cross compiler tools and sys-roots # for the build platform. builddep_devkit=sdk/sdk-${rewritten_build}-20110921.tar.gz ! # The freetype dependency is partyl host dependent. # It is stored inside the sys-root. builddep_freetype2=sdk/sdk-${rewritten_build}-20110921.tar.gz ! builddep_freetype2_CFLAGS=-I${depdir}/${rewritten_host}/sys-root/usr/include/freetype2 builddep_freetype2_LIBS=-lfreetype # There are many other build dependencies, but they are implicitly # found inside the devkit sys-root. --- 29,55 ---- # --with-builddeps-conf=..../builddeps.conf.example # --with-builddeps-dir=/localdisk/mybuilddeps # Translate a configuration triplet/quadruplet into something # known by this configuration file. ! # If no rewrite was found, then rewritten_target=${OPENJDK_TARGET_SYSTEM} REWRITE_i686_pc_linux_gnu=i686-unknown-linux-gnu REWRITE_i386_pc_solaris2_10=i686-sun-solaris2_10 ! # The needed cups builddeps are platform independent header files. # I.e. they need not be part of the devkit. builddep_cups=lib/cups_1_3_9.zip builddep_cups_CFLAGS=-I${depdir} # The devkit is the cross compiler tools and sys-roots # for the build platform. builddep_devkit=sdk/sdk-${rewritten_build}-20110921.tar.gz ! # The freetype dependency is partly platform dependent. # It is stored inside the sys-root. builddep_freetype2=sdk/sdk-${rewritten_build}-20110921.tar.gz ! builddep_freetype2_CFLAGS=-I${depdir}/${rewritten_target}/sys-root/usr/include/freetype2 builddep_freetype2_LIBS=-lfreetype # There are many other build dependencies, but they are implicitly # found inside the devkit sys-root.