equal
deleted
inserted
replaced
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_target=${OPENJDK_TARGET_AUTOCONF_NAME} |
34 # If no rewrite was found, then rewritten_target=${OPENJDK_TARGET_AUTOCONF_NAME} |
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 platform 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 |