Use preprocessor for asm-files
This commit is contained in:
parent
3e9812b675
commit
78a0e32746
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ AC_PROG_RANLIB
|
|||
# autoconf 2.53 doesn't check that
|
||||
# AM_PROG_AS
|
||||
CCAS="$CC"
|
||||
CCASFLAGS="$CFLAGS"
|
||||
CCASFLAGS="$CFLAGS -x assembler-with-cpp -DELF"
|
||||
AC_SUBST(CCAS)
|
||||
AC_SUBST(CCASFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue