Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/xcw/bin/helenos-cc

    ra5c468e r58e7b26  
    11#!/bin/bash
    22#
    3 # Copyright (c) 2018 Jiri Svoboda
     3# Copyright (c) 2015 Jiri Svoboda
    44# All rights reserved.
    55#
     
    3636UARCH="$("$XCW"/helenos-bld-config --uarch)"
    3737CC="$("$XCW"/helenos-bld-config --cc)"
    38 CFLAGS="$("$XCW"/helenos-bld-config --cflags)"
    3938ENDIAN="$("$XCW"/helenos-bld-config --endian)"
    4039
     
    4241"$CC" \
    4342    -O3 -fexec-charset=UTF-8 -fwide-exec-charset=UTF-32LE -finput-charset=UTF-8 \
    44     $CFLAGS \
     43    -nostdlib \
    4544    -Wall -Wextra -Wno-clobbered -Wno-unused-parameter -Wmissing-prototypes \
    4645    -std=gnu99 -Werror-implicit-function-declaration -Wwrite-strings -ggdb \
Note: See TracChangeset for help on using the changeset viewer.