Commit Graph

  • 6fad282c16 Merge ec57c0a099 into 88219957db MaddTheSane 2013-07-15 18:13:03 -0700
  • ec57c0a099 Get the glibtool/libtool checker in autogen.sh to work on an actual system. C.W. Betts 2013-07-15 19:12:06 -0600
  • 6c72dac2e0 Make autogen.sh work on Darwin/OS X by checking for glibtool/glibtoolize first. The libtool binary that OS X uses is actually not the same version that other unices use. The version that other unices use is named glibtool on OS X. It seems that syn68k uses arguments that aren't available on OS X's/Darwin's libtool. C.W. Betts 2013-07-11 10:07:09 -0600
  • e1cada4e55 Added steps to README so I can reproduce successful tests. ancient_hackage Clifford T. Matthews 2010-11-11 10:59:26 -0700
  • ded4972934 tiny change to autogen.sh. I want to try building from a completely new clone (to make sure I'm not accidentally depending on stuff in my current directory) Clifford T. Matthews 2010-11-11 10:35:38 -0700
  • fc75521fb6 Ancient hacks that I made as I was trying to get Executor on iPad. Clifford T. Matthews 2010-11-11 09:33:10 -0700
  • 88219957db Fixed so we can build in our source directory (make distcheck doesn't check that). master Clifford T. Matthews 2009-12-05 17:36:04 -0700
  • aab2017cf7 Fixed underscore detection to work on Snow Leopard. Clifford T. Matthews 2009-12-05 17:35:31 -0700
  • 36cf1b7528 make distcheck works. Clifford T. Matthews 2009-12-05 15:34:57 -0700
  • 21b993bbdd Fix so we can compile on Fedora 9 still. Clifford T. Matthews 2009-11-27 16:22:37 -0700
  • bb56a75d7b updated README to mention that Syn68k will not build properly under Snow Leopard. Clifford T. Matthews 2009-11-27 13:54:25 -0700
  • 655e404e13 Fixed to build on Fedora 11 and Fedora 12. Clifford T. Matthews 2009-11-27 12:31:18 -0700
  • b9044353de No more need for extra arguments to configure (at least on the systems I'm currently testing) Clifford Matthews 2009-06-22 22:38:05 -0600
  • dada69c88d Hack: add -fno-dce when compiling for x86_64 Clifford Matthews 2009-06-22 16:24:05 -0600
  • 9c5ceb4e0f Make clean cleans up native/i386 .o files too. Clifford Matthews 2009-06-22 15:30:14 -0600
  • a66465f9ca assembly cleanup and optimization are now AC_ARG_ENABLEd rather than done via environment variables. Clifford T. Matthews 2009-06-22 14:41:10 -0600
  • 32da58abd4 minor reformat of configure.ac Clifford T. Matthews 2009-06-22 11:03:58 -0600
  • 20c950a654 No longer enables native support on non-x86. Clifford T. Matthews 2009-06-22 10:46:03 -0600
  • 2935fe1503 moved ROMlib_offset definition into Syn68k (to help with Executor's use of autoconf). Clifford Matthews 2009-06-19 15:25:57 -0600
  • d432d6ea9f No longer mention that Executor doesn't run under Mac OS X. Clifford Matthews 2009-06-12 18:30:18 -0600
  • 54d3050853 Mention what Syn68k is in README Clifford T. Matthews 2009-06-10 16:42:45 -0600
  • da506a85a1 Works on Fedora 11 (gcc 4.4.0) Clifford T. Matthews 2009-06-10 08:16:22 -0600
  • 417c8c1a90 Updated README/TODO to mention ppc target. Clifford T. Matthews 2009-06-09 10:19:47 -0600
  • 3d7b4add5b README reflects current state. Clifford T. Matthews 2009-06-08 22:02:29 -0600
  • 41d5c6157b x86_64 runs now, although so far only with optimization flags lowered by hand. Clifford T. Matthews 2009-06-08 20:07:17 -0600
  • 18131149d9 Fixed bug introduced in last commit. Clifford T. Matthews 2009-06-08 19:17:31 -0600
  • 97d657fa0f More x86_64 mods, but x86_64 still doesn't work. Clifford T. Matthews 2009-06-08 18:57:09 -0600
  • f508f8c67c got --disable-native working on i386 Clifford T. Matthews 2009-06-08 12:39:06 -0600
  • 25eaed6e60 Merge branch 'master' of git@github.com:ctm/syn68k Clifford T. Matthews 2009-06-08 11:37:12 -0600
  • 01acac518c --disable-native appears to work (needs more testing) Clifford T. Matthews 2009-06-08 11:36:57 -0600
  • b33bf94c49 Merge branch 'master' of git@github.com:ctm/syn68k Clifford Matthews 2009-06-08 11:20:08 -0600
  • fccefb39fa Removed BROKEN_SIZE_32 (no longer needed now that we use local labels) Clifford Matthews 2009-06-08 11:19:51 -0600
  • 7c09cb5fb8 Fixed host_cpu_class-based detection bug. Clifford T. Matthews 2009-06-08 07:58:28 -0600
  • c2604c275a Beginning of work to get Syn68k working on x86_64 in 64-bit mode (we used to be able to do on the Alpha) Clifford T. Matthews 2009-06-07 19:59:00 -0600
  • 71bf911a65 Builds correctly on Mac OS X Clifford Matthews 2009-06-07 19:12:25 -0600
  • c4c3d51467 More Mac OS X mods (native still doesn't work, but we're closer). Clifford Matthews 2009-06-07 17:49:06 -0600
  • cc36e6e260 Builds (but doesn't run) on Mac OS X Clifford Matthews 2009-06-06 14:23:16 -0600
  • 9939d92e91 Another execstack fix. Clifford Matthews 2009-06-06 12:12:12 -0600
  • 4b93c68bc4 Added execstack back in since it really is needed on some platforms. Clifford T. Matthews 2009-06-06 11:49:53 -0600
  • e33db7b097 Don't need -z execstack after all. Clifford T. Matthews 2009-06-06 10:40:56 -0600
  • 944f070990 Fixed native code generation for Mac OS X (but still have other Mac OS X problems). Clifford Matthews 2009-06-06 09:19:03 -0600
  • d0035f4d92 build i386-isa.h when needed Clifford T. Matthews 2009-06-05 05:29:55 -0600
  • 010c5babac Some mods to help with Mac OS X build. The build still fails, but we're close. Clifford Matthews 2009-06-05 17:00:59 -0600
  • 9ac2e0ebb8 renamed output files to not conflict with .gitignore Clifford T. Matthews 2009-06-05 01:21:40 -0600
  • 9e04703a34 Added some syngentest info (see test/output/README) Clifford T. Matthews 2009-06-05 00:56:39 -0600
  • d8ae6db97a Added x86_64 compilation hack to README Clifford T. Matthews 2009-06-03 18:27:34 -0600
  • a409d45c50 Produces a working libsyn68k.a on Fedora 9 using the stock compiler. Probably works with other gcc 4.x variants, but hasn't been tested much yet. Clifford T. Matthews 2009-06-03 05:02:50 -0600
  • ad6ca93da4 Updated README to note gcc 4.3.3 problems. Clifford T. Matthews 2009-06-02 14:57:54 -0600
  • 9f31e73203 updated README to note that gcc 4.2.4 works. Clifford T. Matthews 2009-06-02 13:33:11 -0600
  • 7ba435096e Updated README to include gcc issues Clifford T. Matthews 2009-06-02 08:25:10 -0600
  • dc8eb02d33 Made it so that make install installs libsyn68k.a and syn68k_public.h. However, there's a chance that the libsyn68k.a that they install is broken. Clifford T. Matthews 2009-06-02 01:59:08 -0600
  • ef27cd8214 Includes salty-horse's fix for big endian compilation, but doesn't include his endian test result in config.h mods. Clifford T. Matthews 2009-06-01 16:14:50 -0600
  • 253d704e71 Builds on i386 Fedora 9 system. Haven't yet verified that Exeuctor works with it, though. Clifford T. Matthews 2009-06-01 15:45:49 -0600
  • 1e0db1eac6 Add .gitignore Ori Avtalion 2009-02-09 22:23:58 +0200
  • e29f14a6d0 Fix compilation on big endian machines Ori Avtalion 2009-02-09 22:14:40 +0200
  • d629112ec3 Move config.h to includes/, include it in syn86k_public.h Ori Avtalion 2009-02-09 22:08:32 +0200
  • 7a41a745a7 Move endianess checks to autoconf Ori Avtalion 2009-02-09 18:11:36 +0200
  • 9409c41302 slightly more current README Clifford T. Matthews 2008-09-26 08:28:53 -0600
  • eac71db488 Syn68k from an svn export Clifford T. Matthews 2008-09-26 08:25:10 -0600