diff options
author | mp <mp@FreeBSD.org> | 2001-10-14 04:03:18 +0800 |
---|---|---|
committer | mp <mp@FreeBSD.org> | 2001-10-14 04:03:18 +0800 |
commit | 8fa55a718198849d6f52bdf73edfe5774d13dcdc (patch) | |
tree | 3e77516d6fbcfcb53b4394b9d026489e1b8ba110 /emulators | |
parent | f46c3d72fc708d59386907cda56d6046cca780ec (diff) | |
download | freebsd-ports-gnome-8fa55a718198849d6f52bdf73edfe5774d13dcdc.tar.gz freebsd-ports-gnome-8fa55a718198849d6f52bdf73edfe5774d13dcdc.tar.zst freebsd-ports-gnome-8fa55a718198849d6f52bdf73edfe5774d13dcdc.zip |
Remove reference to Makefile patches. I rolled these into the base version
until we can fully cross-compile on FreeBSD.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/psim-freebsd/files/HOW-TO | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/psim-freebsd/files/HOW-TO b/emulators/psim-freebsd/files/HOW-TO index 1522bb9baaf9..1807f495f4b0 100644 --- a/emulators/psim-freebsd/files/HOW-TO +++ b/emulators/psim-freebsd/files/HOW-TO @@ -6,10 +6,8 @@ Instructions for building and running the FreeBSD kernel under PSIM: # cd src/sys/powerpc/conf # config -g GENERIC -2. On a NetBSD PPC system with the source NFS mounted, apply the Makefile.patch - to add the proper CWARN flags and remove the "-elf" flag. - - Compile the kernel (your mount point may vary): +2. On a NetBSD PPC system with the source NFS mounted, compile the kernel + (your mount point may vary): # make -m /mnt/share/mk MACHINE_ARCH=powerpc 3. On the FreeBSD system, grap /usr/src/release/write_mfs_in_kernel.c and |