comparison libitm/configure.ac @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children 1830386684a0
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 # Process this file with autoreconf to produce a configure script. 1 # Process this file with autoreconf to produce a configure script.
2 # Copyright (C) 2011-2017 Free Software Foundation, Inc. 2 # Copyright (C) 2011-2018 Free Software Foundation, Inc.
3 3
4 # This program is free software; you can redistribute it and/or modify 4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by 5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or 6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version. 7 # (at your option) any later version.
258 XCFLAGS="$XCFLAGS -Wall -Werror" 258 XCFLAGS="$XCFLAGS -Wall -Werror"
259 fi 259 fi
260 260
261 XCFLAGS="$XCFLAGS $XPCFLAGS" 261 XCFLAGS="$XCFLAGS $XPCFLAGS"
262 262
263 # Add CET specific flags if CET is enabled
264 GCC_CET_FLAGS(CET_FLAGS)
265 XCFLAGS="$XCFLAGS $CET_FLAGS"
266
263 AC_SUBST(config_path) 267 AC_SUBST(config_path)
264 AC_SUBST(XCFLAGS) 268 AC_SUBST(XCFLAGS)
265 AC_SUBST(XLDFLAGS) 269 AC_SUBST(XLDFLAGS)
266 270
267 if test ${multilib} = yes; then 271 if test ${multilib} = yes; then