[Bug 334] allow specifying explicit target arch
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Jan 29 02:39:17 PST 2010
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=334
------- Comment #7 from xerxes at zafena.se 2010-01-29 10:39 -------
TARGET_ARCH are handeled by gnu makes built in rules that are defined in
gnu make sources make/default.c
To quote the gnu make manual: TARGET_ARCH have no default value. It are
intended for use by end-users to customize the build process.
TARGET_ARCH are used by the built in make macros
LINK.o = $(CC) $(LDFLAGS) $(TARGET_ARCH)
COMPILE.cc = $(CXX) $(CXXFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c
and others...
So simply defining it for cross compilation purposes looks like the right thing
to do
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list