Changeset 5597


Ignore:
Timestamp:
Dec 5, 2006, 7:31:26 PM (18 years ago)
Author:
Gary Byers
Message:

Change LDFLAGS, to keep ld64 from putting a linkedit segment in the wrong
place and making 32-bit memory unmappable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/darwinppc64/Makefile

    r4765 r5597  
    5050### The -seg1addr and -pagezero_size arguments below are nonsense;
    5151### early versions of ld64 were/are broken.
    52 LDFLAGS = -M -arch ppc64 -dynamic  -o $@ -e start -seg1addr 0x6000
     52LDFLAGS = -M -arch ppc64 -dynamic  -o $@ -e start -pagezero_size 0x1000 -seg1addr 0x6000
    5353AS = as
    5454M4 = gm4
Note: See TracChangeset for help on using the changeset viewer.