OBS User unknown
2007-11-23 00:30:47 +00:00
committed by Git OBS Bridge
parent 45059ee1d9
commit 9aa4f772f9
3 changed files with 53 additions and 12 deletions

5
cpp
View File

@@ -1,3 +1,4 @@
#!/bin/sh
# Traditionally, /lib/cpp only knew about C
exec /usr/bin/cpp -xc "$@"
# Traditionally, /lib/cpp only knew about C.
# Also supress GCC and target specific defines and be more permissive.
exec /usr/bin/cpp -xc -traditional-cpp -undef "$@"