Ticket #20 (new enhancement)

Opened 2 years ago

Linux makefiles need to check arch

Reported by: afb Assigned to: keinfarbton
Priority: minor Milestone:
Component: SWT Port 3.2.1 Version:
Keywords: Cc:

Description

The Linux makefiles needs to check the current architecture before including the x86 libs, it might need to include the ppc libs instead ? (or issue a warning at least)

The Mac OS X doesn't need to, since the included .jnilib libraries are Universal Binaries and thus include both x86 and ppc code in the same object files / libraries...