1
0
mirror of https://github.com/prirun/p50em.git synced 2026-03-05 10:24:06 +00:00

makefile: don't compile with registers for PPC; it's a lot faster, but

disables async PNC I/O, which makes remote disk access VERY slow.
This commit is contained in:
Jim
2011-12-04 11:00:32 -05:00
parent 0f4af04275
commit 326c136dc2

View File

@@ -71,7 +71,7 @@ demo: # demo (limited: 1-2 amlc, 1 disk drive up to 160MB, one PNC node) (Intel
demop: # demo (PowerPC)
cc -mmacosx-version-min=10.4 -fno-stack-protector -arch ppc -DREV=\"${REV}\" -DWITHREGS -DDEMO -DNOTRACE -DFAST -O em.c -fobey-inline -mdynamic-no-pic -o em
cc -DNOREGS -mmacosx-version-min=10.4 -fno-stack-protector -arch ppc -DREV=\"${REV}\" -DDEMO -DNOTRACE -DFAST -O em.c -fobey-inline -mdynamic-no-pic -o em
strip em