Honor CFLAGS.
PR: ports/9488 Submitted by: Sheldon Hearn <axl@iafrica.com> Reviewed by: jkoshy
This commit is contained in:
parent
315dc15d01
commit
729d475280
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16061
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
OBJECTS='decode_i386.o dct64_i386.o getbits_.o audio_oss.o' \
|
||||
- CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \
|
||||
- -funroll-all-loops -ffast-math -DROT_I386 \
|
||||
+ CFLAGS+='-Wall -O2 -ansi -pedantic -fomit-frame-pointer \
|
||||
+ CFLAGS+='$(CFLAGS) -Wall -O2 -ansi -pedantic -fomit-frame-pointer \
|
||||
+ -funroll-all-loops -ffast-math -DROT_I386 -DREAD_MMAP \
|
||||
+ -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP -DOSS' \
|
||||
+ mpg123-make
|
||||
|
@ -22,7 +22,7 @@
|
|||
+freebsd-elf:
|
||||
+ $(MAKE) CC=cc LDFLAGS= \
|
||||
+ OBJECTS='decode_i386.o dct64_i386.o getbits.o audio_oss.o' \
|
||||
+ CFLAGS+='-Wall -O2 -ansi -pedantic -fomit-frame-pointer \
|
||||
+ CFLAGS+='$(CFLAGS) -Wall -O2 -ansi -pedantic -fomit-frame-pointer \
|
||||
+ -funroll-all-loops -ffast-math -DROT_I386 -DREAD_MMAP \
|
||||
-DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP -DOSS' \
|
||||
mpg123-make
|
||||
|
|
Loading…
Reference in a new issue