[Bug 2353] New: [IcedTea8] Empty host and target arguments passed to CACAO

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed May 13 18:22:20 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2353

            Bug ID: 2353
           Summary: [IcedTea8] Empty host and target arguments passed to
                    CACAO
           Product: IcedTea
           Version: 8-hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: CACAO
          Assignee: stefan at complang.tuwien.ac.at
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org, xerxes at zafena.se

./configure \
  --host= \
  --build=x86_64-pc-linux-gnu \
  --target= \

from:


        $(ARCH_PREFIX) ./configure \
          --host=$(host_alias) \
          --build=$(build_alias) \
          --target=$(target_alias) \

We need to either populate host_alias and target_alias or remove these options.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150513/fc22ca15/attachment.html>


More information about the distro-pkg-dev mailing list