mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
remove -m486 option for alpha.
xboing is still broken on alpha for lack of sound support.
This commit is contained in:
parent
3bba7571bb
commit
feb9acb106
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15847
@ -33,7 +33,7 @@
|
||||
#CFLAGS= -g -funroll-loops # gnu cc 2.00 on SunOS with debug
|
||||
-CFLAGS= -O2 -funroll-loops # gnu cc 2.00 on SunOS
|
||||
+#CFLAGS= -O2 -funroll-loops # gnu cc 2.00 on SunOS
|
||||
+CFLAGS= -O2 -m486 -pipe -fno-strength-reduce
|
||||
+CFLAGS= -O2 -pipe -fno-strength-reduce
|
||||
|
||||
# flags for DJGPP package
|
||||
#COFF2EXE= coff2exe $(GNUSHOGI)
|
||||
|
@ -26,7 +26,7 @@
|
||||
AUDIO_INCLUDE =
|
||||
AUDIO_LIB =
|
||||
- CDEBUGFLAGS = -g
|
||||
+ CDEBUGFLAGS = -O2 -m486 -pipe
|
||||
+ CDEBUGFLAGS = -O2 -pipe
|
||||
|
||||
XCOMM Uncomment this if you want to use ANY of the AUDIO sound systems
|
||||
#define COMPILE_IN_AUDIO
|
||||
|
Loading…
Reference in New Issue
Block a user