Changes in tools/xcw/bin/helenos-cc [a5c468e:58e7b26] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/xcw/bin/helenos-cc
ra5c468e r58e7b26 1 1 #!/bin/bash 2 2 # 3 # Copyright (c) 201 8Jiri Svoboda3 # Copyright (c) 2015 Jiri Svoboda 4 4 # All rights reserved. 5 5 # … … 36 36 UARCH="$("$XCW"/helenos-bld-config --uarch)" 37 37 CC="$("$XCW"/helenos-bld-config --cc)" 38 CFLAGS="$("$XCW"/helenos-bld-config --cflags)"39 38 ENDIAN="$("$XCW"/helenos-bld-config --endian)" 40 39 … … 42 41 "$CC" \ 43 42 -O3 -fexec-charset=UTF-8 -fwide-exec-charset=UTF-32LE -finput-charset=UTF-8 \ 44 $CFLAGS\43 -nostdlib \ 45 44 -Wall -Wextra -Wno-clobbered -Wno-unused-parameter -Wmissing-prototypes \ 46 45 -std=gnu99 -Werror-implicit-function-declaration -Wwrite-strings -ggdb \
Note:
See TracChangeset
for help on using the changeset viewer.