[Mit-cadr-cvs] r326 - trunk/emulator/usim

rswindells at common-lisp.net rswindells at common-lisp.net
Sun Nov 18 19:08:43 UTC 2012


Author: rswindells
Date: Sun Nov 18 11:08:41 2012
New Revision: 326

Log:
Add rpath for NetBSD.

Modified:
   trunk/emulator/usim/Makefile

Modified: trunk/emulator/usim/Makefile
==============================================================================
--- trunk/emulator/usim/Makefile	Sun Nov 18 09:49:57 2012	(r325)
+++ trunk/emulator/usim/Makefile	Sun Nov 18 11:08:41 2012	(r326)
@@ -80,8 +80,8 @@
 
 # NetBSD
 ifeq ($(OS), NETBSD)
-CFLAGS = -O2 -g -mfpmath=sse -msse -march=athlon-4 $(DEFINES) -I/usr/pkg/include
-LFLAGS = -L/usr/pkg/lib
+CFLAGS = -O2 -g $(DEFINES) -I/usr/pkg/include
+LFLAGS = -R/usr/pkg/lib -L/usr/pkg/lib
 endif
 
 # override above if 64 bit




More information about the mit-cadr-cvs mailing list