This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] ppc64 native target for gcc



On Nov 10, 2006, at 3:17 PM, Mike Stump wrote:


But, did you add -search_paths_first? That, or you need to build a shared libz.dylib.

Thanks, that worked:


[descartes:mainline/objdir/gcc] gcc-test% /Users/gcc-test/programs/ gcc/mainline/objdir/./prev-gcc/xgcc -Wl,-search_paths_first -B/ Users/gcc-test/programs/gcc/mainline/objdir/./prev-gcc/ -B/pkgs/ gcc-4.3.0-64/powerpc64-apple-darwin8.8.0/bin/ -g -O2 -DIN_GCC -W - Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes - pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength- strings -Wold-style-definition -Wmissing-format-attribute -Werror - fno-common -DHAVE_CONFIG_H -o gcjh java/gjavah.o java/jcf-io.o java/ jcf-depend.o java/jcf-path.o java/win32-host.o java/zextract.o version.o errors.o ggc-none.o intl.o -L../zlib -lz ../libcpp/ libcpp.a ./../intl/libintl.a ../libiberty/libiberty.a ../ libdecnumber/libdecnumber.a -L/pkgs/gmp-4.2.1-64//lib -L/pkgs/ gmp-4.2.1-64//lib -lmpfr -lgmp
[descartes:mainline/objdir/gcc] gcc-test% ls -l gcjh
-rwxr-xr-x 1 gcc-test gcc-test 177161 Nov 10 18:02 gcjh
[descartes:mainline/objdir/gcc] gcc-test% ./gcjh
gcjh: no classes specified
Try 'gcjh --help' for more information.

I don't know how to add such an option to the makefile, unfortunately.


Brad


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]